...
Some checks are pending
Rhai Tests / Run Rhai Tests (push) Waiting to run

This commit is contained in:
2025-05-12 06:09:25 +03:00
parent 8285fdb7b9
commit 516d0177e7
73 changed files with 38 additions and 37 deletions

22
docs/cfg/footer.json Normal file
View File

@@ -0,0 +1,22 @@
{
"style": "dark",
"links": [
{
"title": "Web",
"items": [
{
"label": "ThreeFold.io",
"href": "https://threefold.io"
},
{
"href": "https://mycelium.threefold.io/",
"label": "Mycelium Network"
},
{
"href": "https://aibox.threefold.io/",
"label": "AI Box"
}
]
}
]
}

17
docs/cfg/main.json Normal file
View File

@@ -0,0 +1,17 @@
{
"title": "ThreeFold HeroScript",
"tagline": "ThreeFold HeroScript",
"favicon": "img/favicon.png",
"url": "https://threefold.info",
"url_home": "docs/intro",
"baseUrl": "/heroscript/",
"image": "img/tf_graph.png",
"metadata": {
"description": "Internet Infrastructur for Everyone by Everyone, Everywhere.",
"image": "https://threefold.info/tfgrid4/img/tf_graph.png",
"title": "ThreeFold"
},
"buildDest":["root@info.ourworld.tf:/root/hero/www/info/heroscript"],
"buildDestDev":["root@info.ourworld.tf:/root/hero/www/infodev/heroscript"],
"copyright": "ThreeFold"
}

25
docs/cfg/navbar.json Normal file
View File

@@ -0,0 +1,25 @@
{
"title": "",
"logo": {
"alt": "ThreeFold Logo",
"src": "img/logo.svg",
"srcDark": "img/new_logo_tft.png"
},
"items": [
{
"href": "https://threefold.io",
"label": "ThreeFold.io",
"position": "right"
},
{
"href": "https://mycelium.threefold.io/",
"label": "Mycelium Network",
"position": "right"
},
{
"href": "https://aibox.threefold.io/",
"label": "AI Box",
"position": "right"
}
]
}