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,8 @@
- [Introduction](tfgridsimulation/intro.md)
- [Specifications](tfgridsimulation/specs_simulator.md)
- [Nodes](tfgridsimulation/specs_nodes.md)
- [Rewards](tfgridsimulation/specs_rewards.md)
- [Node Stats](tfgridsimulation/node_stats.md)
- [Silver Nodes](tfgridsimulation/silver_stats.md)
- [Platinum Nodes](tfgridsimulation/platinum_stats.md)
- [AI Nodes](tfgridsimulation/platinum_stats.md)

View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -ex
export NAME="tfgrid4simulation"
~/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:'tfgrid4simulator' title:'TFGrid Simulator 4.0'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/collections/tfgridsimulation'
```

View File

@@ -0,0 +1,6 @@
#!/bin/bash
export NAME="tfgrid4simulation"
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}/