Files
sukr/docs/site.toml
Timothy DeHerrera 7f765b32e1 feat(nav): complete Tier 1 hierarchical navigation
Add config option [nav] nested (defaults false), update base.html
template with nested nav rendering, and add .nav-children CSS styling
for indented section children.

- Add NavConfig struct with nested: bool
- Template renders item.children in .nav-children div
- CSS: left border + indent for nested items
2026-02-01 09:09:41 -07:00

13 lines
210 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