From 97c6f71e31fa2471f37496c93a6ac026b0b27244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 12 Jun 2020 14:12:07 +0200 Subject: [PATCH] docs: address review feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- docs/site/Behind-the-scene.md | 2 +- docs/site/sidebars/lb4_sidebar.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) 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'