2024-12-11 21:11:37 +00:00
|
|
|
<h1>ThreeFold V4 Docs</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
|
|
|
|
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh
|
|
|
|
bash /tmp/install_v.sh --analyzer --herolib
|
|
|
|
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
|
|
|
|
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_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
|
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 -b
|
2024-08-25 19:21:59 +00:00
|
|
|
|
2025-02-05 09:55:59 +00:00
|
|
|
#push for development:
|
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 -bd
|
2025-02-02 16:46:02 +00:00
|
|
|
```
|
2024-12-11 21:11:37 +00:00
|
|
|
|
2025-02-05 09:55:59 +00:00
|
|
|
|
2024-12-11 21:11:37 +00:00
|
|
|
## URL
|
|
|
|
|
2025-02-02 16:46:02 +00:00
|
|
|
>TODO: will be updated
|
|
|
|
|
2025-01-24 02:30:09 +00:00
|
|
|
- The website in staging mode is at https://threefold.info/docs4dev
|
|
|
|
- The website in production mode is at https://docs.threefold.io
|