website/config/_default/menus.fr.toml
bettina 458b1ff669
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
edit fr-sites
2024-06-18 14:15:22 +02:00

98 lines
2 KiB
TOML

############# Francais navigation ##############
# main menu
[[main]]
name = "Services"
url = "/"
weight = 1
hasChildren = true
[[main]]
name = "Soins Indépendants"
url = "prestation-des-services/soins-independants/"
parent = "Services"
weight = 1
[[main]]
name = "Facturation Électronique"
url = "prestation-des-services/facturation-electronique/"
parent = "Services"
weight = 2
[[main]]
name = "Spécifications Cantonales"
url = "prestation-des-services/specifications-cantonales/"
parent = "Services"
weight = 3
[[main]]
name = "Liste de prix"
url = "liste-de-prix/"
hasChildren = true
weight = 2
[[main]]
parent = "Liste de prix"
name = "Infirmier Independant"
url = "liste-de-prix/infirmier-independant/"
weight = 1
[[main]]
parent = "Liste de prix"
name = "Organisation Spitex"
url = "liste-de-prix/organisations-spitex/"
weight = 2
[[main]]
parent = "Liste de prix"
name = "Autres Services"
url = "liste-de-prix/autres-services/"
weight = 3
[[main]]
name = "Commande"
url = "commande/"
hasChildren = true
weight = 3
[[main]]
parent = "Commande"
name = "Version de démonstration"
url = "commande/version-de-demonstration/"
weight = 1
[[main]]
parent = "Commande"
name = "Infirmier Indépendant"
identifier = "commande-infimier-independant"
url = "commande/infirmier-independant/"
weight = 2
[[main]]
parent = "Commande"
name = "Module supplémentaire infirmiers indépendants"
url = "commande/module-supplementaire-infirmiers-independants/"
weight = 3
[[main]]
name = "Nouvelles"
url = "blog/"
weight = 4
[[main]]
name = "Contact"
url = "contact/"
[[main]]
name = "Formation"
url = "dates-des-formations/"
[[main]]
parent = "Formation"
name = "Formation Debutants"
url = "dates-des-formations/formation-debutants/"
weight = 1
[[main]]
parent = "Formation"
name = "Formation Avancée"
url = "dates-des-formations/formation-avanc/"
weight = 2