docs_decloud/README.md

25 lines
610 B
Markdown
Raw Normal View History

2025-02-10 12:48:00 +00:00
<h1>ThreeFold DeCloud Docs</h1>
2025-01-20 01:21:08 +00:00
2025-02-10 12:48:00 +00:00
get hero
2025-01-20 01:21:08 +00:00
2025-02-10 12:48:00 +00:00
```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)
2025-01-20 01:21:08 +00:00
2025-02-10 12:52:11 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -d
2025-02-10 12:48:00 +00:00
```
2025-01-20 01:21:08 +00:00
2025-02-10 12:48:00 +00:00
to push
2025-01-20 01:21:08 +00:00
2025-02-10 12:48:00 +00:00
```bash
2025-02-10 12:52:11 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bp
2025-01-20 01:21:08 +00:00
2025-02-10 12:48:00 +00:00
#push for development:
2025-02-10 12:52:11 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bpd
2025-02-10 12:48:00 +00:00
```
2025-01-20 01:21:08 +00:00
## URL
2025-02-10 12:52:11 +00:00
- The production website is available at `https://threefold.info/decloud`