Browse Source

Merge pull request #21116 from abpframework/salihozkara/patch

Update nav titles
pull/21118/head
Halil İbrahim Kalkan 2 years ago
committed by GitHub
parent
commit
422a2cffd2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      docs/en/docs-nav.json

14
docs/en/docs-nav.json

@ -23,19 +23,19 @@
"text": "Others", "text": "Others",
"items": [ "items": [
{ {
"text": "Empty ASP.NET Core MVC / Razor Pages Application", "text": "Empty ASP.NET Core Application",
"path": "get-started/empty-aspnet-core-application.md" "path": "get-started/empty-aspnet-core-application.md"
}, },
{ {
"text": "MAUI Application Startup Template", "text": "MAUI Application",
"path": "get-started/maui.md" "path": "get-started/maui.md"
}, },
{ {
"text": "WPF Application Startup Template", "text": "WPF Application",
"path": "get-started/wpf.md" "path": "get-started/wpf.md"
}, },
{ {
"text": "Console Application Startup Template", "text": "Console Application",
"path": "get-started/console.md" "path": "get-started/console.md"
} }
] ]
@ -67,7 +67,7 @@
] ]
}, },
{ {
"text": "Web Application Development", "text": "Book Store Application",
"items": [ "items": [
{ {
"text": "Overview", "text": "Overview",
@ -653,7 +653,7 @@
"path": "framework/architecture" "path": "framework/architecture"
}, },
{ {
"text": "Module Development Best Practices & Conventions", "text": "Module Development Best Practices",
"items": [ "items": [
{ {
"text": "Overview", "text": "Overview",
@ -1651,7 +1651,7 @@
"path": "solution-templates/microservice" "path": "solution-templates/microservice"
}, },
{ {
"text": "Module Solution", "text": "Application Module",
"path": "solution-templates/application-module" "path": "solution-templates/application-module"
} }
] ]

Loading…
Cancel
Save