From a682a032d1f41833f44a116d2edcfd65b2e9f042 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 3 Dec 2024 13:30:42 +0100 Subject: [PATCH] edit script --- heroscript/tfgrid4specs/book_collections.md | 21 +++++++-------------- heroscript/tfgrid4specs/context.md | 11 ----------- 2 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 heroscript/tfgrid4specs/context.md diff --git a/heroscript/tfgrid4specs/book_collections.md b/heroscript/tfgrid4specs/book_collections.md index 9dcc56d..03cf3cf 100644 --- a/heroscript/tfgrid4specs/book_collections.md +++ b/heroscript/tfgrid4specs/book_collections.md @@ -2,20 +2,13 @@ ```js -!!book.generate - name:'tfgrid4specs' - title:'TFGrid Specs 4.0' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid4specs' - production: true - -!!doctree.add - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfgrid4specs' - -!!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' +!!mdbook.export + title:'TFGrid Specs 4.0' + name:'tfgrid4specs' + 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' + collections:'tfgrid4specs, tech, tfgrid4' + production:0 //means we put it in summary ``` diff --git a/heroscript/tfgrid4specs/context.md b/heroscript/tfgrid4specs/context.md deleted file mode 100644 index a8f5892..0000000 --- a/heroscript/tfgrid4specs/context.md +++ /dev/null @@ -1,11 +0,0 @@ - -```js - -!!books.configure - buildroot:'~/hero/var/mdbuild' - publishroot:'~/hero/www/info' - install:true - reset:false - -``` -