Skip to content

Commit

Permalink
fix casing issues #volosoft/volo#8008
Browse files Browse the repository at this point in the history
  • Loading branch information
ebicoglu committed Oct 10, 2021
1 parent b1795f5 commit 298a925
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions en/docs-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down Expand Up @@ -99,18 +99,22 @@
"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"
}
]
},
{
"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"
Expand Down Expand Up @@ -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"
}
]
}
Expand All @@ -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"
}
]
Expand Down Expand Up @@ -222,7 +230,7 @@
]
},
{
"text": "IdentityServer",
"text": "Identity Server",
"path": "modules/identity-server.md"
},
{
Expand Down Expand Up @@ -255,7 +263,7 @@
"path": "themes/lepton.md",
"items": [
{
"text": "Customize Lepton Theme",
"text": "Customizing Lepton Theme",
"path": "themes/customizing-lepton-theme.md"
}
]
Expand Down Expand Up @@ -284,39 +292,39 @@
"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"
},
{
"text": "Creating new ABP solution",
"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"
},
{
"text": "Configuration",
"path": "abp-suite/configuration.md"
},
{
"text": "Editing templates",
"text": "Editing Templates",
"path": "abp-suite/editing-templates.md"
}
]
Expand Down

0 comments on commit 298a925

Please sign in to comment.