diff --git a/docs/en/Getting-Started-Create-Solution-Single.md b/docs/en/Getting-Started-Create-Solution-Single-Layer.md similarity index 88% rename from docs/en/Getting-Started-Create-Solution-Single.md rename to docs/en/Getting-Started-Create-Solution-Single-Layer.md index 34cd79c438..d6ed14600d 100644 --- a/docs/en/Getting-Started-Create-Solution-Single.md +++ b/docs/en/Getting-Started-Create-Solution-Single-Layer.md @@ -14,7 +14,7 @@ We will use the ABP CLI to create a new ABP project. -> Alternatively, you can **create and download** projects from the [ABP Framework website](https://abp.io/get-started) by easily selecting all options from the page. +> You can also use the ABP CLI Command Generator on the [ABP Framework website](https://abp.io/get-started) by easily selecting all options from the page. Use the `new` command of the ABP CLI to create a new project: @@ -49,4 +49,4 @@ Configure(options => ## Next Step -* [Running the solution](Getting-Started-Running-Solution.md) \ No newline at end of file +* [Running the solution](Getting-Started-Running-Solution-Single-Layer.md) \ No newline at end of file diff --git a/docs/en/Getting-Started-Running-Solution-Single.md b/docs/en/Getting-Started-Running-Solution-Single-Layer.md similarity index 100% rename from docs/en/Getting-Started-Running-Solution-Single.md rename to docs/en/Getting-Started-Running-Solution-Single-Layer.md diff --git a/docs/en/Getting-Started-Setup-Environment-Single.md b/docs/en/Getting-Started-Setup-Environment-Single-Layer.md similarity index 95% rename from docs/en/Getting-Started-Setup-Environment-Single.md rename to docs/en/Getting-Started-Setup-Environment-Single-Layer.md index bbc70b271b..f7c2b5702b 100644 --- a/docs/en/Getting-Started-Setup-Environment-Single.md +++ b/docs/en/Getting-Started-Setup-Environment-Single-Layer.md @@ -46,4 +46,4 @@ dotnet tool update -g Volo.Abp.Cli ## Next Step -* [Creating a new solution](Getting-Started-Create-Solution.md) \ No newline at end of file +* [Creating a new solution](Getting-Started-Create-Solution-Single-Layer.md) \ No newline at end of file diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 650bde88b1..17dcec4a47 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -42,15 +42,15 @@ "items": [ { "text": "1: Setup Your Development Environment", - "path": "Getting-Started-Setup-Environment-Single.md" + "path": "Getting-Started-Setup-Environment-Single-Layer.md" }, { "text": "2: Creating a New Solution", - "path": "Getting-Started-Create-Solution-Single.md" + "path": "Getting-Started-Create-Solution-Single-Layer.md" }, { "text": "3: Running the Solution", - "path": "Getting-Started-Running-Solution-Single.md" + "path": "Getting-Started-Running-Solution-Single-Layer.md" } ] },