Fixed required changes

pull/16359/head
braim23 3 years ago
parent f9c91fafd0
commit 9d1fd8a63c

@ -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<AbpUnitOfWorkDefaultOptions>(options =>
## Next Step
* [Running the solution](Getting-Started-Running-Solution.md)
* [Running the solution](Getting-Started-Running-Solution-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)
* [Creating a new solution](Getting-Started-Create-Solution-Single-Layer.md)

@ -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"
}
]
},

Loading…
Cancel
Save