30 lines
752 B
Markdown
30 lines
752 B
Markdown
<h1>ThreeFold V4 Docs</h1>
|
|
|
|
|
|
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
|
|
```
|
|
|
|
to push
|
|
|
|
```bash
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 -b
|
|
|
|
#push for development:
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 -bd
|
|
```
|
|
|
|
|
|
## URL
|
|
|
|
>TODO: will be updated
|
|
|
|
- The website in staging mode is at https://threefold.info/docs4dev
|
|
- The website in production mode is at https://docs.threefold.io |