From a42ec2d76f4b056daeb7a8783e7f103f6621192a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C4=B1n=20Sabri=20=C3=87am?= Date: Fri, 24 Apr 2020 15:54:14 +0300 Subject: [PATCH] added overall item to navs for abp docs --- docs/en/docs-nav.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 472f153321..53caea554b 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -221,8 +221,11 @@ }, { "text": "Domain Driven Design", - "path": "Domain-Driven-Design.md", "items": [ + { + "text": "Overall", + "path": "Domain-Driven-Design.md" + }, { "text": "Domain Layer", "items": [ @@ -393,8 +396,11 @@ }, { "text": "Data Access", - "path": "Data-Access.md", "items": [ + { + "text": "Overall", + "path": "Data-Access.md" + }, { "text": "Connection Strings", "path": "Connection-Strings.md" @@ -477,8 +483,11 @@ }, { "text": "Startup Templates", - "path": "Startup-Templates/Index.md", "items": [ + { + "text": "Overall", + "path": "Startup-Templates/Index.md" + }, { "text": "Application", "path": "Startup-Templates/Application.md"