diff --git a/.gitignore b/.gitignore index 055a53f..77793ac 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,16 @@ npm-debug.log* yarn-debug.log* yarn-error.log* bun.lockb +bun.lock yarn.lock + +build.sh +build_dev.sh +develop.sh + +docusaurus.config.ts + +sidebars.ts + +tsconfig.json diff --git a/README.md b/README.md index def25f5..9430537 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,18 @@ curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/devel 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 +hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -d ``` to push ```bash -hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_hero -bp +hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bp #push for development: -hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_hero -bpd +hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bpd ``` ## URL -- The production website is available at `https://threefold.info/hero` \ No newline at end of file +- The production website is available at `https://threefold.info/decloud` \ No newline at end of file diff --git a/cfg/main.json b/cfg/main.json index 58aa84a..0743bd9 100644 --- a/cfg/main.json +++ b/cfg/main.json @@ -2,6 +2,7 @@ "title": "ThreeFold Decentralized Cloud", "tagline": "Self-Healing Data & Cloud Network", "url": "https://threefold.info", + "url_home": "docs/introduction", "baseUrl": "/decloud/", "favicon": "img/favicon.png", "metadata": [ @@ -21,5 +22,8 @@ "property": "og:title", "content": "Introduction | ThreeFold Docs" } - ] + ], + "buildDest":["root@info.ourworld.tf:/root/hero/www/info/decloud"], + "buildDestDev":["root@info.ourworld.tf:/root/hero/www/infodev/decloud"] + }