From 84fe1316966d3f0a63859d87d7b06e77f64b8087 Mon Sep 17 00:00:00 2001
From: sasha-astiadi <sasha@incubaid.com>
Date: Tue, 3 Dec 2024 13:30:25 +0100
Subject: [PATCH] edit script

---
 heroscript/test/book_collections.md | 14 +++++++-------
 heroscript/test/context.md          | 11 -----------
 2 files changed, 7 insertions(+), 18 deletions(-)
 delete mode 100644 heroscript/test/context.md

diff --git a/heroscript/test/book_collections.md b/heroscript/test/book_collections.md
index b904c39..6bc4eef 100644
--- a/heroscript/test/book_collections.md
+++ b/heroscript/test/book_collections.md
@@ -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'
 
 
 ```
\ No newline at end of file
diff --git a/heroscript/test/context.md b/heroscript/test/context.md
deleted file mode 100644
index a8f5892..0000000
--- a/heroscript/test/context.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-```js
-
-!!books.configure
-	buildroot:'~/hero/var/mdbuild'
-	publishroot:'~/hero/www/info'
-	install:true
-	reset:false
-
-```
-