From be01c5444a24bb45e5e7cfebfba0bb9c30c95beb Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 20 Aug 2024 14:19:18 +0300 Subject: [PATCH] rename overview.md to index.md for several docs. --- docs/en/docs-nav.json | 18 +++++++++--------- .../api-development/{overview.md => index.md} | 0 .../standard-apis/{overview.md => index.md} | 0 .../fundamentals/{overview.md => index.md} | 0 .../infrastructure/{overview.md => index.md} | 0 docs/en/framework/ui/{overview.md => index.md} | 0 docs/en/release-info/{overview.md => index.md} | 0 .../book-store/{overview.md => index.md} | 0 docs/en/tutorials/{overview.md => index.md} | 0 9 files changed, 9 insertions(+), 9 deletions(-) rename docs/en/framework/api-development/{overview.md => index.md} (100%) rename docs/en/framework/api-development/standard-apis/{overview.md => index.md} (100%) rename docs/en/framework/fundamentals/{overview.md => index.md} (100%) rename docs/en/framework/infrastructure/{overview.md => index.md} (100%) rename docs/en/framework/ui/{overview.md => index.md} (100%) rename docs/en/release-info/{overview.md => index.md} (100%) rename docs/en/tutorials/book-store/{overview.md => index.md} (100%) rename docs/en/tutorials/{overview.md => index.md} (100%) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index caabea99cb..4b15860937 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -47,7 +47,7 @@ "items": [ { "text": "Overview", - "path": "tutorials/overview.md" + "path": "tutorials/index.md" }, { "text": "TODO application", @@ -71,7 +71,7 @@ "items": [ { "text": "Overview", - "path": "tutorials/book-store/overview.md" + "path": "tutorials/book-store/index.md" }, { "text": "1: Creating the server side", @@ -267,7 +267,7 @@ "items": [ { "text": "Overview", - "path": "framework/fundamentals/overview.md" + "path": "framework/fundamentals/index.md" }, { "text": "Application Startup", @@ -360,7 +360,7 @@ "items": [ { "text": "Overview", - "path": "framework/infrastructure/overview.md" + "path": "framework/infrastructure/index.md" }, { "text": "Audit Logging", @@ -783,14 +783,14 @@ "items": [ { "text": "Overview", - "path": "framework/api-development/overview.md" + "path": "framework/api-development/index.md" }, { "text": "ABP Endpoints", "items": [ { "text": "Overview", - "path": "framework/api-development/standard-apis/overview.md" + "path": "framework/api-development/standard-apis/index.md" }, { "text": "Application Configuration", @@ -833,14 +833,14 @@ "items": [ { "text": "Overview", - "path": "framework/ui/overview.md" + "path": "framework/ui/index.md" }, { "text": "MVC / Razor Pages", "items": [ { "text": "Overview", - "path": "framework/ui/mvc-razor-pages/overall.md" + "path": "framework/ui/mvc-razor-pages/index.md" }, { "text": "Navigation / Menus", @@ -1849,7 +1849,7 @@ "items": [ { "text": "Overview", - "path": "release-info/overview.md" + "path": "release-info/index.md" }, { "text": "Release Notes", diff --git a/docs/en/framework/api-development/overview.md b/docs/en/framework/api-development/index.md similarity index 100% rename from docs/en/framework/api-development/overview.md rename to docs/en/framework/api-development/index.md diff --git a/docs/en/framework/api-development/standard-apis/overview.md b/docs/en/framework/api-development/standard-apis/index.md similarity index 100% rename from docs/en/framework/api-development/standard-apis/overview.md rename to docs/en/framework/api-development/standard-apis/index.md diff --git a/docs/en/framework/fundamentals/overview.md b/docs/en/framework/fundamentals/index.md similarity index 100% rename from docs/en/framework/fundamentals/overview.md rename to docs/en/framework/fundamentals/index.md diff --git a/docs/en/framework/infrastructure/overview.md b/docs/en/framework/infrastructure/index.md similarity index 100% rename from docs/en/framework/infrastructure/overview.md rename to docs/en/framework/infrastructure/index.md diff --git a/docs/en/framework/ui/overview.md b/docs/en/framework/ui/index.md similarity index 100% rename from docs/en/framework/ui/overview.md rename to docs/en/framework/ui/index.md diff --git a/docs/en/release-info/overview.md b/docs/en/release-info/index.md similarity index 100% rename from docs/en/release-info/overview.md rename to docs/en/release-info/index.md diff --git a/docs/en/tutorials/book-store/overview.md b/docs/en/tutorials/book-store/index.md similarity index 100% rename from docs/en/tutorials/book-store/overview.md rename to docs/en/tutorials/book-store/index.md diff --git a/docs/en/tutorials/overview.md b/docs/en/tutorials/index.md similarity index 100% rename from docs/en/tutorials/overview.md rename to docs/en/tutorials/index.md