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