From 02e107df257978f43082a540c1bfd2a9552b4aba Mon Sep 17 00:00:00 2001
From: mik-tf <perreault@incubaid.com>
Date: Mon, 29 Apr 2024 17:12:56 +0000
Subject: [PATCH] updated intro collection

---
 books/manual/SUMMARY.md                      |  2 +-
 collections/tfmanual_intro/tfmanual_intro.md |  2 +-
 heroscript/manual/book_collections.md        | 11 ++++++-----
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/books/manual/SUMMARY.md b/books/manual/SUMMARY.md
index e6841c2..e48c422 100644
--- a/books/manual/SUMMARY.md
+++ b/books/manual/SUMMARY.md
@@ -1,4 +1,4 @@
-- [Introduction](manual/tfmanual_intro/tfmanual_intro.md)
+- [Introduction](tfmanual_intro/tfmanual_intro.md)
 - [Documentation](manual/documentation/documentation.md)
   - [Dashboard](manual/documentation/dashboard/dashboard.md)
     - [Wallet Connector](manual/documentation/dashboard/wallet_connector.md)
diff --git a/collections/tfmanual_intro/tfmanual_intro.md b/collections/tfmanual_intro/tfmanual_intro.md
index 1b136eb..b1fef9d 100644
--- a/collections/tfmanual_intro/tfmanual_intro.md
+++ b/collections/tfmanual_intro/tfmanual_intro.md
@@ -30,4 +30,4 @@ To explore this manual, you can use the search function by hitting **'s'** on yo
 
 If you can't find the answer to your question, our dedicated [ThreeFold Support](https://threefoldfaq.crisp.help/en/) team is here to help.
 
-*Welcome to the ThreeFold Grid, where together we can shape a more sustainable, self-sovereign and autonomous digital future!*
+*Welcome to the ThreeFold Grid, where together we can shape a more sustainable, self-sovereign and autonomous digital future!!*
\ No newline at end of file
diff --git a/heroscript/manual/book_collections.md b/heroscript/manual/book_collections.md
index aed4a5b..90e9dcc 100644
--- a/heroscript/manual/book_collections.md
+++ b/heroscript/manual/book_collections.md
@@ -1,12 +1,13 @@
-
-
 ```js
 
-!!book.generate name:'manual' title:'ThreeFold Manual Version'
-        url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/manual'
+!!book.generate name:'manual' title:'ThreeFold Manual Version' printbook:'false' foldlevel:'1'
+        url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/books/manual'
 
 !!doctree.add
-    url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/manual'
+    url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/manual'
+
+!!doctree.add
+    url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development_manual/collections/tfmanual_intro'
 
 ```