Browse Source

Previous and next steps added

pull/19049/head
honurbu 2 years ago
parent
commit
a418a0b7ca
  1. 13
      docs/en/Getting-Started-Create-Solution.md
  2. 10
      docs/en/Getting-Started-Running-Solution-Single-Layer.md
  3. 10
      docs/en/Getting-Started-Running-Solution.md
  4. 10
      docs/en/Getting-Started-Setup-Environment-Single-Layer.md
  5. 9
      docs/en/Getting-Started-Setup-Environment.md
  6. 10
      docs/en/Tutorials/Part-1.md
  7. 14
      docs/en/Tutorials/Part-2.md
  8. 15
      docs/en/Tutorials/Part-3.md
  9. 15
      docs/en/Tutorials/Part-4.md

13
docs/en/Getting-Started-Create-Solution.md

@ -8,6 +8,19 @@
"Tiered": ["Yes", "No"]
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "Running the solution",
"Path": "Getting-Started-Running-Solution"
},
"Previous": {
"Name": "Setup Your Development Environment",
"Path": "Getting-Started-Setup-Environment"
}
}
````
> 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.

10
docs/en/Getting-Started-Running-Solution-Single-Layer.md

@ -8,6 +8,16 @@
}
````
````json
//[doc-nav]
{
"Previous": {
"Name": "Creating a new solution",
"Path": "Getting-Started-Create-Solution-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 the Database

10
docs/en/Getting-Started-Running-Solution.md

@ -9,6 +9,16 @@
}
````
````json
//[doc-nav]
{
"Previous": {
"Name": "Creating a new solution",
"Path": "Getting-Started-Create-Solution"
}
}
````
> 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 the Database

10
docs/en/Getting-Started-Setup-Environment-Single-Layer.md

@ -8,6 +8,16 @@
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "Creating a new solution",
"Path": "Getting-Started-Create-Solution-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.
## Setup Your Development Environment

9
docs/en/Getting-Started-Setup-Environment.md

@ -8,6 +8,15 @@
"Tiered": ["Yes", "No"]
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "Creating a new solution",
"Path": "Getting-Started-Create-Solution"
}
}
````
> 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.

10
docs/en/Tutorials/Part-1.md

@ -6,6 +6,16 @@
"DB": ["EF","Mongo"]
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "# Web Application Development Tutorial - Part 2: The Book List Page",
"Path": "Part-2"
}
}
````
## About This Tutorial
In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies:

14
docs/en/Tutorials/Part-2.md

@ -6,6 +6,20 @@
"DB": ["EF","Mongo"]
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "# Web Application Development Tutorial - Part 3: Creating, Updating and Deleting Books",
"Path": "Part-3"
},
"Previous": {
"Name": "# Web Application Development Tutorial - Part 1: Creating the Server Side",
"Path": "Part-1"
}
}
````
## About This Tutorial
In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies:

15
docs/en/Tutorials/Part-3.md

@ -6,6 +6,21 @@
"DB": ["EF","Mongo"]
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "# Web Application Development Tutorial - Part 4: Integration Tests",
"Path": "Part-4"
},
"Previous": {
"Name": "# Web Application Development Tutorial - Part 2: The Book List Page",
"Path": "Part-2"
}
}
````
## About This Tutorial
In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies:

15
docs/en/Tutorials/Part-4.md

@ -6,6 +6,21 @@
"DB": ["EF","Mongo"]
}
````
````json
//[doc-nav]
{
"Next": {
"Name": "# Web Application Development Tutorial - Part 5: Authorization",
"Path": "Part-5"
},
"Previous": {
"Name": "# Web Application Development Tutorial - Part 3: Creating, Updating and Deleting Books",
"Path": "Part-3"
}
}
````
## About This Tutorial
In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies:

Loading…
Cancel
Save