Peter Mosses dd0b814bfd
Docs: Allow unlimited multi-level navigation (#1440)
* Remove `jekyll-default-layout` plugin

* Move docs/navigation-structure to docs/navigation

* Fix uses of line-nos in md files

* Update CHANGELOG.md

---------

Co-authored-by: Matt Wang <matt@matthewwang.me>
2024-08-20 22:50:47 +02:00

388 B

title parent nav_order
Child Pages Navigation 4

Child Pages

By default, all parent pages will automatically have a so-called 'Table of Contents' at the bottom, showing links to all their child pages.

To disable this automatic list, set has_toc: false in the parent page's front matter.

Example

---
title: UI Components
nav_order: 3
has_toc: false
---