diff --git a/books/manual/sync_production.sh b/books/manual/sync_production.sh index c05b087..c903d40 100755 --- a/books/manual/sync_production.sh +++ b/books/manual/sync_production.sh @@ -1,5 +1,5 @@ #!/bin/bash set -ex export NAME=manual -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME +hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/heroscript/$NAME rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/ diff --git a/heroscript/manual/book_collections.md b/heroscript/manual/book_collections.md index 4412742..8f8bd66 100644 --- a/heroscript/manual/book_collections.md +++ b/heroscript/manual/book_collections.md @@ -1,6 +1,6 @@ ```js -!!book.generate name:'manual' title:'ThreeFold Manual Version' printbook:'false' foldlevel:'1' +!!book.generate name:'manual' title:'ThreeFold Manual Version' printbook:'false' foldlevel:1 url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/books/manual' !!doctree.add