docs_decloud/cfg/navbar.json
2025-02-10 15:48:00 +03:00

26 lines
439 B
JSON

{
"title": "",
"logo": {
"alt": "ThreeFold Logo",
"src": "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"
}
]
}