Update heroscript/test/book_collections.md

This commit is contained in:
marionrvrn 2024-12-03 11:59:08 +00:00
parent 8d661614d2
commit 69f54eba15

View File

@ -1,13 +1,10 @@
```js
!!book.generate name:'test' title:'Mdbook Test'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/test'
!!mdbook.export
title:'Mdbook Test'
description:'Mdbook Test'
name:'test'
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test'
collections:'test'
production:0 //means we put it in summary
```