docs_byoi/cfg/navbar.json
2025-02-11 22:31:06 -05:00

26 lines
476 B
JSON

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