This commit is contained in:
2025-08-04 08:01:26 +02:00
parent 07bd258e54
commit c853f3b0ce
9 changed files with 195 additions and 119 deletions

View File

@@ -1,21 +1,23 @@
#!/usr/bin/env -S v -n -w -gc none -cg -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.web.docusaurus
import freeflowuniverse.herolib.core.playcmds
docusaurus.add(
heroscript: '
mut plbook := heroscript.new(heroscript: '
!!docusaurus.define
path_build: "/tmp/docusaurus_build"
path_publish: "/tmp/docusaurus_publish"
reset: 1
install: 1
template_update: 1
!!docusaurus.add name:"tfgrid_docs"
git_url:"https://git.threefold.info/tfgrid/docs_tfgrid4/src/branch/main/ebooks/tech"
// git_root:"/tmp/code"
// git_reset:1
// git_pull:1
git_root:"/tmp/code"
git_reset:1
git_pull:1
!!docusaurus.build
')!
!!docusaurus.dev
'
)!