refactor(menu) adjust menu names to be more concise
This commit is contained in:
parent
d41e38f03e
commit
c47c2fe85b
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue