Update heroscript/legal/book_collections.md

This commit is contained in:
marionrvrn 2024-12-03 11:51:26 +00:00
parent 0cdd405492
commit a37b58bae1

View File

@ -1,19 +1,11 @@
```js ```js
!!mdbook.export
!!book.generate name:'legal' title:'Legal' title:'Legal'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/legal' description:'Legal book of ThreeFold'
name:'legal'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/legal'
!!doctree.add collections:'legal, companies, tfgrid3'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/legal' production:0 //means we put it in summary
!!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'
``` ```