config/menu: new menu item

main
Síle Ekaterin Liszka 2023-11-26 15:07:27 -08:00
parent cc62362ac7
commit 4a0983ac96
1 changed files with 14 additions and 8 deletions

View File

@ -10,33 +10,39 @@ name = 'About'
url = '/about'
weight = 2
[[main]]
identifier = 'programs'
name = 'Programs'
url = '/programs'
weight = 3
[[main]]
identifier = 'translations'
name = 'Translations'
url = '/translations'
weight = 3
weight = 4
[[main]]
identifier = 'recipes'
name = 'Recipes'
url = '/recipe'
weight = 4
weight = 5
[[main]]
identifier = 'commissions'
name = 'Commissions'
url = 'commissions'
weight = 5
url = '/commissions'
weight = 6
[[main]]
identifier = 'system'
name = 'System Reference'
url = 'system'
weight = 6
url = '/system'
weight = 7
[[main]]
identifier = 'links'
name = 'Links'
url = 'links'
weight = 7
url = '/links'
weight = 8