...
This commit is contained in:
3
examples/web/.gitignore
vendored
3
examples/web/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
build
|
||||
build
|
||||
docusaurus_example
|
||||
@@ -9,8 +9,12 @@ mut ds := docusaurus.new(
|
||||
path_publish: '/tmp/docusaurus_publish'
|
||||
)!
|
||||
|
||||
mut site:=ds.get(path:"${os.home_dir()}/code/git.threefold.info/tfgrid/docs_tfgrid4/ebooks/tech",name:"atest")!
|
||||
// mut site:=ds.get(path:"${os.home_dir()}/code/git.threefold.info/tfgrid/docs_tfgrid4/ebooks/tech",name:"atest")!
|
||||
mut site:=ds.get(url:"https://git.threefold.info/tfgrid/docs_tfgrid4/src/branch/main/ebooks/tech",name:"atest")!
|
||||
|
||||
println(site)
|
||||
|
||||
site.generate()!
|
||||
//next generates but doesn't do anything beyond
|
||||
// site.generate()!
|
||||
|
||||
site.dev()!
|
||||
|
||||
Reference in New Issue
Block a user