main_sasha #164

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

View File

@ -2,20 +2,13 @@
```js ```js
!!book.generate !!mdbook.export
name:'tfgrid4specs'
title:'TFGrid Specs 4.0' title:'TFGrid Specs 4.0'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid4specs' name:'tfgrid4specs'
production: true description:'This book provides detailed specifications and technical information about TFGrid 4.0.'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid4specs'
!!doctree.add collections:'tfgrid4specs, tech, tfgrid4'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfgrid4specs' production:0 //means we put it in summary
!!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/tfgrid4'
``` ```

View File

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