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