docs_decloud/cfg/navbar.json

26 lines
439 B
JSON
Raw Normal View History

2025-02-10 12:48:00 +00:00
{
"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"
}
]
}