From 520677699e25f91ed4bab644bd319e947005e858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 30 Nov 2020 16:38:49 +0300 Subject: [PATCH] Update docs-nav.json --- docs/en/docs-nav.json | 41 ++++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 58f0c55a0c..99a2829636 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -97,29 +97,6 @@ { "text": "Community Articles", "path": "https://community.abp.io/" - } - ] - }, - { - "text": "Guides", - "items": [ - { - "text": "Customizing the Application Modules", - "path": "Customizing-Application-Modules-Guide.md", - "items": [ - { - "text": "Extending Entities", - "path": "Customizing-Application-Modules-Extending-Entities.md" - }, - { - "text": "Overriding Services", - "path": "Customizing-Application-Modules-Overriding-Services.md" - }, - { - "text": "Overriding the User Interface", - "path": "Customizing-Application-Modules-Overriding-User-Interface.md" - } - ] }, { "text": "Migrating from the ASP.NET Boilerplate", @@ -374,6 +351,24 @@ { "text": "Plug-In Modules" }, + { + "text": "Customizing the Application Modules", + "path": "Customizing-Application-Modules-Guide.md", + "items": [ + { + "text": "Extending Entities", + "path": "Customizing-Application-Modules-Extending-Entities.md" + }, + { + "text": "Overriding Services", + "path": "Customizing-Application-Modules-Overriding-Services.md" + }, + { + "text": "Overriding the User Interface", + "path": "Customizing-Application-Modules-Overriding-User-Interface.md" + } + ] + }, { "text": "Best Practices", "path": "Best-Practices/Index.md"