docs_tfgrid4/cfg/navbar.json

27 lines
469 B
JSON
Raw Permalink Normal View History

2025-02-02 16:42:15 +00:00
{
2025-02-12 03:11:54 +00:00
"title": "",
2025-02-02 16:42:15 +00:00
"logo": {
"alt": "ThreeFold Logo",
"src": "img/logo.svg",
"srcDark": "img/new_logo_tft.png"
},
"items": [
{
"type": "docSidebar",
"sidebarId": "tutorialSidebar",
"position": "left",
"label": "Docs"
},
{
"to": "/support",
"label": "Support",
"position": "left"
},
{
"href": "https://threefold.io",
"label": "ThreeFold.io",
"position": "right"
}
]
}