Files
docs-public/config/_default/menus.en.toml
wompmacho 887c8a752f
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 57s
consolidating homelab docs, renaming index and adding documentation for gemma a2a bridge
2026-04-13 01:31:54 +00:00

31 lines
489 B
TOML

# This overrides the framework's default menu for the public site.
[[main]]
name = "projects"
pageRef = "projects"
weight = 10
[[main]]
name = "posts"
pageRef = "posts"
weight = 20
[[main]]
name = "stream"
pageRef = "stream"
weight = 30
[[subnavigation]]
name = "lab"
pageRef = "projects/homelab/diagrams"
weight = 10
[[subnavigation]]
name = "quotes"
pageRef = "quotes"
weight = 20
[[subnavigation]]
name = "resume"
pageRef = "resume"
weight = 30