This commit is contained in:
2025-02-06 16:11:18 +03:00
parent f48930847d
commit d58f37f78c
27 changed files with 87 additions and 41010 deletions

44
cfg/footer.json Normal file
View File

@@ -0,0 +1,44 @@
{
"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"
}
]
}
]
}

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"
}
]
}