From cebcd79b49d92038bd3183b2232362831bb8be2e Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 3 Dec 2024 13:30:21 +0100 Subject: [PATCH] edit script --- heroscript/tech/book_collections.md | 29 +++++++---------------------- heroscript/tech/context.md | 11 ----------- 2 files changed, 7 insertions(+), 33 deletions(-) delete mode 100644 heroscript/tech/context.md 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 - -``` -