From 37a4e1340bc9cb87dc3ed5f4268579a707e5b055 Mon Sep 17 00:00:00 2001 From: scott Date: Tue, 30 Apr 2024 22:04:50 +0000 Subject: [PATCH] Use int and bool forms --- heroscript/manual/book_collections.md | 72 +++++++++++++-------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/heroscript/manual/book_collections.md b/heroscript/manual/book_collections.md index 4412742..468639a 100644 --- a/heroscript/manual/book_collections.md +++ b/heroscript/manual/book_collections.md @@ -1,36 +1,36 @@ -```js - -!!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 - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/manual' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/dashboard' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/developers' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/farmers' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/system_administrators' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/threefold_token' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/faq' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/about' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/technology' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/manual_legal' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/farming' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/cloud' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/collaboration' - -``` - +```js + +!!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 + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/manual' + +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/dashboard' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/developers' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/farmers' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/system_administrators' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/threefold_token' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/faq' + +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/about' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/technology' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/manual_legal' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/farming' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/cloud' +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/collaboration' + +``` +