Browse Source

Framework tutorial docs name updated

pull/19049/head
honurbu 2 years ago
parent
commit
1afe3ba925
  1. 2
      docs/en/Tutorials/Part-1.md
  2. 2
      docs/en/Tutorials/Part-10.md
  3. 4
      docs/en/Tutorials/Part-2.md
  4. 4
      docs/en/Tutorials/Part-3.md
  5. 4
      docs/en/Tutorials/Part-4.md
  6. 4
      docs/en/Tutorials/Part-5.md
  7. 4
      docs/en/Tutorials/Part-6.md
  8. 4
      docs/en/Tutorials/Part-7.md
  9. 4
      docs/en/Tutorials/Part-8.md
  10. 4
      docs/en/Tutorials/Part-9.md

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

@ -10,7 +10,7 @@
//[doc-nav]
{
"Next": {
"Name": "Part 2: The Book List Page",
"Name": "The Book List Page",
"Path": "Tutorials/Part-2"
}
}

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

@ -11,7 +11,7 @@
//[doc-nav]
{
"Previous": {
"Name": "Part 9: Authors: User Interface",
"Name": "Authors: User Interface",
"Path": "Tutorials/Part-9"
}
}

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

@ -10,11 +10,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 3: Creating, Updating and Deleting Books",
"Name": "Creating, Updating and Deleting Books",
"Path": "Tutorials/Part-3"
},
"Previous": {
"Name": "Part 1: Creating the Server Side",
"Name": "Creating the Server Side",
"Path": "Tutorials/Part-1"
}
}

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

@ -11,11 +11,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 4: Integration Tests",
"Name": "Integration Tests",
"Path": "Tutorials/Part-4"
},
"Previous": {
"Name": "Part 2: The Book List Page",
"Name": "The Book List Page",
"Path": "Tutorials/Part-2"
}
}

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

@ -11,11 +11,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 5: Authorization",
"Name": "Authorization",
"Path": "Tutorials/Part-5"
},
"Previous": {
"Name": "Part 3: Creating, Updating and Deleting Books",
"Name": "Creating, Updating and Deleting Books",
"Path": "Tutorials/Part-3"
}
}

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

@ -11,11 +11,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 6: Authors: Domain Layer",
"Name": "Authors: Domain Layer",
"Path": "Tutorials/Part-6"
},
"Previous": {
"Name": "Part 4: Integration Tests",
"Name": "Integration Tests",
"Path": "Tutorials/Part-4"
}
}

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

@ -11,11 +11,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 7: Authors: Database Integration",
"Name": "Authors: Database Integration",
"Path": "Tutorials/Part-7"
},
"Previous": {
"Name": "Part 5: Authorization",
"Name": "Authorization",
"Path": "Tutorials/Part-5"
}
}

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

@ -11,11 +11,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 8: Authors: Application Layer",
"Name": "Authors: Application Layer",
"Path": "Tutorials/Part-8"
},
"Previous": {
"Name": "Part 6: Authors: Domain Layer",
"Name": "Authors: Domain Layer",
"Path": "Tutorials/Part-6"
}
}

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

@ -11,11 +11,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 9: Authors: User Interface",
"Name": "Authors: User Interface",
"Path": "Tutorials/Part-9"
},
"Previous": {
"Name": "Part 7: Authors: Database Integration",
"Name": "Authors: Database Integration",
"Path": "Tutorials/Part-7"
}
}

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

@ -11,11 +11,11 @@
//[doc-nav]
{
"Next": {
"Name": "Part 10: Book to Author Relation",
"Name": "Book to Author Relation",
"Path": "Tutorials/Part-10"
},
"Previous": {
"Name": "Part 8: Authors: Application Layer",
"Name": "Authors: Application Layer",
"Path": "Tutorials/Part-8"
}
}

Loading…
Cancel
Save