24 lines
329 B
TOML
24 lines
329 B
TOML
[[main]]
|
|
identifier = "docs"
|
|
name = "Docs"
|
|
url = "docs"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
identifier = "about"
|
|
name = "About Us"
|
|
url = "about"
|
|
weight = 3
|
|
|
|
#[[main]]
|
|
# identifier = "updates"
|
|
# name = "Updates"
|
|
# url = "updates"
|
|
# weight = 2
|
|
#
|
|
#[[main]]
|
|
# identifier = "blog"
|
|
# name = "Blog"
|
|
# url = "blog"
|
|
# weight = 3
|