From be1430033e59fe5902f88a0fc26bfccf6cc92333 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 3 Dec 2024 13:29:43 +0100 Subject: [PATCH] edit lib book --- heroscript/library/book_collections.md | 16 +++++++--------- heroscript/library/context.md | 11 ----------- 2 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 heroscript/library/context.md diff --git a/heroscript/library/book_collections.md b/heroscript/library/book_collections.md index baadb8b..f1401af 100644 --- a/heroscript/library/book_collections.md +++ b/heroscript/library/book_collections.md @@ -1,15 +1,13 @@ ```js -!!book.generate - name:'library' - title:'ThreeFold Library' - printbook:false - foldlevel:0 - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/library' - production: true +!!mdbook.export + title:'ThreeFold Library' + name:'library' + description:'This book serves as a resource for understanding and exploring the various materials and knowledge available within the ThreeFold ecosystem.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/library' + collections:'library' + production:0 //means we put it in summary -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/library' ``` diff --git a/heroscript/library/context.md b/heroscript/library/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/library/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` -