...
This commit is contained in:
20
ebooks/intranet/cfg/config.heroscript
Normal file
20
ebooks/intranet/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/intranet/cfg/menus.heroscript
Normal file
33
ebooks/intranet/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/intranet/cfg/pages/0_start.heroscript
Normal file
3
ebooks/intranet/cfg/pages/0_start.heroscript
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
!!site.page path:'0_intro.md' src:"intranet:intro" slug:"/"
|
||||
|
7
ebooks/intranet/cfg/pages/1_specs.heroscript
Normal file
7
ebooks/intranet/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/intranet/do.vsh
Executable file
14
ebooks/intranet/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:"incagenintranet"
|
||||
path:"${cfgpath}"
|
||||
'
|
||||
)!
|
Reference in New Issue
Block a user