Files
docs-public/config/_default/menus.en.toml
wompmacho 8c57fe074e
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 22s
Feature: Add dynamic edit URLs and custom navigation menu
2026-03-25 03:12:21 +00:00

16 lines
260 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