edit script

This commit is contained in:
sasha-astiadi 2024-12-03 13:30:30 +01:00
parent 84fe131696
commit 2c74b435c0
2 changed files with 7 additions and 31 deletions

View File

@ -2,27 +2,14 @@
```js
!!book.generate
name:'tfgrid3'
title:'ThreeFold Grid 3.14'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid3'
production: true
!!mdbook.export
title:'ThreeFold Grid 3.14'
name:'tfgrid3'
description:'This book covers the details and features of ThreeFold Grid 3.14.'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid3'
collections:'tfgrid3, def, tech, values, partners_utilization'
production:0 //means we put it in summary
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfgrid3'
!!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/tech'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/values'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/partners_utilization'
```

View File

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