...
This commit is contained in:
parent
36686364f0
commit
21c578ee3f
1
collections/internal/.collection
Normal file
1
collections/internal/.collection
Normal file
@ -0,0 +1 @@
|
||||
|
2
collections/internal/intro.md
Normal file
2
collections/internal/intro.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Intro
|
||||
|
20
ebooks/internal/cfg/config.heroscript
Normal file
20
ebooks/internal/cfg/config.heroscript
Normal 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"
|
33
ebooks/internal/cfg/menus.heroscript
Normal file
33
ebooks/internal/cfg/menus.heroscript
Normal 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"
|
3
ebooks/internal/cfg/pages/0_start.heroscript
Normal file
3
ebooks/internal/cfg/pages/0_start.heroscript
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
!!site.page path:'0_intro.md' src:"internal:intro" slug:"/"
|
||||
|
7
ebooks/internal/cfg/pages/1_specs.heroscript
Normal file
7
ebooks/internal/cfg/pages/1_specs.heroscript
Normal 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
14
ebooks/internal/do.vsh
Executable 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}"
|
||||
'
|
||||
)!
|
BIN
ebooksall/static/img/favicon.png
Normal file
BIN
ebooksall/static/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 327 B |
BIN
ebooksall/static/img/new_logo_tft.png
Normal file
BIN
ebooksall/static/img/new_logo_tft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
BIN
ebooksall/static/img/tf_graph.png
Normal file
BIN
ebooksall/static/img/tf_graph.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
6
heroscriptall/build.heroscript
Normal file
6
heroscriptall/build.heroscript
Normal 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}"
|
3
heroscriptall/doctree.heroscript
Normal file
3
heroscriptall/doctree.heroscript
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
!!doctree.scan git_url:"https://git.threefold.info/tfgrid/docs_tfgrid4/src/branch/main/collections"
|
||||
|
7
heroscriptall/import.heroscript
Normal file
7
heroscriptall/import.heroscript
Normal 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'
|
||||
|
Loading…
Reference in New Issue
Block a user