Files
sukr/docs/site.toml
Timothy DeHerrera c8c2506e16 feat(config): add global nav.toc setting with frontmatter override
- Add toc: bool to [nav] config section (default: false)
- Frontmatter toc: true/false overrides global config
- If frontmatter toc is not specified, falls back to config.nav.toc
- Enable nav.toc = true in docs/site.toml for global TOC
2026-02-01 09:42:00 -07:00

14 lines
224 B
TOML

author = "Sukr Contributors"
base_url = "https://sukr.io"
title = "Sukr Documentation"
[paths]
content = "content"
output = "public"
static = "static"
templates = "templates"
[nav]
nested = true
toc = true