This commit is contained in:
despiegk 2024-02-23 16:07:35 +03:00
parent e100099146
commit 3d743fd2da
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
8 changed files with 57 additions and 6 deletions

View File

@ -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
```

View File

@ -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)

3
books/test/SUMMARY.md Normal file
View File

@ -0,0 +1,3 @@
- [Why](why/why.md)
- [org](tfgrid_org/cf.md)

View File

@ -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)

View File

@ -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'
```

View File

@ -0,0 +1,11 @@
```js
!!books.configure
buildroot:'~/hero/var/mdbuild'
publishroot:'~/hero/www/info'
install:true
reset:false
```

14
heroscript/test/sshkey.md Normal file
View File

@ -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-----
'
```

View File

@ -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'