From 95606b29dccb8cc6a0e4aac2c0e041fc9e7f083b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 19 Jun 2020 09:30:55 +0200 Subject: [PATCH] docs: move "Reserved binding keys" to "Reference guides" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove "Overview" heading from the page. I feel the heading is redundant when there are no other headings. Before this change, the page was rendered with a single-item Table of Contents at the top, which looked weird to me. After this change, the pages is rendered as a single block with the page title as the only heading. Signed-off-by: Miroslav Bajtoš --- .../reserved-binding-keys.md} | 2 -- docs/site/sidebars/lb4_sidebar.yml | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) rename docs/site/{Reserved-binding-keys.md => reference/reserved-binding-keys.md} (99%) diff --git a/docs/site/Reserved-binding-keys.md b/docs/site/reference/reserved-binding-keys.md similarity index 99% rename from docs/site/Reserved-binding-keys.md rename to docs/site/reference/reserved-binding-keys.md index 89b39d4fac67..20416e3e5331 100644 --- a/docs/site/Reserved-binding-keys.md +++ b/docs/site/reference/reserved-binding-keys.md @@ -7,8 +7,6 @@ sidebar: lb4_sidebar permalink: /doc/en/lb4/Reserved-binding-keys.html --- -## Overview - When using [dependency injection](Dependency-injection.md) there are a few things to keep in mind with regards to binding keys. diff --git a/docs/site/sidebars/lb4_sidebar.yml b/docs/site/sidebars/lb4_sidebar.yml index b8228f536496..708f305f07cf 100644 --- a/docs/site/sidebars/lb4_sidebar.yml +++ b/docs/site/sidebars/lb4_sidebar.yml @@ -511,10 +511,6 @@ children: output: 'web, pdf' children: - - title: 'Reserved binding keys' - url: Reserved-binding-keys.html - output: 'web, pdf' - - title: 'Components' url: Components.html output: 'web, pdf' @@ -556,6 +552,10 @@ children: url: apidocs.index.html output: 'web, pdf' + - title: 'Reserved binding keys' + url: Reserved-binding-keys.html + output: 'web, pdf' + - title: 'Error codes' url: Error-codes.html output: 'web, pdf'