Browse Source

Update docs-nav.json

pull/20575/head
Engincan VESKE 2 years ago
parent
commit
30a2b33483
  1. 30
      docs/en/docs-nav.json

30
docs/en/docs-nav.json

@ -5,7 +5,7 @@
"items": [
{
"text": "Overview",
"path": "get-started/index.md"
"path": "get-started"
},
{
"text": "Single-layer solution",
@ -47,14 +47,14 @@
"items": [
{
"text": "Overview",
"path": "tutorials/index.md"
"path": "tutorials"
},
{
"text": "TODO application",
"items": [
{
"text": "Overview",
"path": "tutorials/todo/index.md"
"path": "tutorials/todo"
},
{
"text": "Single-layer solution",
@ -71,7 +71,7 @@
"items": [
{
"text": "Overview",
"path": "tutorials/book-store/index.md"
"path": "tutorials/book-store"
},
{
"text": "1: Creating the server side",
@ -133,7 +133,7 @@
"items": [
{
"text": "Overview",
"path": "cli/index.md"
"path": "cli"
},
{
"text": "Examples for the new command",
@ -146,7 +146,7 @@
"items": [
{
"text": "Overview",
"path": "studio/index.md"
"path": "studio"
},
{
"text": "Installation",
@ -267,7 +267,7 @@
"items": [
{
"text": "Overview",
"path": "framework/fundamentals/index.md"
"path": "framework/fundamentals"
},
{
"text": "Application Startup",
@ -360,7 +360,7 @@
"items": [
{
"text": "Overview",
"path": "framework/infrastructure/index.md"
"path": "framework/infrastructure"
},
{
"text": "Audit Logging",
@ -783,14 +783,14 @@
"items": [
{
"text": "Overview",
"path": "framework/api-development/index.md"
"path": "framework/api-development"
},
{
"text": "ABP Endpoints",
"items": [
{
"text": "Overview",
"path": "framework/api-development/standard-apis/index.md"
"path": "framework/api-development/standard-apis"
},
{
"text": "Application Configuration",
@ -833,14 +833,14 @@
"items": [
{
"text": "Overview",
"path": "framework/ui/index.md"
"path": "framework/ui"
},
{
"text": "MVC / Razor Pages",
"items": [
{
"text": "Overview",
"path": "framework/ui/mvc-razor-pages/index.md"
"path": "framework/ui/mvc-razor-pages"
},
{
"text": "Navigation / Menus",
@ -1740,7 +1740,7 @@
"items": [
{
"text": "Overview",
"path": "ui-themes/index.md"
"path": "ui-themes"
},
{
"text": "The Basic Theme",
@ -1748,7 +1748,7 @@
},
{
"text": "LeptonX Theme",
"path": "ui-themes/lepton-x/index.md"
"path": "ui-themes/lepton-x"
}
]
},
@ -1849,7 +1849,7 @@
"items": [
{
"text": "Overview",
"path": "release-info/index.md"
"path": "release-info"
},
{
"text": "Release Notes",

Loading…
Cancel
Save