chill_hugoplate/config/_default/menus.nl.toml

105 lines
1.6 KiB
TOML
Raw Permalink Normal View History

############# Dutch navigation ##############
2023-10-09 17:18:04 +00:00
[[main]]
name = "Functionaliteiten"
url = "presentation/"
2024-01-18 18:16:58 +00:00
weight = 1
[[main]]
parent = "Functionaliteiten"
name = "Opvolging van personen"
url = "presentation/persons"
2023-10-09 17:18:04 +00:00
weight = 1
[[main]]
parent = "Functionaliteiten"
name = "Opvolging hulpverleningstrajecten"
url = "presentation/accompanying-courses"
2023-10-09 17:18:04 +00:00
weight = 2
2024-01-18 18:16:58 +00:00
[[main]]
parent = "Functionaliteiten"
name = "Opvolging beslissingen"
url = "presentation/workflow"
weight = 3
2023-10-09 17:18:04 +00:00
[[main]]
parent = "Functionaliteiten"
name = "Genereren van documenten"
url = "presentation/doc-generation"
2024-01-18 18:16:58 +00:00
weight = 4
2023-10-09 17:18:04 +00:00
[[main]]
parent = "Functionaliteiten"
name = "Exporteren van statistieken"
url = "presentation/export-stats"
2024-01-18 18:16:58 +00:00
weight = 5
[[main]]
parent = "Functionaliteiten"
name = "Roadmap"
url = "presentation/roadmap"
2024-01-18 18:16:58 +00:00
weight = 6
#############
[[main]]
name = "Om te beginnen"
2023-10-09 17:18:04 +00:00
hasChildren = true
weight = 3
[[main]]
parent = "Om te beginnen"
name = "Als gebruiker"
url = "start/user"
weight = 1
[[main]]
parent = "Om te beginnen"
name = "Als ontwikkelaar"
url = "start/developper"
weight = 2
#############
2023-10-09 17:18:04 +00:00
[[main]]
name = "Chill verkrijgen"
hasChildren = true
weight = 4
2023-10-09 17:18:04 +00:00
[[main]]
parent = "Chill verkrijgen"
url = "get-chill/install"
name = "Chill installeren"
2024-01-18 18:16:58 +00:00
weight = 1
2023-10-09 17:18:04 +00:00
[[main]]
parent = "Chill verkrijgen"
url = "get-chill/configuration"
2024-01-18 18:16:58 +00:00
name = "Configuratie"
weight = 2
2023-10-09 17:18:04 +00:00
[[main]]
parent = "Chill verkrijgen"
url = "get-chill/providers"
2024-01-18 18:16:58 +00:00
name = "Leveranciers"
weight = 3
2023-10-09 17:18:04 +00:00
#############
2023-10-09 17:18:04 +00:00
# footer menu
[[footer]]
name = "Over ons"
2023-10-09 17:18:04 +00:00
url = "about/"
weight = 1
[[footer]]
name = "Elementen"
2023-10-09 17:18:04 +00:00
url = "elements/"
weight = 2
[[footer]]
name = "Privacy"
2023-10-09 17:18:04 +00:00
url = "privacy-policy/"
weight = 3