Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename overview.md to index.md for several docs. #20575

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions docs/en/docs-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"items": [
{
"text": "Overview",
"path": "get-started/index.md"
"path": "get-started"
},
{
"text": "Single-layer solution",
Expand Down Expand Up @@ -47,14 +47,14 @@
"items": [
{
"text": "Overview",
"path": "tutorials/overview.md"
"path": "tutorials"
},
{
"text": "TODO application",
"items": [
{
"text": "Overview",
"path": "tutorials/todo/index.md"
"path": "tutorials/todo"
},
{
"text": "Single-layer solution",
Expand All @@ -71,7 +71,7 @@
"items": [
{
"text": "Overview",
"path": "tutorials/book-store/overview.md"
"path": "tutorials/book-store"
},
{
"text": "1: Creating the server side",
Expand Down Expand Up @@ -133,7 +133,7 @@
"items": [
{
"text": "Overview",
"path": "cli/index.md"
"path": "cli"
},
{
"text": "Examples for the new command",
Expand All @@ -146,7 +146,7 @@
"items": [
{
"text": "Overview",
"path": "studio/index.md"
"path": "studio"
},
{
"text": "Installation",
Expand Down Expand Up @@ -267,7 +267,7 @@
"items": [
{
"text": "Overview",
"path": "framework/fundamentals/overview.md"
"path": "framework/fundamentals"
},
{
"text": "Application Startup",
Expand Down Expand Up @@ -360,7 +360,7 @@
"items": [
{
"text": "Overview",
"path": "framework/infrastructure/overview.md"
"path": "framework/infrastructure"
},
{
"text": "Audit Logging",
Expand Down Expand Up @@ -783,14 +783,14 @@
"items": [
{
"text": "Overview",
"path": "framework/api-development/overview.md"
"path": "framework/api-development"
},
{
"text": "ABP Endpoints",
"items": [
{
"text": "Overview",
"path": "framework/api-development/standard-apis/overview.md"
"path": "framework/api-development/standard-apis"
},
{
"text": "Application Configuration",
Expand Down Expand Up @@ -833,14 +833,14 @@
"items": [
{
"text": "Overview",
"path": "framework/ui/overview.md"
"path": "framework/ui"
},
{
"text": "MVC / Razor Pages",
"items": [
{
"text": "Overview",
"path": "framework/ui/mvc-razor-pages/overall.md"
"path": "framework/ui/mvc-razor-pages"
},
{
"text": "Navigation / Menus",
Expand Down Expand Up @@ -1740,15 +1740,15 @@
"items": [
{
"text": "Overview",
"path": "ui-themes/index.md"
"path": "ui-themes"
},
{
"text": "The Basic Theme",
"path": "framework/ui/mvc-razor-pages/basic-theme.md"
},
{
"text": "LeptonX Theme",
"path": "ui-themes/lepton-x/index.md"
"path": "ui-themes/lepton-x"
}
]
},
Expand Down Expand Up @@ -1849,7 +1849,7 @@
"items": [
{
"text": "Overview",
"path": "release-info/overview.md"
"path": "release-info"
},
{
"text": "Release Notes",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading