From 298a9250ffe379bbb4d762a1a0068f463e9c00cc Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Sun, 10 Oct 2021 15:42:36 +0300 Subject: [PATCH] fix casing issues #volosoft/volo#8008 --- en/docs-nav.json | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/en/docs-nav.json b/en/docs-nav.json index 85c1b93c..53bd7538 100644 --- a/en/docs-nav.json +++ b/en/docs-nav.json @@ -5,15 +5,15 @@ "path": "getting-started.md", "items": [ { - "text": "1: Setup development environment", + "text": "1: Setup Development Environment", "path": "getting-started-setup-environment.md" }, { - "text": "2: Creating a new solution", + "text": "2: Creating a New Solution", "path": "getting-started-create-solution.md" }, { - "text": "3: Running the solution", + "text": "3: Running the Solution", "path": "getting-started-running-solution.md" } ] @@ -99,11 +99,11 @@ "path": "startup-templates/application/index.md", "items": [ { - "text": "Creating solution", + "text": "Creating Solution", "path": "startup-templates/application/create-solution.md" }, { - "text": "Solution structure", + "text": "Solution Structure", "path": "startup-templates/application/solution-structure.md" } ] @@ -111,6 +111,10 @@ { "text": "Microservice Template", "items": [ + { + "text": "Creating a New Microservice Solution", + "path": "startup-templates/microservice/create-new-microservice.md" + }, { "text": "Overall", "path": "startup-templates/microservice/index.md" @@ -149,6 +153,10 @@ { "text": "Adding a new Microservice", "path": "startup-templates/microservice/add-microservice.md" + }, + { + "text": "Communication Between Microservices", + "path": "startup-templates/microservice/interservice-communication.md" } ] } @@ -159,15 +167,15 @@ "path": "startup-templates/module/index.md", "items": [ { - "text": "Creating a new solution", + "text": "Creating a New Module Solution", "path": "startup-templates/module/creating-a-new-solution.md" }, { - "text": "Solution structure", + "text": "Solution Structure", "path": "startup-templates/module/solution-structure.md" }, { - "text": "Creating a new ABP solution via ABP Suite", + "text": "Creating a New ABP solution via ABP Suite", "path": "abp-suite/create-module-solution.md" } ] @@ -222,7 +230,7 @@ ] }, { - "text": "IdentityServer", + "text": "Identity Server", "path": "modules/identity-server.md" }, { @@ -255,7 +263,7 @@ "path": "themes/lepton.md", "items": [ { - "text": "Customize Lepton Theme", + "text": "Customizing Lepton Theme", "path": "themes/customizing-lepton-theme.md" } ] @@ -284,15 +292,15 @@ "path": "abp-suite/index.md" }, { - "text": "How to install", + "text": "How to Install", "path": "abp-suite/how-to-install.md" }, { - "text": "How to start", + "text": "How to Start", "path": "abp-suite/how-to-start.md" }, { - "text": "Adding existing ABP solution", + "text": "Adding Existing ABP Solution", "path": "abp-suite/add-solution.md" }, { @@ -300,15 +308,15 @@ "path": "abp-suite/create-solution.md" }, { - "text": "Generating CRUD page", + "text": "Generating CRUD Page", "path": "abp-suite/generating-crud-page.md" }, { - "text": "Accessing source code of modules", + "text": "Accessing Source Code of Modules", "path": "abp-suite/source-code.md" }, { - "text": "Updating packages", + "text": "Updating Packages", "path": "abp-suite/updating-packages.md" }, { @@ -316,7 +324,7 @@ "path": "abp-suite/configuration.md" }, { - "text": "Editing templates", + "text": "Editing Templates", "path": "abp-suite/editing-templates.md" } ]