From 00a2199e26019845d8c621fc7fb7585654b4e10a Mon Sep 17 00:00:00 2001 From: Diana Lau Date: Mon, 12 Mar 2018 12:25:00 -0400 Subject: [PATCH] docs(boot): Move boot docs to top level --- _data/sidebars/lb4_sidebar.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/sidebars/lb4_sidebar.yml b/_data/sidebars/lb4_sidebar.yml index a357da771..0fb103d4d 100644 --- a/_data/sidebars/lb4_sidebar.yml +++ b/_data/sidebars/lb4_sidebar.yml @@ -41,10 +41,6 @@ children: url: Dependency-injection.html output: 'web, pdf' - - title: 'Booting an Application' - url: Booting-an-Application.html - output: 'web, pdf' - - title: 'Controllers' url: Controllers.html output: 'web, pdf' @@ -69,6 +65,10 @@ children: url: Decorators.html output: 'web, pdf' +- title: 'Booting an Application' + url: Booting-an-Application.html + output: 'web, pdf' + - title: 'Using Components' url: Using-components.html output: 'web, pdf'