Skip to content

Commit f0e8080

Browse files
authored
Merge pull request abpframework#3733 from abpframework/akin/added-overall-item-to-docs-navigation
added overall item to navs for abp docs
2 parents bdb75cb + a42ec2d commit f0e8080

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/en/docs-nav.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,11 @@
221221
},
222222
{
223223
"text": "Domain Driven Design",
224-
"path": "Domain-Driven-Design.md",
225224
"items": [
225+
{
226+
"text": "Overall",
227+
"path": "Domain-Driven-Design.md"
228+
},
226229
{
227230
"text": "Domain Layer",
228231
"items": [
@@ -393,8 +396,11 @@
393396
},
394397
{
395398
"text": "Data Access",
396-
"path": "Data-Access.md",
397399
"items": [
400+
{
401+
"text": "Overall",
402+
"path": "Data-Access.md"
403+
},
398404
{
399405
"text": "Connection Strings",
400406
"path": "Connection-Strings.md"
@@ -477,8 +483,11 @@
477483
},
478484
{
479485
"text": "Startup Templates",
480-
"path": "Startup-Templates/Index.md",
481486
"items": [
487+
{
488+
"text": "Overall",
489+
"path": "Startup-Templates/Index.md"
490+
},
482491
{
483492
"text": "Application",
484493
"path": "Startup-Templates/Application.md"

0 commit comments

Comments
 (0)