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 - -``` -