diff --git a/README.md b/README.md index a084f9f..b775fc6 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,27 @@

ThreeFold V4 Docs

-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 -hero docusaurus -build -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 +to push -#build & publsh the dev versio, only works if you have rights -hero docusaurus -builddev -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4 +```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 diff --git a/cfg/main.json b/cfg/main.json index 181896b..5fa3409 100644 --- a/cfg/main.json +++ b/cfg/main.json @@ -3,7 +3,7 @@ "tagline": "ThreeFold Web4", "favicon": "img/favicon.png", "url": "https://docs.threefold.io", - "url_home": "docs/introduction", + "url_home": "docs/introduction/", "baseUrl": "/", "image": "img/tf_graph.png", "metadata": {