Skip to content

Commit

Permalink
docs: modify sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmlau committed Jul 12, 2019
1 parent 3d0e055 commit b3aa190
Showing 1 changed file with 59 additions and 60 deletions.
119 changes: 59 additions & 60 deletions docs/site/sidebars/lb4_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ title: LoopBack 4
url: index.html
children:

- title: 'Overview'
url: index.html
output: 'web, pdf'

- title: 'Getting started'
url: Getting-started.html
output: 'web, pdf'
Expand Down Expand Up @@ -111,10 +115,6 @@ children:
url: Authentication-Tutorial.html
output: 'web, pdf'

- title: 'Examples'
url: Examples.html
output: 'web, pdf'

- title: 'Key concepts'
url: Concepts.html
output: 'web, pdf'
Expand Down Expand Up @@ -290,20 +290,51 @@ children:
url: Calling-other-APIs-and-web-services.html
output: 'web, pdf'

- title: 'For LoopBack 3.x users'
url: LoopBack-3.x.html



- title: 'Extending LoopBack 4'
url: Extending-LoopBack-4.html
output: 'web, pdf'
children:

- title: 'Understanding the differences between LoopBack 3 and LoopBack 4'
url: Understanding-the-differences.html
- title: 'Creating components'
url: Creating-components.html
output: 'web, pdf'

- title: 'Migrating from LoopBack 3'
url: Migrating-from-LoopBack-3.html
- title: 'Creating decorators'
url: Creating-decorators.html
output: 'web, pdf'

- title: 'Creating servers'
url: Creating-servers.html
output: 'web, pdf'

- title: 'Extension point and extensions'
url: Extension-point-and-extensions.html
output: 'web, pdf'

- title: 'Extending request body parsing'
url: Extending-request-body-parsing.html
output: 'web, pdf'

- title: 'Extension life cycle'
url: Extension-life-cycle.html
output: 'web, pdf'

- title: 'Command-line interface'
- title: 'Testing your extension'
url: Testing-your-extension.html
output: 'web, pdf'

- title: 'Crafting LoopBack 4'
url: Crafting-LoopBack-4.html
output: 'web, pdf'

- title: 'Examples'
url: Examples.html
output: 'web, pdf'

- title: 'CLI References'
url: Command-line-interface.html
output: 'web, pdf'
children:
Expand Down Expand Up @@ -356,6 +387,23 @@ children:
url: Download-examples.html
output: 'web, pdf'

- title: 'API docs'
url: apidocs.index.html
output: 'web, pdf'

- title: 'For LoopBack 3.x users'
url: LoopBack-3.x.html
output: 'web, pdf'
children:

- title: 'Understanding the differences between LoopBack 3 and LoopBack 4'
url: Understanding-the-differences.html
output: 'web, pdf'

- title: 'Migrating from LoopBack 3'
url: Migrating-from-LoopBack-3.html
output: 'web, pdf'

- title: 'Best practices'
url: Best-practices.html
output: 'web, pdf'
Expand All @@ -373,60 +421,11 @@ children:
url: Testing-your-application.html
output: 'web, pdf'

- title: 'Extending LoopBack 4'
url: Extending-LoopBack-4.html
output: 'web, pdf'
children:

- title: 'Creating components'
url: Creating-components.html
output: 'web, pdf'

- title: 'Creating decorators'
url: Creating-decorators.html
output: 'web, pdf'

- title: 'Creating servers'
url: Creating-servers.html
output: 'web, pdf'

- title: 'Extension point and extensions'
url: Extension-point-and-extensions.html
output: 'web, pdf'

- title: 'Extending request body parsing'
url: Extending-request-body-parsing.html
output: 'web, pdf'

- title: 'Extension life cycle'
url: Extension-life-cycle.html
output: 'web, pdf'

- title: 'Testing your extension'
url: Testing-your-extension.html
output: 'web, pdf'

- title: 'Crafting LoopBack 4'
url: Crafting-LoopBack-4.html
output: 'web, pdf'

- title: 'FAQ'
url: FAQ.html
output: 'web, pdf'

- title: 'API docs'
url: apidocs.index.html
output: 'web, pdf'

- title: 'Reference'
url: Reference.html
output: 'web, pdf'
children:

- title: 'Glossary'
url: Glossary.html
output: 'web, pdf'

- title: 'Considerations for GDPR readiness'
url: Deploy-for-GDPR-readiness.html
output: 'web, pdf'

0 comments on commit b3aa190

Please sign in to comment.