chill_hugoplate/config/_default/menus.en.toml
2024-01-18 19:16:58 +01:00

105 lines
1.7 KiB
TOML
Executable File

############# English navigation ##############
[[main]]
name = "Functionalities"
url = "presentation/"
weight = 2
[[main]]
parent = "Functionalities"
name = "Follow-up individuals"
url = "presentation/persons"
weight = 1
[[main]]
parent = "Functionalities"
name = "Follow-up support plan"
url = "presentation/accompanying-courses"
weight = 3
[[main]]
parent = "Functionalities"
name = "Follow-up decisions"
url = "presentation/workflow"
weight = 4
[[main]]
parent = "Functionalities"
name = "Generation of documents"
url = "presentation/doc-generation"
weight = 5
[[main]]
parent = "Functionalities"
name = "Export statistics"
url = "presentation/export-stats"
weight = 6
[[main]]
parent = "Functionalities"
name = "Roadmap"
url = "presentation/roadmap"
weight = 7
#############
[[main]]
name = "Getting started"
hasChildren = true
weight = 3
[[main]]
parent = "Getting started"
name = "As a user"
url = "start/user"
weight = 1
[[main]]
parent = "Getting started"
name = "As developer"
url = "start/developper"
weight = 2
#############
[[main]]
name = "Get Chill"
hasChildren = true
weight = 4
[[main]]
parent = "Get Chill"
url = "get-chill/install"
name = "Install Chill"
weight = 1
[[main]]
parent = "Get Chill"
url = "get-chill/configuration"
name = "Configuration"
weight = 2
[[main]]
parent = "Get Chill"
url = "get-chill/providers"
name = "Providers"
weight = 3
#############
# footer menu
[[footer]]
name = "About us"
url = "about/"
weight = 1
[[footer]]
name = "Elements"
url = "elements/"
weight = 2
[[footer]]
name = "Privacy"
url = "privacy-policy/"
weight = 3