Skip to content
Snippets Groups Projects
  1. Jul 13, 2022
  2. Jul 04, 2022
  3. Mar 03, 2022
  4. Sep 28, 2020
    • PLanCompS's avatar
      List children also when excluded from main navigation · 09ab1c31
      PLanCompS authored
      - Limit the effect of `nav_exclude: true` to the main navigation.
      - Include links to excluded pages in auto-generating lists of child pages
      and in breadcrumbs.
      - Refactor implementation by moving assignment of `first_level_url` and `second_level_url` from `_includes/nav.html` to `_layouts/default.html`.
      - Clarify the effect of `nav_exclude` in the documentation.
      09ab1c31
  5. Sep 11, 2020
    • PLanCompS's avatar
      Update navigation-structure.md · ddccec7b
      PLanCompS authored
      Reinstated the collapsible TOC at the top, to support the reference to it right at the end of the file. (The `TOC` feature can only be used once per page, so this is the only way of illustrating the rendering of the collapsible TOC in the docs.)
      ddccec7b
  6. Aug 13, 2020
  7. Aug 11, 2020
  8. Jun 30, 2020
  9. May 02, 2020
    • PLanCompS's avatar
      Update documentation with collapsible TOC · e40ba9c6
      PLanCompS authored
      Makes the TOC at the top of the page collapsible.
      Adds an explanation of the markup used to produce a collapsible TOC.
      Adds a comment about the possibility of using an unordered list for the TOC,
      and about using TOC only once per page.
      e40ba9c6
  10. May 01, 2020
  11. Apr 28, 2020
  12. Apr 25, 2020
    • PLanCompS's avatar
      Made case-insenstive sorting the default · c46ccd34
      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`.
      c46ccd34
  13. Oct 11, 2019
  14. Aug 29, 2019
  15. Aug 22, 2019
  16. Aug 21, 2019
    • Peter Mosses's avatar
      Optional delay of grandchildren link display · 8ac545a5
      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.
      8ac545a5
  17. Aug 15, 2019
  18. Jan 16, 2019
  19. Jan 14, 2019
  20. Dec 16, 2018
  21. Nov 19, 2018
  22. Nov 16, 2018
  23. Apr 08, 2017
  24. Mar 27, 2017
  25. Mar 24, 2017
Loading