From ac69fb3766456792c1975476a304a4254052f23e Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 14 Mar 2019 13:08:23 +0100 Subject: [PATCH] Fix Sub chapter ordering? --- docs/chapter2/section1.md | 2 +- docs/chapter2/section2.md | 2 +- docs/chapter2/sub_chapter1/section1.md | 2 +- docs/chapter2/sub_chapter1/section2.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/chapter2/section1.md b/docs/chapter2/section1.md index 94af096..fb9869c 100644 --- a/docs/chapter2/section1.md +++ b/docs/chapter2/section1.md @@ -1,7 +1,7 @@ --- layout: default title: Section 1 -nav_order: 2 +nav_order: 1 parent: Chapter 2 --- # A Page diff --git a/docs/chapter2/section2.md b/docs/chapter2/section2.md index 0f14988..761dbb9 100644 --- a/docs/chapter2/section2.md +++ b/docs/chapter2/section2.md @@ -1,7 +1,7 @@ --- layout: default title: Section 2 -nav_order: 3 +nav_order: 2 parent: Chapter 2 --- # A Page diff --git a/docs/chapter2/sub_chapter1/section1.md b/docs/chapter2/sub_chapter1/section1.md index 684f72f..f16bb83 100644 --- a/docs/chapter2/sub_chapter1/section1.md +++ b/docs/chapter2/sub_chapter1/section1.md @@ -1,7 +1,7 @@ --- layout: default title: Section 1 -nav_order: 2 +nav_order: 1 parent: Sub Chapter 1 grandparent: Chapter 2 --- diff --git a/docs/chapter2/sub_chapter1/section2.md b/docs/chapter2/sub_chapter1/section2.md index e87ed30..c987428 100644 --- a/docs/chapter2/sub_chapter1/section2.md +++ b/docs/chapter2/sub_chapter1/section2.md @@ -1,7 +1,7 @@ --- layout: default title: Section 2 -nav_order: 3 +nav_order: 2 parent: Sub Chapter 1 grandparent: Chapter 2 permalink: /docs/chapter-2