From b5995a9486588261aa5330574646afb100d2b5f1 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 14 Mar 2019 12:58:19 +0100 Subject: [PATCH] Fix Order in Navigation --- docs/README.md | 3 +++ docs/section1.md | 5 ++++- docs/section2.md | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d17f027..d9e82f7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,6 @@ +--- +nav_order: 1 +--- # Home {: .no_toc } diff --git a/docs/section1.md b/docs/section1.md index ce6ea93..e417a8a 100644 --- a/docs/section1.md +++ b/docs/section1.md @@ -1,4 +1,7 @@ -# A Page +--- +nav_order: 3 +--- +# Section 1 {: .no_toc } ## Table of contents diff --git a/docs/section2.md b/docs/section2.md index ce6ea93..9139e94 100644 --- a/docs/section2.md +++ b/docs/section2.md @@ -1,4 +1,7 @@ -# A Page +--- +nav_order: 2 +--- +# Section 2 {: .no_toc } ## Table of contents