...
This commit is contained in:
parent
6a527a4af9
commit
2652bea201
22
README.md
22
README.md
@ -1,19 +1,27 @@
|
|||||||
<h1>ThreeFold V4 Docs</h1>
|
<h1>ThreeFold V4 Docs</h1>
|
||||||
|
|
||||||
to run
|
|
||||||
|
|
||||||
|
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
|
||||||
```
|
```
|
||||||
#get your own development server
|
|
||||||
hero docusaurus -dev -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4
|
|
||||||
|
|
||||||
#build & publsh the production version, only works if you have rights
|
to push
|
||||||
hero docusaurus -build -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4
|
|
||||||
|
|
||||||
#build & publsh the dev versio, only works if you have rights
|
```bash
|
||||||
hero docusaurus -builddev -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4
|
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
|
## URL
|
||||||
|
|
||||||
>TODO: will be updated
|
>TODO: will be updated
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"tagline": "ThreeFold Web4",
|
"tagline": "ThreeFold Web4",
|
||||||
"favicon": "img/favicon.png",
|
"favicon": "img/favicon.png",
|
||||||
"url": "https://docs.threefold.io",
|
"url": "https://docs.threefold.io",
|
||||||
"url_home": "docs/introduction",
|
"url_home": "docs/introduction/",
|
||||||
"baseUrl": "/",
|
"baseUrl": "/",
|
||||||
"image": "img/tf_graph.png",
|
"image": "img/tf_graph.png",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
Loading…
Reference in New Issue
Block a user