- Apr 25, 2020
-
-
PLanCompS authored
Added a configuration option to determine whether the sort order is case-sensitive. The default is case-insensitive. To test: - open `/just-the-docs/docs/utilities/` in the browser, and check that the navigation links in `Utilities` are sorted alphabetically; - in `docs/utilities/layout.md', change the preamble to `title: layout`, and check that the links in `Utilities` are still sorted alphabetically; - add `nav_sort: case_sensitive` in the configuration file, and check that the link to `layout` is now listed last under `Utilities`.
-
- Oct 11, 2019
-
-
Peter Mosses authored
When `nav_order` is omitted, the order of nodes at each menu level (and in the auto-generated TOC) is alphabetical by `title`, instead of random. Any nodes with a specified `nav_order` precede all nodes at that level where it is omitted. Note that `nav_order` fields must have a uniform site-ide type: integers and strings cannot be mixed, otherwise Jekyll reports errors. The implementation filters the ordered and unordered pages from `site.html_pages`, sorts them separately, and concatenates the resulting arrays.
-
- Aug 29, 2019
-
-
Peter Mosses authored
This reverts commit 0cfc0f03.
-
Peter Mosses authored
This reverts commit 8ac545a5.
-
Peter Mosses authored
This reverts commit c282e4b0.
-
Peter Mosses authored
This reverts commit 5d58a663.
-
Peter Mosses authored
This reverts commit 89f79138.
-
Peter Mosses authored
This reverts commit 209ac7be.
-
- Aug 22, 2019
-
-
Peter Mosses authored
Restrict navigation to display only direct children.
-
Peter Mosses authored
This reverts commit 8ac545a5.
-
Peter Mosses authored
This reverts commit c282e4b0.
-
- Aug 21, 2019
-
-
Peter Mosses authored
Separating new PR from #188, since indpendent.
-
Peter Mosses authored
The current default is that when a grandparent is selected, the links to its children *and all its grandchildren* are displayed in the navigation menu. Setting `grandchildren_branch: true` in `_config.yml` delays the display of links to grandchildren until their parent is selected.
-
- Aug 16, 2019
-
-
Peter Mosses authored
A `navigation-list-child-list` is not displayed unless the enclosing `navigation-list-item` is `active`, so it needs to be generated only when `page.url == node.url or page.parent == node.title or page.grand_parent == node.title`.
-
- Aug 06, 2019
-
-
Patrick Marsceill authored
-
- Jul 18, 2019
-
-
Julien Duchesne authored
- Trimmed whitespace between html elements This reduced one of my files from 850KB to 115KB - Do not sort the whole list of pages on every iteration This made build 3x faster
-
- Jan 06, 2019
-
-
Patrick Marsceill authored
-
- Nov 19, 2018
-
-
Patrick Marsceill authored
-
- Nov 16, 2018
-
-
Patrick Marsceill authored
-
- Apr 08, 2017
-
-
Patrick Marsceill authored
-
- Mar 27, 2017
-
-
Patrick Marsceill authored
-
- Mar 24, 2017
-
-
Patrick Marsceill authored
-
- Mar 09, 2017
-
-
Patrick Marsceill authored
-