config: add translations to menu

main
Síle Ekaterin Liszka 2022-12-15 08:37:01 -08:00
parent 41db6da873
commit f1d2e7a120
1 changed files with 11 additions and 4 deletions

View File

@ -19,26 +19,33 @@ name = 'About'
url = '/about'
weight = 2
[[menu.main]]
identifier = 'translations'
name = 'Translations'
url = '/translations'
weight = 3
[[menu.main]]
identifier = 'recipes'
name = 'Recipes'
url = '/recipe'
weight = 3
weight = 4
[[menu.main]]
identifier = 'commissions'
name = 'Commissions'
url = 'commissions'
weight = 4
weight = 5
[[menu.main]]
identifier = 'system'
name = 'System Reference'
url = 'system'
weight = 5
weight = 6
[[menu.main]]
identifier = 'links'
name = 'Links'
url = 'links'
weight = 6
weight = 7