web.myco.systems/config/_default/menus.en.toml

35 lines
512 B
TOML
Raw Normal View History

2023-09-02 03:10:14 +00:00
[[main]]
name = "Services"
pageRef = "services"
weight = 10
[[main]]
name = "Showcase"
pageRef = "showcase"
2023-09-08 17:58:04 +00:00
weight = 20
[[main]]
name = "Stacks"
pageRef = "stacks"
2023-09-02 03:10:14 +00:00
weight = 30
#[[main]]
# identifier = "github"
# pre = "github"
# url = "https://git.myco.systems/explore"
# weight = 400
2023-09-02 03:10:14 +00:00
[[footer]]
name = "Services"
pageRef = "services"
weight = 10
[[footer]]
name = "Showcase"
pageRef = "showcase"
weight = 20
[[footer]]
name = "Stacks"
pageRef = "stacks"
weight = 30