edit lib book

This commit is contained in:
sasha-astiadi 2024-12-03 13:29:43 +01:00
parent fc1f60c9b2
commit be1430033e
2 changed files with 7 additions and 20 deletions

View File

@ -1,15 +1,13 @@
```js
!!book.generate
name:'library'
title:'ThreeFold Library'
printbook:false
foldlevel:0
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/library'
production: true
!!mdbook.export
title:'ThreeFold Library'
name:'library'
description:'This book serves as a resource for understanding and exploring the various materials and knowledge available within the ThreeFold ecosystem.'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/library'
collections:'library'
production:0 //means we put it in summary
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/library'
```

View File

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