Init
This commit is contained in:
21
config/_default/menus/menus.en.toml
Normal file
21
config/_default/menus/menus.en.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[[docs]]
|
||||
name = "Get Started"
|
||||
weight = 10
|
||||
identifier = "get-started"
|
||||
url = "/docs/get-started/intro/"
|
||||
|
||||
[[docs]]
|
||||
name = "Help"
|
||||
weight = 60
|
||||
identifier = "help"
|
||||
url = "/docs/help/"
|
||||
|
||||
[[main]]
|
||||
name = "Documentation"
|
||||
url = "/docs/get-started/intro/"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "News"
|
||||
url = "/blog/"
|
||||
weight = 20
|
Reference in New Issue
Block a user