edit script

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

View File

@ -2,14 +2,14 @@
```js
!!book.generate
name:'test'
title:'Mdbook Test'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test'
production: true
!!mdbook.export
title:'Mdbook Test'
name:'test'
description:'This book is a test to validate the mdbook generation process.'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test'
collections:'test'
production:0 //means we put it in summary
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/test'
```

View File

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