Files
Piotr Król 47219b8864 remove FAQ
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
2023-08-11 16:18:41 +02:00

39 lines
660 B
TOML
Executable File

############# English navigation ##############
# main menu
[[main]]
name = "Products"
post = "Dasharo product lines"
url = "/products/"
weight = 5
[[main]]
name = "Learn"
post = "Explore Dasharo"
url = "/pages/learn/"
weight = 10
[[main]]
name = "Docs"
post = "Deep Dive"
url = "https://docs.dasharo.com/"
weight = 15
[[main]]
name = "FAQ"
post = "Find the answer"
url = "https://docs.dasharo.com/osf-trivia-list/introduction/"
weight = 20
[[main]]
name = "vPub"
post = "Meet Us Online"
url = "https://vpub.dasharo.com/"
weight = 25
[[main]]
name = "Contact"
post = "Contact Us"
url = "/pages/contact/"
weight = 30