Browse Source

Next and Previos added create solution single layer

pull/19049/head
honurbu 2 years ago
parent
commit
62d1ec04ce
  1. 22
      docs/en/Getting-Started-Create-Solution-Single-Layer.md

22
docs/en/Getting-Started-Create-Solution-Single-Layer.md

@ -8,6 +8,28 @@
}
````
````json
//[doc-params]
{
"UI": ["MVC", "Blazor", "BlazorServer", "NG"],
"DB": ["EF", "Mongo"],
"Tiered": ["Yes", "No"]
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "Running the solution",
"Path": "Getting-Started-Running-Solution-Single-Layer"
},
"Previous": {
"Name": "Setup Your Development Environment",
"Path": "Getting-Started-Setup-Environment-Single-Layer"
}
}
````
> This document assumes that you prefer to use **{{ UI_Value }}** as the UI framework and **{{ DB_Value }}** as the database provider. For other options, please change the preference on top of this document.
## Create a New Project

Loading…
Cancel
Save