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