From ddcab07f69c8c5585d1ab8cdd6ec867d5d35d521 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 3 Dec 2024 13:29:52 +0100 Subject: [PATCH] manual edit --- heroscript/manual/book_collections.md | 50 ++++----------------------- heroscript/manual/context.md | 11 ------ 2 files changed, 6 insertions(+), 55 deletions(-) delete mode 100644 heroscript/manual/context.md diff --git a/heroscript/manual/book_collections.md b/heroscript/manual/book_collections.md index 2a027d5..817787b 100644 --- a/heroscript/manual/book_collections.md +++ b/heroscript/manual/book_collections.md @@ -1,51 +1,13 @@ ```js -!!book.generate - name:'manual' +!!mdbook.export title:'ThreeFold Manual' - printbook:false - foldlevel:1 - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/manual' - production: true + name:'manual' + description:'This book serves as a comprehensive manual for users and developers, covering various aspects of the ThreeFold ecosystem, from dashboard setup to advanced usage.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/manual' + collections:'manual, dashboard, tfconnect, developers, farmers, system_administrators, threefold_token, faq, about, tech, legal, farming, cloud, collaboration, 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/manual' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/dashboard' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfconnect' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/developers' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/farmers' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/system_administrators' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/threefold_token' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/faq' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/about' -!!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/legal' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/farming' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/cloud' -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/collaboration' -!!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' ``` diff --git a/heroscript/manual/context.md b/heroscript/manual/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/manual/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` -