Browse Source

Added navigation links to the tutorial.

pull/4663/head
Halil İbrahim Kalkan 6 years ago
parent
commit
c1e9a7043a
  1. 1
      docs/en/Tutorials/Part-1.md
  2. 1
      docs/en/Tutorials/Part-2.md
  3. 4
      docs/en/Tutorials/Part-3.md

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

@ -32,6 +32,7 @@ This tutorial is organized as the following parts;
- **Part-1: Creating the project and book list page (this part)**
- [Part-2: Creating, updating and deleting books](part-2.md)
- [Part-3: Integration tests](part-3.md)
- [Part-4: Authorization](Part-4.md)
### Source Code

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

@ -33,6 +33,7 @@ This tutorial is organized as the following parts;
- [Part I: Creating the project and book list page](part-1.md)
- **Part-2: Creating, updating and deleting books (this part)**
- [Part-3: Integration tests](part-3.md)
- [Part-4: Authorization](Part-4.md)
### Source Code

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

@ -33,6 +33,7 @@ This tutorial is organized as the following parts;
- [Part I: Creating the project and book list page](part-1.md)
- [Part-2: Creating, updating and deleting books](Part-2.md)
- **Part-3: Integration tests (this part)**
- [Part-4: Authorization](Part-4.md)
### Source Code
@ -236,3 +237,6 @@ Open the **Test Explorer Window** (use Test -> Windows -> Test Explorer menu if
Congratulations, the **green icons** indicates that the tests have been successfully passed!
## Next Part
See the [next part](part-4.md) of this tutorial.
Loading…
Cancel
Save