main_sasha #164

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

View File

@ -2,28 +2,13 @@
```js ```js
!!book.generate !!mdbook.export
name:'earthhub'
title:'Earth Hub' title:'Earth Hub'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/earthhub' name:'earthhub'
production: true description:'Welcome to Earth Hub'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/earthhub'
!!doctree.add collections:'earthhub, social_media_protocols, p2p, def, tech'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/earthhub' production:0 //means we put it in summary
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/social_media_protocols'
!!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'
``` ```

View File

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