You've already forked dasharo-website
mirror of
https://github.com/Dasharo/dasharo-website.git
synced 2026-03-06 14:53:28 -08:00
47219b8864
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
39 lines
660 B
TOML
Executable File
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
|