docs_decloud/README.md
2025-02-10 15:48:00 +03:00

25 lines
598 B
Markdown

<h1>ThreeFold DeCloud Docs</h1>
get hero
```bash
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_hero.sh
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_hero -d
```
to push
```bash
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_hero -bp
#push for development:
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_hero -bpd
```
## URL
- The production website is available at `https://threefold.info/hero`