diff --git a/heroscript/tfgrid3/book_collections.md b/heroscript/tfgrid3/book_collections.md index 09e49fc..37f6c6e 100644 --- a/heroscript/tfgrid3/book_collections.md +++ b/heroscript/tfgrid3/book_collections.md @@ -2,27 +2,14 @@ ```js -!!book.generate - name:'tfgrid3' - title:'ThreeFold Grid 3.14' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid3' - production: true +!!mdbook.export + title:'ThreeFold Grid 3.14' + name:'tfgrid3' + description:'This book covers the details and features of ThreeFold Grid 3.14.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid3' + collections:'tfgrid3, def, tech, values, partners_utilization' + production:0 //means we put it in summary -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfgrid3' - - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/def' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tech' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/values' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/partners_utilization' ``` diff --git a/heroscript/tfgrid3/context.md b/heroscript/tfgrid3/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/tfgrid3/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` -