refactor(menu) adjust menu names to be more concise

This commit is contained in:
Andreas Hnida 2024-04-01 09:17:45 +02:00
commit c47c2fe85b

View file

@ -2,7 +2,7 @@
# main menu # main menu
[[main]] [[main]]
name = "Prestation des services" name = "Services"
url = "/" url = "/"
weight = 1 weight = 1
hasChildren = true hasChildren = true
@ -10,19 +10,19 @@ hasChildren = true
[[main]] [[main]]
name = "Soins Indépendants" name = "Soins Indépendants"
url = "prestation-des-services/soins-independants/" url = "prestation-des-services/soins-independants/"
parent = "Prestation des services" parent = "Services"
weight = 1 weight = 1
[[main]] [[main]]
name = "Facturation Électronique" name = "Facturation Électronique"
url = "prestation-des-services/facturation-electronique/" url = "prestation-des-services/facturation-electronique/"
parent = "Prestation des services" parent = "Services"
weight = 2 weight = 2
[[main]] [[main]]
name = "Spécifications Cantonales" name = "Spécifications Cantonales"
url = "prestation-des-services/specifications-cantonales/" url = "prestation-des-services/specifications-cantonales/"
parent = "Prestation des services" parent = "Services"
weight = 3 weight = 3
[[main]] [[main]]
@ -51,6 +51,7 @@ weight = 2
[[main]] [[main]]
name = "Commande" name = "Commande"
url = "commande/"
hasChildren = true hasChildren = true
weight = 3 weight = 3