- 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
14 lines
224 B
TOML
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
|