diff --git a/collections/internal/.collection b/collections/internal/.collection new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/collections/internal/.collection @@ -0,0 +1 @@ + diff --git a/collections/internal/intro.md b/collections/internal/intro.md new file mode 100644 index 0000000..fc44b48 --- /dev/null +++ b/collections/internal/intro.md @@ -0,0 +1,2 @@ +# Intro + diff --git a/ebooks/internal/cfg/config.heroscript b/ebooks/internal/cfg/config.heroscript new file mode 100644 index 0000000..7d1e501 --- /dev/null +++ b/ebooks/internal/cfg/config.heroscript @@ -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" diff --git a/ebooks/internal/cfg/menus.heroscript b/ebooks/internal/cfg/menus.heroscript new file mode 100644 index 0000000..15a9d0a --- /dev/null +++ b/ebooks/internal/cfg/menus.heroscript @@ -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" \ No newline at end of file diff --git a/ebooks/internal/cfg/pages/0_start.heroscript b/ebooks/internal/cfg/pages/0_start.heroscript new file mode 100644 index 0000000..e870ff7 --- /dev/null +++ b/ebooks/internal/cfg/pages/0_start.heroscript @@ -0,0 +1,3 @@ + +!!site.page path:'0_intro.md' src:"internal:intro" slug:"/" + diff --git a/ebooks/internal/cfg/pages/1_specs.heroscript b/ebooks/internal/cfg/pages/1_specs.heroscript new file mode 100644 index 0000000..27f37e3 --- /dev/null +++ b/ebooks/internal/cfg/pages/1_specs.heroscript @@ -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 + diff --git a/ebooks/internal/do.vsh b/ebooks/internal/do.vsh new file mode 100755 index 0000000..0c36119 --- /dev/null +++ b/ebooks/internal/do.vsh @@ -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}" + ' +)! diff --git a/ebooksall/static/img/favicon.png b/ebooksall/static/img/favicon.png new file mode 100644 index 0000000..40b4c0b Binary files /dev/null and b/ebooksall/static/img/favicon.png differ diff --git a/ebooksall/static/img/new_logo_tft.png b/ebooksall/static/img/new_logo_tft.png new file mode 100644 index 0000000..b07c72c Binary files /dev/null and b/ebooksall/static/img/new_logo_tft.png differ diff --git a/ebooksall/static/img/tf_graph.png b/ebooksall/static/img/tf_graph.png new file mode 100644 index 0000000..0640dca Binary files /dev/null and b/ebooksall/static/img/tf_graph.png differ diff --git a/heroscriptall/build.heroscript b/heroscriptall/build.heroscript new file mode 100644 index 0000000..68b61d8 --- /dev/null +++ b/heroscriptall/build.heroscript @@ -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}" \ No newline at end of file diff --git a/heroscriptall/doctree.heroscript b/heroscriptall/doctree.heroscript new file mode 100644 index 0000000..ecce7dc --- /dev/null +++ b/heroscriptall/doctree.heroscript @@ -0,0 +1,3 @@ + +!!doctree.scan git_url:"https://git.threefold.info/tfgrid/docs_tfgrid4/src/branch/main/collections" + diff --git a/heroscriptall/import.heroscript b/heroscriptall/import.heroscript new file mode 100644 index 0000000..a27ec2c --- /dev/null +++ b/heroscriptall/import.heroscript @@ -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' +