main_sasha #164

Open
sashaastiadi wants to merge 16 commits from main_sasha into main
2 changed files with 7 additions and 33 deletions
Showing only changes of commit cebcd79b49 - Show all commits

View File

@ -2,28 +2,13 @@
```js ```js
!!book.generate !!mdbook.export
name:'tech'
title:'ThreeFold Technology' title:'ThreeFold Technology'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tech' name:'tech'
production: true description:'This book provides an in-depth exploration of the technologies behind ThreeFold, including its infrastructure, network, and key innovations.'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tech'
collections:'tech, p2p, def, partners_utilization, vindo, mkondo'
production:0 //means we put it in summary
!!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'
!!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'
``` ```

View File

@ -1,11 +0,0 @@
```js
!!books.configure
buildroot:'~/hero/var/mdbuild'
publishroot:'~/hero/www/info'
install:true
reset:false
```