edit legal book

This commit is contained in:
sasha-astiadi 2024-12-03 13:29:36 +01:00
parent e4988e8075
commit fc1f60c9b2
2 changed files with 6 additions and 23 deletions

View File

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

View File

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