main_sasha #164

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

View File

@ -2,20 +2,14 @@
```js ```js
!!book.generate !!mdbook.export
title:'ThreeFold Legal Book'
name:'legal' name:'legal'
title:'Legal' description:'This book provides comprehensive information about legal aspects, company structures, and policies within the ThreeFold ecosystem.'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/legal' summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/legal'
production: true 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'
``` ```

View File

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