From e9f7de3f4add27fa5858e0bec1dcaac50e13f989 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 3 Dec 2024 13:00:31 +0100 Subject: [PATCH] edit earthhub --- heroscript/earthhub/book_collections.md | 27 ++++++------------------- heroscript/earthhub/context.md | 11 ---------- 2 files changed, 6 insertions(+), 32 deletions(-) delete mode 100644 heroscript/earthhub/context.md 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 - -``` -