s
This commit is contained in:
45
cfg/footer.json
Normal file
45
cfg/footer.json
Normal 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
16
cfg/main.json
Normal 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
16
cfg/navbar.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user