Update heroscript/tech/book_collections.md

This commit is contained in:
marionrvrn 2024-12-03 11:57:19 +00:00
parent 03dfa650b5
commit ca75d6d395

View File

@ -1,27 +1,10 @@
```js ```js
!!mdbook.export
!!book.generate name:'tech' title:'ThreeFold Technology' title:'Threefold Technology'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tech' description:'ThreeFold Technology book'
name:'tech'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tech'
!!doctree.add collections:'tech, p2p, def, partners_utilization, vindo, mkondo'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tech' production:0 //means we put it in summary
```
!!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'
!!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/vindo'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/mkondo'
```