This commit is contained in:
2024-10-08 10:35:04 +04:00
parent e2368b20cd
commit f140318a3b
14 changed files with 42 additions and 47 deletions

View File

@@ -0,0 +1,4 @@
- [Introduction](tfgridsimulation_farming/intro.md)
- [Specifications](tfgridsimulation_farming/specification.md)
- [Node 1U](tfgridsimulation_farming/node_1u.md)
- [regionalinternet.md](tfgridsimulation_farming/regionalinternet.md)

View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -ex
export NAME="tfgrid4simulation_farming"
#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/${NAME} -o
#result will be in /root/hero/var/mdbuild/tfgrid4simulation
#~/hero/www/info/tfgrid4simulation/
#https://threefold.info/tfgrid4simulation/

View File

@@ -0,0 +1,13 @@
```js
!!book.generate name:'tfgridsimulation_farming' title:'TFGrid Simulator 4.0 - Farming'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation_farming'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/collections/tfgridsimulation_farming'
```

View File

@@ -0,0 +1,6 @@
#!/bin/bash
export NAME="tfgrid4simulation_farming"
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME}
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/