Optional TOC sidebar (fixes #107)

This commit is contained in:
daudix
2024-12-01 16:55:08 +03:00
parent 73b2c24018
commit 915a71fecd
9 changed files with 83 additions and 0 deletions

View File

@ -111,6 +111,7 @@ Configuration variables from `config.toml` that can be set/overriden per page/se
- `toc`: Enables table of contents. Only first 2 levels of headings are listed.
- `toc_inline`: Whether to render inline table of contents at the top of all pages, in addition to floating quick navigation buttons.
- `toc_ordered`: Whether to use numbered (ordered) list for table of contents.
- `toc_sidebar`: Whether to display table of contents as a sidebar (useful for long pages).
Other variables:

View File

@ -2,6 +2,7 @@
title = "Mods"
[extra]
toc = true
toc_sidebar = true
+++
Mods enhance/change some Duckquill visuals. They are updated alongside Duckquill to ensure that you don't need to manually update them every release.