Browse Source
Merge pull request #3733 from abpframework/akin/added-overall-item-to-docs-navigation
added overall item to navs for abp docs
pull/3775/head
Halil İbrahim Kalkan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
3 deletions
-
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" |
|
|
|
|