...
This commit is contained in:
@@ -306,17 +306,19 @@ can be stored as example_docusaurus.vsh and then used to generate and develop an
|
||||
#!/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.define path_build: "/tmp/docusaurus_build" path_publish: "/tmp/docusaurus_publish"
|
||||
// !!docusaurus.define
|
||||
// path_build: "/tmp/docusaurus_build"
|
||||
// path_publish: "/tmp/docusaurus_publish"
|
||||
|
||||
!!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
|
||||
path:"${cfgpath}"
|
||||
|
||||
!!docusaurus.dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user