Fix Sub chapter ordering?

This commit is contained in:
2019-03-14 13:08:23 +01:00
parent 981aa3c92c
commit ac69fb3766
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
layout: default
title: Section 1
nav_order: 2
nav_order: 1
parent: Chapter 2
---
# A Page

View File

@@ -1,7 +1,7 @@
---
layout: default
title: Section 2
nav_order: 3
nav_order: 2
parent: Chapter 2
---
# A Page

View File

@@ -1,7 +1,7 @@
---
layout: default
title: Section 1
nav_order: 2
nav_order: 1
parent: Sub Chapter 1
grandparent: Chapter 2
---

View File

@@ -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