diff --git a/README.md b/README.md index d2251be..bcaf2d1 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ There is also a [quick guide](./docs/hero_mdbook_fullvm.md) and a [script](./doc ```bash -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript +hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tfgrid # In case you want to open the generated book and edit -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript -e +hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tfgrid -e ``` diff --git a/books/duniayetu_dar/SUMMARY.md b/books/duniayetu_dar/SUMMARY.md index 6068a4d..6a2811a 100644 --- a/books/duniayetu_dar/SUMMARY.md +++ b/books/duniayetu_dar/SUMMARY.md @@ -29,7 +29,6 @@ - [Actor Based Development](web4/actor_based/actor_based_approach.md) - [Vlang](web4/vlang/vlang.md) - [Dunia Yetu](dy_intro/dunia_yetu/dunia_yetu.md) - - [About Us](dy_intro/dunia_yetu/about_us.md) - [Our Core Values](dy_intro/dunia_yetu/our_core_values.md) - [What We Offer](dy_intro/what_we_offer/what_we_offer.md) diff --git a/books/test/SUMMARY.md b/books/test/SUMMARY.md new file mode 100644 index 0000000..d7613ec --- /dev/null +++ b/books/test/SUMMARY.md @@ -0,0 +1,3 @@ + +- [Why](why/why.md) +- [org](tfgrid_org/cf.md) diff --git a/collections/tfgrid_org/crowdfunding/cf.md b/collections/tfgrid_org/crowdfunding/cf.md index 434c820..36c0010 100644 --- a/collections/tfgrid_org/crowdfunding/cf.md +++ b/collections/tfgrid_org/crowdfunding/cf.md @@ -64,7 +64,7 @@ Here's how you can become a part of this ecosystem: By becoming a farmer in this system, you're not just providing a service; you're part of a movement towards a more decentralized, user-empowered internet. This approach can potentially reshape how we interact with the online world, prioritizing user privacy, ownership, and control over personal data. -> [more information about how to become a farmer see here.](redz/threefold_redz/threefold_farming.md) - + +> [alink](p2p:redz/threefold_redz/poa.md) diff --git a/heroscript/test/book_collections.md b/heroscript/test/book_collections.md new file mode 100644 index 0000000..0ffe780 --- /dev/null +++ b/heroscript/test/book_collections.md @@ -0,0 +1,24 @@ + + +```js + +!!book.generate name:'tfgrid' title:'TFGrid Internet 4.0' + 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/tfgrid_org' + +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/values' + +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/p2p' + +!!doctree.add + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/why' + + + +``` + diff --git a/heroscript/test/context.md b/heroscript/test/context.md new file mode 100644 index 0000000..a8f5892 --- /dev/null +++ b/heroscript/test/context.md @@ -0,0 +1,11 @@ + +```js + +!!books.configure + buildroot:'~/hero/var/mdbuild' + publishroot:'~/hero/www/info' + install:true + reset:false + +``` + diff --git a/heroscript/test/sshkey.md b/heroscript/test/sshkey.md new file mode 100644 index 0000000..85acfe6 --- /dev/null +++ b/heroscript/test/sshkey.md @@ -0,0 +1,14 @@ + +```js +!!sshagent.key_add + name:'books' + privkey:' + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW + QyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQAAAIhb3ybRW98m + 0QAAAAtzc2gtZWQyNTUxOQAAACDXf9Z/2AH8/8a1ppagCplQdhWyQ8wZAieUw3nNcxsDiQ + AAAEC+fcDBPqdJHlJOQJ2zXhU2FztKAIl3TmWkaGCPnyts49d/1n/YAfz/xrWmlqAKmVB2 + FbJDzBkCJ5TDec1zGwOJAAAABWJvb2tz + -----END OPENSSH PRIVATE KEY----- + ' +``` \ No newline at end of file diff --git a/heroscript/tfgrid/book_collections.md b/heroscript/tfgrid/book_collections.md index 11b1dfd..3d063e6 100644 --- a/heroscript/tfgrid/book_collections.md +++ b/heroscript/tfgrid/book_collections.md @@ -2,7 +2,7 @@ ```js -!!book.generate name:'duniayetu' title:'TFGrid Internet 4.0' +!!book.generate name:'tfgrid' title:'TFGrid Internet 4.0' url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/tfgrid'