diff --git a/heroscript/tech/book_collections.md b/heroscript/tech/book_collections.md index ddda07e..23e6c09 100644 --- a/heroscript/tech/book_collections.md +++ b/heroscript/tech/book_collections.md @@ -2,28 +2,13 @@ ```js -!!book.generate - name:'tech' - title:'ThreeFold Technology' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tech' - production: true +!!mdbook.export + title:'ThreeFold Technology' + name:'tech' + description:'This book provides an in-depth exploration of the technologies behind ThreeFold, including its infrastructure, network, and key innovations.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tech' + collections:'tech, p2p, def, partners_utilization, vindo, mkondo' + production:0 //means we put it in summary -!!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/p2p' - -!!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/partners_utilization' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/vindo' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/mkondo' ``` \ No newline at end of file diff --git a/heroscript/tech/context.md b/heroscript/tech/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/tech/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` -