This commit is contained in:
despiegk 2025-07-22 10:29:57 +02:00
parent 36686364f0
commit 21c578ee3f
13 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1 @@

View File

@ -0,0 +1,2 @@
# Intro

View File

@ -0,0 +1,20 @@
!!site.config
name:"incagen"
title:"ThreeFold INCAGen"
tagline:"Your INCA Generator"
description:"Your INCA Generator"
favicon:"img/favicon.png"
image:"img/tf_graph.png"
copyright:"© 2025 ThreeFold"
url: "https://threefold.info"
base_url:"/incagen/"
url_home:"docs/"
!!site.config_meta
description:"INCAGen is your INCA Generator."
image:"https://threefold.info/img/tf_graph.png"
title:"ThreeFold INCAGen"
keywords:"INCAGen, ThreeFold, AI, Decentralized AI, Edge AI, GPU, Mycelium Network"

View File

@ -0,0 +1,33 @@
# Menu Configuration
!!site.navbar
title:"INCAGen"
logo_alt:"ThreeFold INCAGen Logo"
logo_src:"img/logo.svg"
logo_src_dark:"img/new_logo_tft.png"
# Menu Items
!!site.navbar_item
label:"Main Docs"
href:"https://docs.threefold.io"
position:"right"
!!site.navbar_item
label:"ThreeFold.io"
href:"https://threefold.io"
position:"right"
# Footer Configuration
!!site.footer
style:"dark"
!!site.footer_item
title:"More"
label:"Main Docs"
href:"https://docs.threefold.io"
!!site.footer_item
title:"More"
label:"ThreeFold.io"
href:"https://threefold.io"

View File

@ -0,0 +1,3 @@
!!site.page path:'0_intro.md' src:"internal:intro" slug:"/"

View File

@ -0,0 +1,7 @@
!!site.page_category path:'specs' label:"Product Specs" position:1
// !!site.page path:'benefits' src:"aibox:revenue_generation"
// title:"Revenue Generation"
// position:2
// hide_title:true

14
ebooks/internal/do.vsh Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env -S v -n -w -gc none -cg -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.web.docusaurus
import os
const cfgpath = os.dir(@FILE)
docusaurus.new(
heroscript: '
!!docusaurus.add name:"incageninternal"
path:"${cfgpath}"
'
)!

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,6 @@
// !!docusaurus.define
// path_build: "/tmp/docusaurus_build"
// path_publish: "/tmp/docusaurus_publish"
!!site.build_dest path:"root@51.195.61.5:/root/hero/www/info/{SITENAME}"

View File

@ -0,0 +1,3 @@
!!doctree.scan git_url:"https://git.threefold.info/tfgrid/docs_tfgrid4/src/branch/main/collections"

View File

@ -0,0 +1,7 @@
!!site.import name:'{SITENAME}'
url:'https://git.ourworld.tf/tfgrid/docs_tfgrid4/src/branch/main/ebooksall'
dest:''
// replace:'NAME:MyName, URGENCY:red'