diff --git a/heroscript/test/book_collections.md b/heroscript/test/book_collections.md index 125bd84..8a640b6 100644 --- a/heroscript/test/book_collections.md +++ b/heroscript/test/book_collections.md @@ -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 ``` \ No newline at end of file