diff --git a/heroscript/duniayetu/book_collections.md b/heroscript/duniayetu/book_collections.md index fc2c195..2f0fb44 100644 --- a/heroscript/duniayetu/book_collections.md +++ b/heroscript/duniayetu/book_collections.md @@ -2,17 +2,13 @@ ```js -!!book.generate +!!mdbook.export + title:'Dunia Yetu' name:'duniayetu' - title:'Dunia Yetu' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/duniayetu' - production: true - - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections' - - + description:'Welcome to Dunia Yetu' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/duniayetu' + collections:'dy_intro, values, why, problems, solutions, farming_v4, freeflow, social_media_protocols' + production:0 //means we put it in summary ``` diff --git a/heroscript/duniayetu/context.md b/heroscript/duniayetu/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/duniayetu/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/earthhub/book_collections.md b/heroscript/earthhub/book_collections.md index 7002d1b..e0af299 100644 --- a/heroscript/earthhub/book_collections.md +++ b/heroscript/earthhub/book_collections.md @@ -2,28 +2,13 @@ ```js -!!book.generate +!!mdbook.export + title:'Earth Hub' name:'earthhub' - title:'EarthHub' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/earthhub' - production: true - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/earthhub' - - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/social_media_protocols' - - -!!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' + description:'Welcome to Earth Hub' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/earthhub' + collections:'earthhub, social_media_protocols, p2p, def, tech' + production:0 //means we put it in summary ``` diff --git a/heroscript/earthhub/context.md b/heroscript/earthhub/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/earthhub/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/farmers/book_collections.md b/heroscript/farmers/book_collections.md index 606d753..7d39dc0 100644 --- a/heroscript/farmers/book_collections.md +++ b/heroscript/farmers/book_collections.md @@ -1,51 +1,12 @@ ```js -!!book.generate +!!mdbook.export + title:'TF Grid Farmers' name:'farmers' - title:'ThreeFold Farmers Manual' - printbook:false - foldlevel:0 - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/farmers' - production: true - -!!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' + description:'Welcome to TF Grid Farmers Wiki' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/farmers' + 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 ``` diff --git a/heroscript/farmers/context.md b/heroscript/farmers/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/farmers/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/knowledge_base/book_collections.md b/heroscript/knowledge_base/book_collections.md index 935dc6c..4495c6e 100644 --- a/heroscript/knowledge_base/book_collections.md +++ b/heroscript/knowledge_base/book_collections.md @@ -1,51 +1,13 @@ ```js -!!book.generate - name:'knowledge_base' +!!mdbook.export title:'ThreeFold Knowledge Base' - printbook:false - foldlevel:0 - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/knowledge_base' - production: true + name:'knowledge_base' + description:'This book serves as a comprehensive resource for understanding and utilizing the ThreeFold ecosystem.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/knowledge_base' + collections:'manual, dashboard, tfconnect, developers, farmers, system_administrators, threefold_token, faq, about, tech, legal, farming, cloud, collaboration, partners_utilization, vindo, mkondo, knowledge_base' + 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/knowledge_base/context.md b/heroscript/knowledge_base/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/knowledge_base/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/kristof/book_collections.md b/heroscript/kristof/book_collections.md index 6349645..10c3a4a 100644 --- a/heroscript/kristof/book_collections.md +++ b/heroscript/kristof/book_collections.md @@ -2,36 +2,13 @@ ```js -!!book.generate +!!mdbook.export + title:'OurWorld Kristof’s Personal Page' name:'kristof' - title:'OurWorld Kristofs Personal Page' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/kristof' - production: true - -!!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/partners_utilization' - - -// !!doctree.add -// url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/projectmycelium' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/why' - - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/kristof' - - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/values' - + description:'This book highlights Kristof’s vision, values, and contributions to OurWorld and the ThreeFold ecosystem.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/kristof' + collections:'def, tech, partners_utilization, why, kristof, values' + production:0 //means we put it in summary ``` diff --git a/heroscript/kristof/context.md b/heroscript/kristof/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/kristof/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/legal/book_collections.md b/heroscript/legal/book_collections.md index 277ee12..fa63776 100644 --- a/heroscript/legal/book_collections.md +++ b/heroscript/legal/book_collections.md @@ -2,20 +2,14 @@ ```js -!!book.generate +!!mdbook.export + title:'ThreeFold Legal Book' name:'legal' - title:'Legal' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/legal' - production: true + description:'This book provides comprehensive information about legal aspects, company structures, and policies within the ThreeFold ecosystem.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/legal' + collections:'legal, companies, tfgrid3' + production:0 //means we put it in summary -!!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/companies' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfgrid3' ``` diff --git a/heroscript/legal/context.md b/heroscript/legal/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/legal/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - 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 - -``` - 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 - -``` - diff --git a/heroscript/mbweni/book_collections.md b/heroscript/mbweni/book_collections.md index 7602fbe..357a374 100644 --- a/heroscript/mbweni/book_collections.md +++ b/heroscript/mbweni/book_collections.md @@ -2,18 +2,13 @@ ```js -!!book.generate - name:'mbweni' - title:'Mbweni Ruins and Gardens' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/mbweni' - production: true - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/mbweni' - - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/freeflow' +!!mdbook.export + title:'Mbweni Ruins and Gardens' + name:'mbweni' + description:'This book offers an in-depth exploration of the Mbweni Ruins and Gardens, providing historical insights, practical information, and the unique experience of this cultural site.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/mbweni' + collections:'mbweni, freeflow' + production:0 //means we put it in summary ``` diff --git a/heroscript/mbweni/context.md b/heroscript/mbweni/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/mbweni/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/projectinca/book_collections.md b/heroscript/projectinca/book_collections.md index f1821ae..40551b7 100644 --- a/heroscript/projectinca/book_collections.md +++ b/heroscript/projectinca/book_collections.md @@ -2,49 +2,13 @@ ```js -!!book.generate - name:'projectinca' - title:'Project Inca Launch' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/projectinca' - - - -!!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/projectinca' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/projectmycelium' - -!!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/why' - -!!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' - -!!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/tfgrid4' - -!!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/p2p' +!!mdbook.export + title:'Project Inca' + name:'projectinca' + description:'This book provides a comprehensive overview of the Project Inca, detailing the objectives, strategies, and partnerships involved in its development.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/projectinca' + collections:'def, tech, projectinca, projectmycelium, partners_utilization, why, vindo, mkondo, values, tfgrid4, tfgrid3, p2p' + production:0 //means we put it in summary ``` diff --git a/heroscript/projectinca/context.md b/heroscript/projectinca/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/projectinca/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/sysadmins/book_collections.md b/heroscript/sysadmins/book_collections.md index ae31eba..e481cbe 100644 --- a/heroscript/sysadmins/book_collections.md +++ b/heroscript/sysadmins/book_collections.md @@ -1,51 +1,13 @@ ```js -!!book.generate +!!mdbook.export + title:'ThreeFold System Administrators Manual' name:'sysadmins' - title:'ThreeFold System Administrators Manual' - printbook:false - foldlevel:0 - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/sysadmins' - production: true + description:'This book serves as a guide for system administrators managing the ThreeFold infrastructure, covering topics like setup, configuration, and maintenance.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/sysadmins' + 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/sysadmins/context.md b/heroscript/sysadmins/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/sysadmins/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - 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 - -``` - diff --git a/heroscript/test/book_collections.md b/heroscript/test/book_collections.md index b904c39..6bc4eef 100644 --- a/heroscript/test/book_collections.md +++ b/heroscript/test/book_collections.md @@ -2,14 +2,14 @@ ```js -!!book.generate - name:'test' - title:'Mdbook Test' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test' - production: true +!!mdbook.export + title:'Mdbook Test' + name:'test' + description:'This book is a test to validate the mdbook generation process.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test' + collections:'test' + production:0 //means we put it in summary -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/test' ``` \ No newline at end of file diff --git a/heroscript/test/context.md b/heroscript/test/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/test/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - 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 - -``` - diff --git a/heroscript/tfgrid4/book_collections.md b/heroscript/tfgrid4/book_collections.md index 1631fcd..9f0e6cd 100644 --- a/heroscript/tfgrid4/book_collections.md +++ b/heroscript/tfgrid4/book_collections.md @@ -2,47 +2,13 @@ ```js -!!book.generate - name:'tfgrid4' - title:'TFGrid Internet 4.0' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid4' - production: true - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/bestkeptsecret' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/why' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/farming_v4' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/economy' - -!!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/partners_utilization' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/solutions' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/web4' - -!!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/problems' - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/dy_intro' +!!mdbook.export + title:'TFGrid Internet 4.0' + name:'tfgrid4' + description:'This book explores the features and capabilities of TFGrid Internet 4.0.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid4' + collections:'bestkeptsecret, why, farming_v4, economy, p2p, partners_utilization, solutions, web4, tech, values, problems, dy_intro' + production:0 //means we put it in summary ``` diff --git a/heroscript/tfgrid4/context.md b/heroscript/tfgrid4/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/tfgrid4/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` - diff --git a/heroscript/tfgrid4specs/book_collections.md b/heroscript/tfgrid4specs/book_collections.md index 9dcc56d..03cf3cf 100644 --- a/heroscript/tfgrid4specs/book_collections.md +++ b/heroscript/tfgrid4specs/book_collections.md @@ -2,20 +2,13 @@ ```js -!!book.generate - name:'tfgrid4specs' - title:'TFGrid Specs 4.0' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid4specs' - production: true - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfgrid4specs' - -!!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/tfgrid4' +!!mdbook.export + title:'TFGrid Specs 4.0' + name:'tfgrid4specs' + description:'This book provides detailed specifications and technical information about TFGrid 4.0.' + summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid4specs' + collections:'tfgrid4specs, tech, tfgrid4' + production:0 //means we put it in summary ``` diff --git a/heroscript/tfgrid4specs/context.md b/heroscript/tfgrid4specs/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/tfgrid4specs/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` -