add new cfg version

This commit is contained in:
mik-tf
2025-02-07 14:00:54 -05:00
parent ec4f039a15
commit 77f92aa4ad
5 changed files with 296 additions and 109 deletions

69
cfg/footer.json Normal file
View File

@@ -0,0 +1,69 @@
{
"style": "dark",
"links": [
{
"title": "DePIN",
"items": [
{
"label": "Introduction",
"href": "/docs/introduction"
},
{
"label": "BYO Internet",
"href": "/docs/byoi"
},
{
"label": "TFGrid POC",
"href": "/docs/threefold_poc"
},
{
"label": "Feedback",
"to": "/docs/feedback"
}
]
},
{
"title": "Community",
"items": [
{
"label": "Telegram",
"href": "https://t.me/threefold"
},
{
"label": "X",
"href": "https://x.com/threefold_io"
},
{
"label": "Forum",
"href": "https://forum.threefold.io"
},
{
"label": "Support",
"to": "/support"
}
]
},
{
"title": "Links",
"items": [
{
"label": "ThreeFold.io",
"href": "https://threefold.io"
},
{
"label": "Dashboard",
"href": "https://dashboard.grid.tf"
},
{
"label": "GitHub",
"href": "https://github.com/threefoldtech/home"
},
{
"label": "Gitea",
"href": "https://git.ourworld.tf/tfgrid/info_docs_byoi"
}
]
}
],
"copyright": "Copyright © 2025 ThreeFold"
}

15
cfg/main.json Normal file
View File

@@ -0,0 +1,15 @@
{
"title": "Build Your Own Internet",
"tagline": "Learn how to build your own internet",
"favicon": "img/favicon.png",
"url": "https://threefold.info",
"baseUrl": "/byoi/",
"image": "img/tf_graph.png",
"metadata": {
"description": "Learn how to build your own internet",
"image": "https://info.ourworld.tf/img/tf_graph.png",
"title": "Build Your Own Internet"
},
"buildDest": "root@info.ourworld.tf:/root/hero/www/info",
"buildDestDev": "root@info.ourworld.tf:/root/hero/www/infodev"
}

21
cfg/navbar.json Normal file
View File

@@ -0,0 +1,21 @@
{
"title": "",
"items": [
{
"type": "docSidebar",
"sidebarId": "tutorialSidebar",
"position": "left",
"label": "Docs"
},
{
"to": "/support",
"label": "Support",
"position": "left"
},
{
"href": "https://threefold.io",
"label": "ThreeFold.io",
"position": "right"
}
]
}