diff --git a/docs/site/Behind-the-scene.md b/docs/site/Behind-the-scene.md index 7254d743b3d0..d84ccb03528f 100644 --- a/docs/site/Behind-the-scene.md +++ b/docs/site/Behind-the-scene.md @@ -1,6 +1,6 @@ --- lang: en -title: 'Behind the scene' +title: 'Behind the scenes' keywords: LoopBack 4, Node.js, TypeScript, OpenAPI, Explanations, Concepts sidebar: lb4_sidebar permalink: /doc/en/lb4/Behind-the-scene.html diff --git a/docs/site/sidebars/lb4_sidebar.yml b/docs/site/sidebars/lb4_sidebar.yml index 9fc098e8c950..a6089819c37f 100644 --- a/docs/site/sidebars/lb4_sidebar.yml +++ b/docs/site/sidebars/lb4_sidebar.yml @@ -319,6 +319,10 @@ children: url: Appsody-LoopBack.html output: 'web, pdf' + - title: 'Using Express Middleware' + url: Express-middleware.html + output: 'web, pdf' + - title: 'Serving Static Files' url: Serving-static-files.html output: 'web, pdf' @@ -463,10 +467,6 @@ children: url: Middleware.html output: 'web, pdf' - - title: 'Using Express Middleware' - url: Express-middleware.html - output: 'web, pdf' - - title: 'Decorators' url: Decorators.html output: 'web, pdf' @@ -795,14 +795,14 @@ children: url: Community-connectors.html output: 'web, pdf' - - title: 'Considerations for GDPR readiness' - url: Deploy-for-GDPR-readiness.html - output: 'web, pdf' - - title: 'Change logs' url: changelog.index.html output: 'web, pdf' + - title: 'Considerations for GDPR readiness' + url: Deploy-for-GDPR-readiness.html + output: 'web, pdf' + - title: 'Extending LoopBack 4' url: Extending-LoopBack-4.html output: 'web, pdf'