website/config/_default/menus.fr.toml

98 lines
2.1 KiB
TOML
Raw Normal View History

2024-02-27 10:39:48 +00:00
############# Francais navigation ##############
# main menu
[[main]]
name = "Services"
2024-02-27 10:39:48 +00:00
url = "/"
weight = 1
hasChildren = true
[[main]]
name = "Soins Indépendants"
url = "prestation-des-services/soins-independants/"
parent = "Services"
2024-02-27 10:39:48 +00:00
weight = 1
[[main]]
name = "Facturation Électronique"
url = "prestation-des-services/facturation-electronique/"
parent = "Services"
2024-02-27 10:39:48 +00:00
weight = 2
[[main]]
name = "Spécifications Cantonales"
url = "prestation-des-services/specifications-cantonales/"
parent = "Services"
2024-02-27 10:39:48 +00:00
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/"
2024-02-27 10:39:48 +00:00
weight = 2
[[main]]
parent = "Liste de prix"
name = "Autres Services"
url = "liste-de-prix/autres-services/"
weight = 3
[[main]]
name = "Commande"
url = "commande/"
2024-02-27 10:39:48 +00:00
hasChildren = true
weight = 3
[[main]]
parent = "Commande"
2024-06-18 14:15:22 +02:00
name = "Version de démonstration"
2024-02-27 10:39:48 +00:00
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