config: add translations to menu
parent
41db6da873
commit
f1d2e7a120
15
config.toml
15
config.toml
|
@ -19,26 +19,33 @@ name = 'About'
|
||||||
url = '/about'
|
url = '/about'
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'translations'
|
||||||
|
name = 'Translations'
|
||||||
|
url = '/translations'
|
||||||
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'recipes'
|
identifier = 'recipes'
|
||||||
name = 'Recipes'
|
name = 'Recipes'
|
||||||
url = '/recipe'
|
url = '/recipe'
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'commissions'
|
identifier = 'commissions'
|
||||||
name = 'Commissions'
|
name = 'Commissions'
|
||||||
url = 'commissions'
|
url = 'commissions'
|
||||||
weight = 4
|
weight = 5
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'system'
|
identifier = 'system'
|
||||||
name = 'System Reference'
|
name = 'System Reference'
|
||||||
url = 'system'
|
url = 'system'
|
||||||
weight = 5
|
weight = 6
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'links'
|
identifier = 'links'
|
||||||
name = 'Links'
|
name = 'Links'
|
||||||
url = 'links'
|
url = 'links'
|
||||||
weight = 6
|
weight = 7
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue