chill_hugoplate/config/_default/menus.en.toml

105 lines
1.7 KiB
TOML
Raw Normal View History

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