diff --git a/docs/tests/navigation/exclude/0.md b/docs/tests/navigation/exclude/0.md index 3e49590..96634dd 100644 --- a/docs/tests/navigation/exclude/0.md +++ b/docs/tests/navigation/exclude/0.md @@ -1,13 +1,13 @@ --- layout: default -title: "0" +title: Tests for exclusion 0 has_children: true nav_exclude: true --- # Tests for exclusion 0 ```yaml -title: "0" +title: Tests for exclusion 0 has_children: true nav_exclude: true ``` diff --git a/docs/tests/navigation/exclude/00.md b/docs/tests/navigation/exclude/00.md index 5353004..44aadd1 100644 --- a/docs/tests/navigation/exclude/00.md +++ b/docs/tests/navigation/exclude/00.md @@ -1,15 +1,15 @@ --- layout: default -title: "00" -parent: "0" +title: Tests for exclusion 00 +parent: Tests for exclusion 0 has_children: true nav_exclude: true --- # Tests for exclusion 00 ```yaml -title: "00" -parent: "0" +title: Tests for exclusion 00 +parent: Tests for exclusion 0 has_children: true nav_exclude: true ``` diff --git a/docs/tests/navigation/exclude/000.md b/docs/tests/navigation/exclude/000.md index fa34b83..5846671 100644 --- a/docs/tests/navigation/exclude/000.md +++ b/docs/tests/navigation/exclude/000.md @@ -1,17 +1,17 @@ --- layout: default -title: "000" -parent: "00" -grand_parent: "0" +title: Tests for exclusion 000 +parent: Tests for exclusion 00 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: true --- # Tests for exclusion 000 ```yaml -title: "000" -parent: "00" -grand_parent: "0" +title: Tests for exclusion 000 +parent: Tests for exclusion 00 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: true ``` diff --git a/docs/tests/navigation/exclude/001.md b/docs/tests/navigation/exclude/001.md index 823cfad..3afe961 100644 --- a/docs/tests/navigation/exclude/001.md +++ b/docs/tests/navigation/exclude/001.md @@ -1,17 +1,17 @@ --- layout: default -title: "001" -parent: "00" -grand_parent: "0" +title: Tests for exclusion 001 +parent: Tests for exclusion 00 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: false --- # Tests for exclusion 001 ```yaml -title: "001" -parent: "00" -grand_parent: "0" +title: Tests for exclusion 001 +parent: Tests for exclusion 00 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: false ``` diff --git a/docs/tests/navigation/exclude/01.md b/docs/tests/navigation/exclude/01.md index 499230e..0855b2c 100644 --- a/docs/tests/navigation/exclude/01.md +++ b/docs/tests/navigation/exclude/01.md @@ -1,15 +1,15 @@ --- layout: default -title: "01" -parent: "0" +title: Tests for exclusion 01 +parent: Tests for exclusion 0 has_children: true nav_exclude: false --- # Tests for exclusion 01 ```yaml -title: "01" -parent: "0" +title: Tests for exclusion 01 +parent: Tests for exclusion 0 has_children: true nav_exclude: false ``` diff --git a/docs/tests/navigation/exclude/010.md b/docs/tests/navigation/exclude/010.md index 01f498e..c9944ed 100644 --- a/docs/tests/navigation/exclude/010.md +++ b/docs/tests/navigation/exclude/010.md @@ -1,17 +1,17 @@ --- layout: default -title: "010" -parent: "01" -grand_parent: "0" +title: Tests for exclusion 010 +parent: Tests for exclusion 01 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: true --- # Tests for exclusion 010 ```yaml -title: "010" -parent: "01" -grand_parent: "0" +title: Tests for exclusion 010 +parent: Tests for exclusion 01 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: true ``` diff --git a/docs/tests/navigation/exclude/011.md b/docs/tests/navigation/exclude/011.md index e1413b3..f8359b4 100644 --- a/docs/tests/navigation/exclude/011.md +++ b/docs/tests/navigation/exclude/011.md @@ -1,17 +1,17 @@ --- layout: default -title: "011" -parent: "01" -grand_parent: "0" +title: Tests for exclusion 011 +parent: Tests for exclusion 01 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: false --- # Tests for exclusion 011 ```yaml -title: "011" -parent: "01" -grand_parent: "0" +title: Tests for exclusion 011 +parent: Tests for exclusion 01 +grand_parent: Tests for exclusion 0 has_children: false nav_exclude: false ``` diff --git a/docs/tests/navigation/exclude/1.md b/docs/tests/navigation/exclude/1.md index 4200f2c..0b6bff8 100644 --- a/docs/tests/navigation/exclude/1.md +++ b/docs/tests/navigation/exclude/1.md @@ -1,13 +1,13 @@ --- layout: default -title: "1" +title: Tests for exclusion 1 has_children: true nav_exclude: false --- # Tests for exclusion 1 ```yaml -title: "1" +title: Tests for exclusion 1 has_children: true nav_exclude: false ``` diff --git a/docs/tests/navigation/exclude/10.md b/docs/tests/navigation/exclude/10.md index c68339e..624d115 100644 --- a/docs/tests/navigation/exclude/10.md +++ b/docs/tests/navigation/exclude/10.md @@ -1,15 +1,15 @@ --- layout: default -title: "10" -parent: "1" +title: Tests for exclusion 10 +parent: Tests for exclusion 1 has_children: true nav_exclude: true --- # Tests for exclusion 10 ```yaml -title: "10" -parent: "1" +title: Tests for exclusion 10 +parent: Tests for exclusion 1 has_children: true nav_exclude: true ``` diff --git a/docs/tests/navigation/exclude/100.md b/docs/tests/navigation/exclude/100.md index 22d144e..89a8090 100644 --- a/docs/tests/navigation/exclude/100.md +++ b/docs/tests/navigation/exclude/100.md @@ -1,17 +1,17 @@ --- layout: default -title: "100" -parent: "10" -grand_parent: "1" +title: Tests for exclusion 100 +parent: Tests for exclusion 10 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: true --- # Tests for exclusion 100 ```yaml -title: "100" -parent: "10" -grand_parent: "1" +title: Tests for exclusion 100 +parent: Tests for exclusion 10 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: true ``` diff --git a/docs/tests/navigation/exclude/101.md b/docs/tests/navigation/exclude/101.md index 5f4a0ee..240dac7 100644 --- a/docs/tests/navigation/exclude/101.md +++ b/docs/tests/navigation/exclude/101.md @@ -1,17 +1,17 @@ --- layout: default -title: "101" -parent: "10" -grand_parent: "1" +title: Tests for exclusion 101 +parent: Tests for exclusion 10 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: false --- # Tests for exclusion 101 ```yaml -title: "101" -parent: "10" -grand_parent: "1" +title: Tests for exclusion 101 +parent: Tests for exclusion 10 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: false ``` diff --git a/docs/tests/navigation/exclude/11.md b/docs/tests/navigation/exclude/11.md index 6ec08b3..04cef63 100644 --- a/docs/tests/navigation/exclude/11.md +++ b/docs/tests/navigation/exclude/11.md @@ -1,15 +1,15 @@ --- layout: default -title: "11" -parent: "1" +title: Tests for exclusion 11 +parent: Tests for exclusion 1 has_children: true nav_exclude: false --- # Tests for exclusion 11 ```yaml -title: "11" -parent: "1" +title: Tests for exclusion 11 +parent: Tests for exclusion 1 has_children: true nav_exclude: false ``` diff --git a/docs/tests/navigation/exclude/110.md b/docs/tests/navigation/exclude/110.md index a9e8610..7c24237 100644 --- a/docs/tests/navigation/exclude/110.md +++ b/docs/tests/navigation/exclude/110.md @@ -1,17 +1,17 @@ --- layout: default -title: "110" -parent: "11" -grand_parent: "1" +title: Tests for exclusion 110 +parent: Tests for exclusion 11 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: true --- # Tests for exclusion 110 ```yaml -title: "110" -parent: "11" -grand_parent: "1" +title: Tests for exclusion 110 +parent: Tests for exclusion 11 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: true ``` diff --git a/docs/tests/navigation/exclude/111.md b/docs/tests/navigation/exclude/111.md index 524ab89..230b55b 100644 --- a/docs/tests/navigation/exclude/111.md +++ b/docs/tests/navigation/exclude/111.md @@ -1,17 +1,17 @@ --- layout: default -title: "111" -parent: "11" -grand_parent: "1" +title: Tests for exclusion 111 +parent: Tests for exclusion 11 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: false --- # Tests for exclusion 111 ```yaml -title: "111" -parent: "11" -grand_parent: "1" +title: Tests for exclusion 111 +parent: Tests for exclusion 11 +grand_parent: Tests for exclusion 1 has_children: false nav_exclude: false ``` diff --git a/docs/tests/navigation/exclude/index.md b/docs/tests/navigation/exclude/index.md index cdeeaab..7ea374d 100644 --- a/docs/tests/navigation/exclude/index.md +++ b/docs/tests/navigation/exclude/index.md @@ -7,26 +7,30 @@ grand_parent: Tests # Tests for exclusion Exclusion +Pages excluded from the main navigation can have parents and children. Navigation to and between excluded pages can be supported by the auto-generating list of child pages inserted at the bottom of each page, and by links to parents in the breadcrumbs at the top of each page. + +The following tests cover all combinations of excluded and included pages for the top level, child pages, and grandchild pages. The last binary digit in a page title indicates whether the page is included (1) or excluded (0); preceding digits refer to its parent and grandparent. + ## Tests for exclusion Included in main navigation -- ["1"](1/) -- ["11"](11/) -- ["111"](111/) +- [Tests for exclusion 1](1/) +- [Tests for exclusion 11](11/) +- [Tests for exclusion 111](111/) ## Tests for exclusion Included only in child navigation -- ["110"](110/) -- ["10"](10/) -- ["101"](101/) -- ["100"](100/) +- [Tests for exclusion 110](110/) +- [Tests for exclusion 10](10/) +- [Tests for exclusion 101](101/) +- [Tests for exclusion 100](100/) ## Tests for exclusion Not included in navigation -- ["0"](0/) -- ["01"](01/) -- ["011"](011/) -- ["010"](010/) -- ["00"](00/) -- ["001"](001/) -- ["000"](000/) +- [Tests for exclusion 0](0/) +- [Tests for exclusion 01](01/) +- [Tests for exclusion 011](011/) +- [Tests for exclusion 010](010/) +- [Tests for exclusion 00](00/) +- [Tests for exclusion 001](001/) +- [Tests for exclusion 000](000/) - ["Untitled"](untitled/) diff --git a/docs/tests/navigation/grandparent/a.md b/docs/tests/navigation/grandparent/a.md index 23bed50..b680fe6 100644 --- a/docs/tests/navigation/grandparent/a.md +++ b/docs/tests/navigation/grandparent/a.md @@ -1,6 +1,6 @@ --- layout: default -title: A +title: Tests for disambiguation A has_children: true --- @@ -9,6 +9,6 @@ has_children: true A top-level page ```yaml -title: A +title: Tests for disambiguation A has_children: true ``` diff --git a/docs/tests/navigation/grandparent/b.md b/docs/tests/navigation/grandparent/b.md index 7973bf0..23403e8 100644 --- a/docs/tests/navigation/grandparent/b.md +++ b/docs/tests/navigation/grandparent/b.md @@ -1,6 +1,6 @@ --- layout: default -title: B +title: Tests for disambiguation B has_children: true --- @@ -9,6 +9,6 @@ has_children: true A top-level page ```yaml -title: B +title: Tests for disambiguation B has_children: true ``` diff --git a/docs/tests/navigation/grandparent/ca.md b/docs/tests/navigation/grandparent/ca.md index 525428e..e645044 100644 --- a/docs/tests/navigation/grandparent/ca.md +++ b/docs/tests/navigation/grandparent/ca.md @@ -1,7 +1,7 @@ --- layout: default -title: C -parent: A +title: Tests for disambiguation C +parent: Tests for disambiguation A has_children: true --- @@ -10,7 +10,7 @@ has_children: true A child of page A, and parent of page D ```yaml -title: C -parent: A +title: Tests for disambiguation C +parent: Tests for disambiguation A has_children: true ``` diff --git a/docs/tests/navigation/grandparent/cb.md b/docs/tests/navigation/grandparent/cb.md index 1baa41b..d15844f 100644 --- a/docs/tests/navigation/grandparent/cb.md +++ b/docs/tests/navigation/grandparent/cb.md @@ -1,7 +1,7 @@ --- layout: default -title: C -parent: B +title: Tests for disambiguation C +parent: Tests for disambiguation B has_children: true --- @@ -10,7 +10,7 @@ has_children: true A child of page B, and parent of page D ```yaml -title: C -parent: B +title: Tests for disambiguation C +parent: Tests for disambiguation B has_children: true ``` diff --git a/docs/tests/navigation/grandparent/dca.md b/docs/tests/navigation/grandparent/dca.md index 5ff7584..c01dbbb 100644 --- a/docs/tests/navigation/grandparent/dca.md +++ b/docs/tests/navigation/grandparent/dca.md @@ -1,8 +1,8 @@ --- layout: default -title: D -parent: C -grand_parent: A +title: Tests for disambiguation D +parent: Tests for disambiguation C +grand_parent: Tests for disambiguation A --- # D @@ -10,7 +10,7 @@ grand_parent: A A grandchild of page A ```yaml -title: D -parent: C -grand_parent: A +title: Tests for disambiguation D +parent: Tests for disambiguation C +grand_parent: Tests for disambiguation A ``` diff --git a/docs/tests/navigation/grandparent/dcb.md b/docs/tests/navigation/grandparent/dcb.md index 567025d..f80d83d 100644 --- a/docs/tests/navigation/grandparent/dcb.md +++ b/docs/tests/navigation/grandparent/dcb.md @@ -1,8 +1,8 @@ --- layout: default -title: D -parent: C -grand_parent: B +title: Tests for disambiguation D +parent: Tests for disambiguation C +grand_parent: Tests for disambiguation B --- # D @@ -10,7 +10,7 @@ grand_parent: B A grandchild of page B ```yaml -title: D -parent: C -grand_parent: B +title: Tests for disambiguation D +parent: Tests for disambiguation C +grand_parent: Tests for disambiguation B ``` diff --git a/docs/tests/navigation/grandparent/index.md b/docs/tests/navigation/grandparent/index.md index 980a38b..3d8f799 100644 --- a/docs/tests/navigation/grandparent/index.md +++ b/docs/tests/navigation/grandparent/index.md @@ -1,11 +1,13 @@ --- layout: default -title: Parent disambiguation +title: Disambiguation parent: Navigation grand_parent: Tests --- -# Parent disambiguation +# Disambiguation + +When different pages with children have the same title, referencing the relevant grandparent in the children disambiguates which page is intended. - [Page A](a/) has a child [page with title C](ca/), and a grandchild [page with title D](dca/). - [Page B](b/) has a child [page with title C](cb/), and a grandchild [page with title D](dcb/). diff --git a/docs/tests/navigation/order/default/10.md b/docs/tests/navigation/order/default/10.md index bd6fbb8..7e1d82a 100644 --- a/docs/tests/navigation/order/default/10.md +++ b/docs/tests/navigation/order/default/10.md @@ -2,7 +2,7 @@ layout: default title: "10" parent: Default -grand_parent: Order +grand_parent: Tests for order --- # 10 @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: "10" parent: Default -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/default/2.md b/docs/tests/navigation/order/default/2.md index 5e2792b..158f49a 100644 --- a/docs/tests/navigation/order/default/2.md +++ b/docs/tests/navigation/order/default/2.md @@ -2,7 +2,7 @@ layout: default title: "2" parent: Default -grand_parent: Order +grand_parent: Tests for order --- # 2 @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: "2" parent: Default -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/default/a.md b/docs/tests/navigation/order/default/a.md index a122e97..bd7e347 100644 --- a/docs/tests/navigation/order/default/a.md +++ b/docs/tests/navigation/order/default/a.md @@ -2,7 +2,7 @@ layout: default title: A parent: Default -grand_parent: Order +grand_parent: Tests for order --- # A @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: A parent: Default -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/default/aa-lower.md b/docs/tests/navigation/order/default/aa-lower.md index 43957d6..295ed08 100644 --- a/docs/tests/navigation/order/default/aa-lower.md +++ b/docs/tests/navigation/order/default/aa-lower.md @@ -2,7 +2,7 @@ layout: default title: aa parent: Default -grand_parent: Order +grand_parent: Tests for order --- # aa @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: aa parent: Default -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/default/aa.md b/docs/tests/navigation/order/default/aa.md index 081bcfc..f100030 100644 --- a/docs/tests/navigation/order/default/aa.md +++ b/docs/tests/navigation/order/default/aa.md @@ -2,7 +2,7 @@ layout: default title: Aa parent: Default -grand_parent: Order +grand_parent: Tests for order --- # Aa @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: Aa parent: Default -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/default/index.md b/docs/tests/navigation/order/default/index.md index 3c9cd8f..c276bb3 100644 --- a/docs/tests/navigation/order/default/index.md +++ b/docs/tests/navigation/order/default/index.md @@ -1,7 +1,7 @@ --- layout: default title: Default -parent: Tests for navigation order +parent: Tests for order nav_order: 1 has_children: true --- diff --git a/docs/tests/navigation/order/floats/-1.1.md b/docs/tests/navigation/order/floats/-1.1.md index 3466e76..ee040c8 100644 --- a/docs/tests/navigation/order/floats/-1.1.md +++ b/docs/tests/navigation/order/floats/-1.1.md @@ -3,7 +3,7 @@ layout: default title: "-1.1" nav_order: -1.1 parent: Floats -grand_parent: Order +grand_parent: Tests for order --- # -1.1 @@ -12,5 +12,5 @@ grand_parent: Order title: "-1.1" nav_order: -1.1 parent: Floats -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/floats/0.0.md b/docs/tests/navigation/order/floats/0.0.md index 6c545ba..f5e516d 100644 --- a/docs/tests/navigation/order/floats/0.0.md +++ b/docs/tests/navigation/order/floats/0.0.md @@ -3,7 +3,7 @@ layout: default title: "0.0" nav_order: 0.0 parent: Floats -grand_parent: Order +grand_parent: Tests for order --- # 0.0 @@ -12,5 +12,5 @@ grand_parent: Order title: "0.0" nav_order: 0.0 parent: Floats -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/floats/10.0.md b/docs/tests/navigation/order/floats/10.0.md index fc648c4..797f81d 100644 --- a/docs/tests/navigation/order/floats/10.0.md +++ b/docs/tests/navigation/order/floats/10.0.md @@ -3,7 +3,7 @@ layout: default title: "10.0" nav_order: 10.0 parent: Floats -grand_parent: Order +grand_parent: Tests for order --- # 10.0 @@ -12,5 +12,5 @@ grand_parent: Order title: "10.0" nav_order: 10.0 parent: Floats -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/floats/2.2222.md b/docs/tests/navigation/order/floats/2.2222.md index 8050d7b..8910946 100644 --- a/docs/tests/navigation/order/floats/2.2222.md +++ b/docs/tests/navigation/order/floats/2.2222.md @@ -3,7 +3,7 @@ layout: default title: "2.2222" nav_order: 2.2222 parent: Floats -grand_parent: Order +grand_parent: Tests for order --- # 2.2222 @@ -12,5 +12,5 @@ grand_parent: Order title: "2.2222" nav_order: 2.2222 parent: Floats -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/floats/index.md b/docs/tests/navigation/order/floats/index.md index 145ed50..2846629 100644 --- a/docs/tests/navigation/order/floats/index.md +++ b/docs/tests/navigation/order/floats/index.md @@ -1,7 +1,7 @@ --- layout: default title: Floats -parent: Tests for navigation order +parent: Tests for order nav_order: 4 has_children: true --- diff --git a/docs/tests/navigation/order/index.md b/docs/tests/navigation/order/index.md index 427cc93..9dbff4a 100644 --- a/docs/tests/navigation/order/index.md +++ b/docs/tests/navigation/order/index.md @@ -7,6 +7,8 @@ grand_parent: Tests # Order +The value of `nav_order` can be numbers (integers, floats) and/or strings. The following tests illustrate their effects. + - [Default](default/), using `title` instead of `nav_order` fields. - [Strings](strings/), lexicographically ordered, possibly case-insensitively. - [Integers](integers/), numerically ordered. diff --git a/docs/tests/navigation/order/integers/-1.md b/docs/tests/navigation/order/integers/-1.md index 5b6e229..8b1444e 100644 --- a/docs/tests/navigation/order/integers/-1.md +++ b/docs/tests/navigation/order/integers/-1.md @@ -3,7 +3,7 @@ layout: default title: "-1" nav_order: -1 parent: Integers -grand_parent: Order +grand_parent: Tests for order --- # -1 @@ -12,5 +12,5 @@ grand_parent: Order title: "-1" nav_order: -1 parent: Integers -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/integers/0.md b/docs/tests/navigation/order/integers/0.md index f97f599..21b1327 100644 --- a/docs/tests/navigation/order/integers/0.md +++ b/docs/tests/navigation/order/integers/0.md @@ -3,7 +3,7 @@ layout: default title: "0" nav_order: 0 parent: Integers -grand_parent: Order +grand_parent: Tests for order --- # 0 @@ -12,5 +12,5 @@ grand_parent: Order title: "0" nav_order: 0 parent: Integers -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/integers/10.md b/docs/tests/navigation/order/integers/10.md index 181bffb..4157151 100644 --- a/docs/tests/navigation/order/integers/10.md +++ b/docs/tests/navigation/order/integers/10.md @@ -3,7 +3,7 @@ layout: default title: "10" nav_order: 10 parent: Integers -grand_parent: Order +grand_parent: Tests for order --- # 10 @@ -12,5 +12,5 @@ grand_parent: Order title: "10" nav_order: 10 parent: Integers -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/integers/2.md b/docs/tests/navigation/order/integers/2.md index 51c76c7..2ebb1ca 100644 --- a/docs/tests/navigation/order/integers/2.md +++ b/docs/tests/navigation/order/integers/2.md @@ -3,7 +3,7 @@ layout: default title: "2" nav_order: 2 parent: Integers -grand_parent: Order +grand_parent: Tests for order --- # 2 @@ -12,5 +12,5 @@ grand_parent: Order title: "2" nav_order: 2 parent: Integers -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/integers/index.md b/docs/tests/navigation/order/integers/index.md index 093944c..077cdc5 100644 --- a/docs/tests/navigation/order/integers/index.md +++ b/docs/tests/navigation/order/integers/index.md @@ -1,7 +1,7 @@ --- layout: default title: Integers -parent: Tests for navigation order +parent: Tests for order nav_order: 3 has_children: true --- diff --git a/docs/tests/navigation/order/mixture/-1.1.md b/docs/tests/navigation/order/mixture/-1.1.md index 60b8a60..668d642 100644 --- a/docs/tests/navigation/order/mixture/-1.1.md +++ b/docs/tests/navigation/order/mixture/-1.1.md @@ -3,7 +3,7 @@ layout: default title: "-1.1" nav_order: -1.1 parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # -1.1 @@ -12,5 +12,5 @@ grand_parent: Order title: "-1.1" nav_order: -1.1 parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/-1.md b/docs/tests/navigation/order/mixture/-1.md index 81c247f..e1c5a12 100644 --- a/docs/tests/navigation/order/mixture/-1.md +++ b/docs/tests/navigation/order/mixture/-1.md @@ -3,7 +3,7 @@ layout: default title: "-1" nav_order: -1 parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # -1 @@ -12,5 +12,5 @@ grand_parent: Order title: "-1" nav_order: -1 parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/0.0.md b/docs/tests/navigation/order/mixture/0.0.md index 46ea906..a2006d8 100644 --- a/docs/tests/navigation/order/mixture/0.0.md +++ b/docs/tests/navigation/order/mixture/0.0.md @@ -3,7 +3,7 @@ layout: default title: "0.0" nav_order: 0.0 parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # 0.0 @@ -12,5 +12,5 @@ grand_parent: Order title: "0.0" nav_order: 0.0 parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/0.md b/docs/tests/navigation/order/mixture/0.md index 5fb96d8..14f137f 100644 --- a/docs/tests/navigation/order/mixture/0.md +++ b/docs/tests/navigation/order/mixture/0.md @@ -3,7 +3,7 @@ layout: default title: "0" nav_order: 0 parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # 0 @@ -12,5 +12,5 @@ grand_parent: Order title: "0" nav_order: 0 parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/10.0.md b/docs/tests/navigation/order/mixture/10.0.md index 4f137a8..70308a6 100644 --- a/docs/tests/navigation/order/mixture/10.0.md +++ b/docs/tests/navigation/order/mixture/10.0.md @@ -3,7 +3,7 @@ layout: default title: "10.0" nav_order: 10.0 parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # 10.0 @@ -12,5 +12,5 @@ grand_parent: Order title: "10.0" nav_order: 10.0 parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/10.md b/docs/tests/navigation/order/mixture/10.md index 03c7c88..542ae3f 100644 --- a/docs/tests/navigation/order/mixture/10.md +++ b/docs/tests/navigation/order/mixture/10.md @@ -2,7 +2,7 @@ layout: default title: "10" parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # 10 @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: "10" parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/2.2222.md b/docs/tests/navigation/order/mixture/2.2222.md index b8d74fb..2520d51 100644 --- a/docs/tests/navigation/order/mixture/2.2222.md +++ b/docs/tests/navigation/order/mixture/2.2222.md @@ -3,7 +3,7 @@ layout: default title: "2.2222" nav_order: 2.2222 parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # 2.2222 @@ -12,5 +12,5 @@ grand_parent: Order title: "2.2222" nav_order: 2.2222 parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/2.md b/docs/tests/navigation/order/mixture/2.md index 22e118b..2ae4553 100644 --- a/docs/tests/navigation/order/mixture/2.md +++ b/docs/tests/navigation/order/mixture/2.md @@ -2,7 +2,7 @@ layout: default title: "2" parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # 2 @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: "2" parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/a.md b/docs/tests/navigation/order/mixture/a.md index 8d36765..342b05f 100644 --- a/docs/tests/navigation/order/mixture/a.md +++ b/docs/tests/navigation/order/mixture/a.md @@ -2,7 +2,7 @@ layout: default title: A parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # A @@ -10,5 +10,5 @@ grand_parent: Order ```yaml title: A parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/aa-lower.md b/docs/tests/navigation/order/mixture/aa-lower.md index 12a8631..2d63985 100644 --- a/docs/tests/navigation/order/mixture/aa-lower.md +++ b/docs/tests/navigation/order/mixture/aa-lower.md @@ -3,7 +3,7 @@ layout: default title: aa nav_order: "aa" parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # aa @@ -12,5 +12,5 @@ grand_parent: Order title: aa nav_order: "aa" parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/aa.md b/docs/tests/navigation/order/mixture/aa.md index d826339..69cf05f 100644 --- a/docs/tests/navigation/order/mixture/aa.md +++ b/docs/tests/navigation/order/mixture/aa.md @@ -3,7 +3,7 @@ layout: default title: Aa nav_order: "Aa" parent: Mixture -grand_parent: Order +grand_parent: Tests for order --- # Aa @@ -12,5 +12,5 @@ grand_parent: Order title: Aa nav_order: "Aa" parent: Mixture -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/mixture/index.md b/docs/tests/navigation/order/mixture/index.md index 5b25463..24317b2 100644 --- a/docs/tests/navigation/order/mixture/index.md +++ b/docs/tests/navigation/order/mixture/index.md @@ -1,7 +1,7 @@ --- layout: default title: Mixture -parent: Tests for navigation order +parent: Tests for order nav_order: 5 has_children: true --- diff --git a/docs/tests/navigation/order/strings/10.md b/docs/tests/navigation/order/strings/10.md index 4bc8b59..6c3e480 100644 --- a/docs/tests/navigation/order/strings/10.md +++ b/docs/tests/navigation/order/strings/10.md @@ -3,7 +3,7 @@ layout: default title: "10" nav_order: "10" parent: Strings -grand_parent: Order +grand_parent: Tests for order --- # 10 @@ -12,5 +12,5 @@ grand_parent: Order title: "10" nav_order: "10" parent: Strings -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/strings/2.md b/docs/tests/navigation/order/strings/2.md index be13a98..0c96c32 100644 --- a/docs/tests/navigation/order/strings/2.md +++ b/docs/tests/navigation/order/strings/2.md @@ -3,7 +3,7 @@ layout: default title: "2" nav_order: "2" parent: Strings -grand_parent: Order +grand_parent: Tests for order --- # 2 @@ -12,5 +12,5 @@ grand_parent: Order title: "2" nav_order: "2" parent: Strings -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/strings/a.md b/docs/tests/navigation/order/strings/a.md index 71dd447..ac1f3bd 100644 --- a/docs/tests/navigation/order/strings/a.md +++ b/docs/tests/navigation/order/strings/a.md @@ -3,7 +3,7 @@ layout: default title: A nav_order: A parent: Strings -grand_parent: Order +grand_parent: Tests for order --- # A @@ -12,5 +12,5 @@ grand_parent: Order title: A nav_order: A parent: Strings -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/strings/aa-lower.md b/docs/tests/navigation/order/strings/aa-lower.md index ea9c10b..0cbb0b2 100644 --- a/docs/tests/navigation/order/strings/aa-lower.md +++ b/docs/tests/navigation/order/strings/aa-lower.md @@ -3,7 +3,7 @@ layout: default title: aa nav_order: "aa" parent: Strings -grand_parent: Order +grand_parent: Tests for order --- # aa @@ -12,5 +12,5 @@ grand_parent: Order title: aa nav_order: "aa" parent: Strings -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/strings/aa.md b/docs/tests/navigation/order/strings/aa.md index 1daeb04..6eaf7a2 100644 --- a/docs/tests/navigation/order/strings/aa.md +++ b/docs/tests/navigation/order/strings/aa.md @@ -3,7 +3,7 @@ layout: default title: Aa nav_order: "Aa" parent: Strings -grand_parent: Order +grand_parent: Tests for order --- # Aa @@ -12,5 +12,5 @@ grand_parent: Order title: Aa nav_order: "Aa" parent: Strings -grand_parent: Order +grand_parent: Tests for order ``` diff --git a/docs/tests/navigation/order/strings/index.md b/docs/tests/navigation/order/strings/index.md index 10d20fa..404e3a8 100644 --- a/docs/tests/navigation/order/strings/index.md +++ b/docs/tests/navigation/order/strings/index.md @@ -1,7 +1,7 @@ --- layout: default title: Strings -parent: Tests for navigation order +parent: Tests for order nav_order: 2 has_children: true ---