2025-02-10 12:21:34 +00:00
|
|
|
<h1>ThreeFold TFGrid Main Documentation website </h1>
|
2024-08-26 19:41:55 +00:00
|
|
|
|
|
|
|
|
2025-02-05 09:55:59 +00:00
|
|
|
to run in development mode
|
|
|
|
|
|
|
|
```bash
|
|
|
|
#first time to get hero
|
2025-02-10 12:21:34 +00:00
|
|
|
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
|
2025-02-10 11:34:31 +00:00
|
|
|
bash /tmp/install_hero.sh
|
2025-02-05 09:55:59 +00:00
|
|
|
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
|
|
|
|
2025-02-10 12:21:34 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -d
|
2025-02-02 16:46:02 +00:00
|
|
|
```
|
2024-08-26 19:41:55 +00:00
|
|
|
|
2025-02-05 09:55:59 +00:00
|
|
|
to push
|
2024-08-26 19:41:55 +00:00
|
|
|
|
2025-02-05 09:55:59 +00:00
|
|
|
```bash
|
2025-02-10 12:21:34 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bp -update
|
2024-08-25 19:21:59 +00:00
|
|
|
|
2025-02-05 09:55:59 +00:00
|
|
|
#push for development:
|
2025-02-10 12:21:34 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bpd -update
|
2025-02-02 16:46:02 +00:00
|
|
|
```
|
2024-12-11 21:11:37 +00:00
|
|
|
|
|
|
|
## URL
|
|
|
|
|
2025-02-11 03:55:41 +00:00
|
|
|
- The production website is available at `https://docs.threefold.io/`
|