This commit is contained in:
2025-02-05 10:58:52 +03:00
parent 481821e7d2
commit 7b66873ef7
29 changed files with 102 additions and 40993 deletions

45
cfg/footer.json Normal file
View File

@@ -0,0 +1,45 @@
{
"style": "dark",
"links": [
{
"title": "Overview",
"items": [
{
"label": "DePIN Boards",
"href": "/docs/depin_board"
},
{
"label": "DePIN Charts",
"href": "/docs/depin_6dchart"
}
]
},
{
"title": "Community",
"items": [
{
"label": "Feedback",
"to": "/docs/feedback"
},
{
"label": "Gitea Repo",
"href": "https://git.ourworld.tf/tfgrid/info_docs_depin"
}
]
},
{
"title": "Links",
"items": [
{
"label": "ThreeFold.io",
"href": "https://threefold.io"
},
{
"label": "Dashboard",
"href": "https://dashboard.grid.tf"
}
]
}
],
"copyright": "Copyright © 2025 ThreeFold"
}

16
cfg/main.json Normal file
View File

@@ -0,0 +1,16 @@
{
"title": "DePIN Projects",
"tagline": "Navigate the rapidly evolving landscape of Decentralized Physical Infrastructure Networks (DePIN)",
"favicon": "img/favicon_depin.png",
"url": "https://info.ourworld.tf",
"url_home": "docs/introduction",
"baseUrl": "/depin/",
"image": "img/ourworld_depin.png",
"metadata": {
"description": "Navigate the rapidly evolving landscape of Decentralized Physical Infrastructure Networks (DePIN).",
"image": "https://info.ourworld.tf/img/ourworld_depin.png",
"title": "Introduction | DePIN Projects"
},
"buildDest": "root@info.ourworld.tf:/root/hero/www/info",
"buildDestDev": "root@info.ourworld.tf:/root/hero/www/infodev"
}

16
cfg/navbar.json Normal file
View File

@@ -0,0 +1,16 @@
{
"title": "DePIN Projects",
"items": [
{
"type": "docSidebar",
"sidebarId": "tutorialSidebar",
"position": "left",
"label": "Docs"
},
{
"href": "https://git.ourworld.tf/tfgrid/info_docs_depin",
"label": "Gitea",
"position": "right"
}
]
}