compose-theme/exampleSite/config/_default/menus/menu.en.toml

25 lines
331 B
TOML
Raw Normal View History

2024-07-26 17:08:59 +02:00
# menu items
[[main]]
name = "Blog"
weight = 5
url = "blog/"
[[main]]
name = "Docs"
weight = 2
url = "docs/"
[[main]]
name = "Tutorials"
weight = 2
url = "tutorials/"
[[main]]
name = "Example"
weight = 3
url = "https://docs.neuralvibes.com"
# [[main]]
# name = "Blog"
# weight = 4
# url = "blog/"