Skip to content

Commit 95aef11

Browse files
committed
chore: Update lastmod dates and improve wording in documentation files
1 parent 3df9d45 commit 95aef11

File tree

12 files changed

+46
-41
lines changed

12 files changed

+46
-41
lines changed

content/en/cli/index.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
11
---
22
title: "CLI"
3-
description: "The genocs CLI (Command Line Interface) tool is a powerful and versatile command-line utility that enables developers to efficiently build, test, and run applications. It provides a unified experience across different platforms, allowing developers to create cross-platform applications with ease. With its extensive set of commands, the .NET CLI tool simplifies the development process by automating tasks such as project management, dependency resolution, and deployment. It is an essential tool for modern developers, offering productivity, flexibility, and scalability in application development."
3+
description: "The genocs CLI (Command Line Interface) tool is a powerful and versatile command-line utility that enables developers to efficiently build, test, and run applications. It provides unified experience across different platforms, allowing developers to create cross-platform applications with ease. With its extensive set of commands, the .NET CLI tool simplifies the development process by automating tasks such as project management, dependency resolution, and deployment. It is an essential tool for modern developers, offering productivity, flexibility, and scalability in application development."
44
date: 2023-05-13T15:40:19+02:00
5-
lastmod: 2024-02-29T19:44:19+02:00
5+
lastmod: 2024-11-16T00:00:00+02:00
66
draft: false
77
images: []
88
---
99

1010

1111
## Introduction
1212

13-
The **Genocs CLI** (Command Line Interface) tool is a powerful and versatile command-line utility that enables developers to efficiently build, test, and run applications. It provides a unified experience across different services inside your platform. It allow developers to create applications with ease. With its extensive set of commands, the genocs CLI tool simplifies the development process by automating tasks such as project management, dependency resolution, and deployment. It is an essential tool for modern developers, offering productivity, and scalability in application development.
13+
The **Genocs CLI** (Command Line Interface) tool is a powerful and versatile command-line utility that enables developers to efficiently build, test, and run applications. It provides unified experience across different services inside your platform. It allows developers to create applications with ease. With its extensive set of commands, the Genocs CLI tool simplifies the development process by automating tasks such as project management, dependency resolution, and deployment. It is an essential tool for modern developers, offering productivity and scalability in application development.
1414

15-
**Genocs CLI** is the *dotnet tool* that allow you to use the genocs templates.
16-
Genocs templates are dotnet template that will help you to setup quickly and easily services in your environment.
15+
**Genocs CLI** is the *dotnet tool* that allow you to use the Genocs templates. Genocs templates are dotnet template that will help you to setup quickly and easily services in your environment.
1716

18-
Genocs tool is based on Microsoft - dotnet tools. Here where you can find the official Documentation:
19-
20-
- [Microsoft - dotnet tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools)
17+
Genocs tool is based on [Microsoft-dotnet tools](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools).
2118

2219
## Supported runtime
2320

24-
Genocs CLI can be used on both .NET 8.
21+
Genocs CLI can be used on both .NET6|8|9.
2522

2623
---
2724

28-
{{< img src="initialize.png" >}}
25+
## Visual Studio Integration
26+
27+
The Genocs CLI is integrated with Visual Studio. You can use the Genocs CLI to create, build, and run applications directly from Visual Studio. The Genocs CLI provides a unified experience across different platforms, allowing you to create cross-platform applications with ease. You can use the Genocs CLI to automate tasks such as project management, dependency resolution, and deployment. The Genocs CLI is an essential tool for modern developers, offering productivity, flexibility, and scalability in application development.
28+
29+
{{< img src="vs_integration.png" >}}
30+
31+
---
2932

3033
## How to install
3134

32-
To install the tool the only think you have to do is to take it from NuGet, install it into your global, that's it.
35+
To install the tool the only thing you must do is to take it from NuGet, install it into your global, that’s it.
36+
37+
{{< img src="initialize.png" >}}
3338

3439
``` bash
3540
dotnet tool install -g genocs.cli
@@ -38,7 +43,7 @@ dotnet tool install -g genocs.cli
3843
### Useful commands
3944

4045
``` bash
41-
# Get the list of tool
46+
# Get the list of tools
4247
dotnet tool list
4348

4449
# Get the list of templates
@@ -59,7 +64,7 @@ dotnet tool uninstall -g genocs.cli
5964

6065
Genocs contains a bunch of templates that you can use to build a complete set of services from scratch.
6166

62-
The picture shows the console log upon the template are installed.
67+
The picture shows the console log upon the template is installed.
6368

6469
{{< img src="template_installed.png" >}}
6570

@@ -77,7 +82,7 @@ The picture shows the console log upon the template are installed.
7782

7883
## Uninstall templates
7984

80-
To uninstall the templates you can use the following command:
85+
To uninstall the templates, you can use the following command:
8186

8287
``` bash
8388
# Get the templates list
@@ -112,7 +117,7 @@ genocs webapi new <Company.Project.Service>
112117
# Another option to build a clen architecture webapi
113118
genocs cleanapi new <Company.Project.Service>
114119

115-
# To build a microservice webapi with multitentant support
120+
# To build a microservice web Api with multitenant support
116121
genocs microservice <Company.Project.Service>
117122
```
118123

@@ -127,7 +132,7 @@ You are free to fork or to clone it. Then you can update it at your own pace.
127132
### Useful commands to work on your own
128133

129134
``` bash
130-
# build the project
135+
# Build the project
131136
dotnet build ./src/genocs.cli.csproj
132137

133138
# Pack the tool (to be deployed on nuget)

content/en/cli/initialize.png

-8.67 KB
Loading
-26.8 KB
Loading

content/en/cli/vs_integration.png

49.9 KB
Loading

content/en/contact/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: "Contact"
33
description: "Drop us an email."
44
date: 2023-05-13T15:40:19+02:00
5-
lastmod: 2023-05-13T15:40:19+02:00
5+
lastmod: 2024-11-16T00:00:00+02:00
66
draft: false
77
images: []
88
---
99

1010
## Getting in touch
1111

12-
Below you can find some pointers for contacting us, as well as getting in touch with the community.
12+
Below you can find some points for contacting us, as well as getting in touch with the community.
1313

1414
## Issues and Bug Reports
1515

@@ -21,7 +21,7 @@ Chances are that a similar issue may have already been posted by other users in
2121

2222
GitHub has an excellent search function, which may help find existing answers to your questions.
2323

24-
If you cannot find a solution in the existing issues, please raise a bug report directly in GitHub. By tagging the issue with the label `Bug`, we'll try our best to prioritize your request.
24+
If you cannot find a solution to the existing issues, please raise a bug report directly in GitHub. By tagging the issue with the label `Bug`, we'll try our best to prioritize your request.
2525

2626
Please make sure to always include the following details in your bug report:
2727

content/en/introduction/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title : "Introduction"
33
description: "Welcome to the comprehensive documentation of Genocs' powerful software libraries designed to revolutionize the development of cloud-agnostic microservice solutions. In this guide, we will explore the various capabilities and features offered by these libraries, empowering you to create robust and scalable applications that seamlessly adapt to any cloud environment."
44
lead: ""
55
date: 2023-05-13T15:40:19+02:00
6-
lastmod: 2023-09-01T20:40:19+02:00
6+
lastmod: 2024-11-16T00:00:00+02:00
77
draft: false
88
images: []
99
---
1010

1111
{{< img src="logo.png" >}}
1212

13-
Genocs, a leading technology company, has developed a suite of software libraries specifically crafted to address the challenges faced by developers in building cloud-agnostic microservice architectures. With these libraries, developers can unleash their creativity and focus on building exceptional applications without being tied to a specific cloud provider. Whether you're working with Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP), or any other major cloud provider, Genocs' libraries ensure compatibility and portability across multiple cloud environments.
13+
Genocs, a leading technology company, has developed a suite of software libraries specifically crafted to address the challenges faced by developers in building cloud-agnostic microservice architecture. With these libraries, developers can unleash their creativity and focus on building exceptional applications without being tied to a specific cloud provider. Whether you're working with Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP), or any other major cloud provider, Genocs' libraries ensure compatibility and portability across multiple cloud environments.
1414

1515
Key Features:
1616

@@ -30,6 +30,6 @@ Key Features:
3030

3131
- **Template Templates**: To speed up the setup process, Genocs' libraries include a set of template templates. These templates serve as a starting point for your microservice projects, providing pre-configured structures and configurations. With these template templates, you can quickly set up the foundation of your application and focus on implementing your business logic.
3232

33-
By utilizing Genocs' software libraries, along with the powerful command line interface and template templates, you can unlock the full potential of cloud-agnostic microservices, accelerating your development process and future-proofing your applications. Throughout this documentation, we will provide detailed explanations, code samples, and best practices to guide you in leveraging these libraries effectively.
33+
By utilizing Genocs' software libraries, along with the powerful command line interface and template templates, you can unlock the full potential of cloud-agnostic microservices, accelerating your development process and futureproofing your applications. Throughout this documentation, we will provide detailed explanations, code samples, and best practices to guide you in leveraging these libraries effectively.
3434

35-
Let's dive in and discover how Genocs' software libraries can empower you to build cloud-agnostic microservice solutions that scale, adapt, and thrive in today's dynamic cloud landscape.
35+
Let's dive into and discover how Genocs' software libraries can empower you to build cloud-agnostic microservice solutions that scale, adapt, and thrive in today's dynamic cloud landscape.

content/en/introduction/contributing/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Contributing"
33
description: "Contributing to Genocs Library"
44
lead: "Contributing to Genocs Library"
55
date: 2023-05-13T15:40:19+02:00
6-
lastmod: 2024-10-07T16:40:19+02:00
6+
lastmod: 2024-11-16T00:00:00+02:00
77
draft: false
88
images: []
99
menu:
@@ -39,8 +39,8 @@ Please note the following steps are applicable only for the `genocs-library-docs
3939
3. `[Optional]` Add a new Repository Secret with a name `GT_TOKEN`. As for the value, paste in your GitHub Token (https://github.com/settings/tokens)
4040
4. Clone this repository locally.
4141
5. Ensure that you have Node.js and Visual Code installed.
42-
6. At the root of the repository run `npm install`. This installs all the required packages. Might take some time depending on your network connection.
43-
7. All the documentations are to be written in markdown format.
42+
6. At the root of the repository run `npm install`. This installs all the required packages. It might take some time depending on your network connection.
43+
7. All the documentation is to be written in markdown format.
4444
8. Refer `https://github.com/Genocs/genocs-library-docs/blob/main/content/en/dotnet-templates/general/getting-started/index.md` to get an idea on how to write documentation and include images, code snippets and stuff.
4545
9. To run the application locally, run the command `npm run start` and navigate to **localhost:1313**
4646
10. Once ready, send a Pull Request.
-149 KB
Binary file not shown.
73.2 KB
Loading

content/en/introduction/exploring-docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Exploring Docs"
33
description: "Exploring Genocs Library docs!"
44
lead: ""
55
date: 2023-05-13T15:40:19+02:00
6-
lastmod: 2023-06-25T15:40:19+02:00
6+
lastmod: 2024-11-16T00:00:00+02:00
77
draft: false
88
images: []
99
menu:
@@ -15,6 +15,6 @@ weight: 2
1515
toc: true
1616
---
1717

18-
<b>Genocs Library</b> sports a pretty much straight forward documentation website that is frequently updated and also accepts new documentations/corrections from the community!
18+
<b>Genocs Library</b> sports a pretty much straight forward documentation website that is frequently updated and accepts new documentations/corrections from the community!
1919

20-
{{< img src="2024-10-07.png" >}}
20+
{{< img src="2024-11-16.png" >}}

0 commit comments

Comments
 (0)