diff --git a/config/_default/menus.fr.toml b/config/_default/menus.fr.toml new file mode 100644 index 0000000..d25c8ae --- /dev/null +++ b/config/_default/menus.fr.toml @@ -0,0 +1,99 @@ +############# Francais navigation ############## + +# main menu +[[main]] +name = "Prestation des services" +url = "/" +weight = 1 +hasChildren = true + + [[main]] + name = "Soins Indépendants" + url = "prestation-des-services/soins-independants/" + parent = "Prestation des services" + weight = 1 + + [[main]] + name = "Facturation Électronique" + url = "prestation-des-services/facturation-electronique/" + parent = "Prestation des services" + weight = 2 + + [[main]] + name = "Spécifications Cantonales" + url = "prestation-des-services/specifications-cantonales/" + parent = "Prestation des 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 = "Organisationen" + url = "liste-de-prix/organisations/" + weight = 2 + + [[main]] + parent = "Liste de prix" + name = "Autres Services" + url = "liste-de-prix/autres-services/" + weight = 3 + +[[main]] +name = "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/" + +# footer menu +# [[footer]] +# name = "About" +# url = "about/" +# weight = 1 + +# [[footer]] +# name = "Elements" +# url = "elements/" +# weight = 2 + +# [[footer]] +# name = "Privacy Policy" +# url = "privacy-policy/" +# weight = 3