This commit is contained in:
despiegk 2025-02-10 15:52:11 +03:00
parent 586116ecfb
commit 2d12bed47c
3 changed files with 20 additions and 5 deletions

11
.gitignore vendored
View File

@ -19,5 +19,16 @@ npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
bun.lockb bun.lockb
bun.lock
yarn.lock yarn.lock
build.sh
build_dev.sh
develop.sh
docusaurus.config.ts
sidebars.ts
tsconfig.json

View File

@ -8,18 +8,18 @@ curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/devel
bash /tmp/install_hero.sh bash /tmp/install_hero.sh
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set) #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 to push
```bash ```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: #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 ## URL
- The production website is available at `https://threefold.info/hero` - The production website is available at `https://threefold.info/decloud`

View File

@ -2,6 +2,7 @@
"title": "ThreeFold Decentralized Cloud", "title": "ThreeFold Decentralized Cloud",
"tagline": "Self-Healing Data & Cloud Network", "tagline": "Self-Healing Data & Cloud Network",
"url": "https://threefold.info", "url": "https://threefold.info",
"url_home": "docs/introduction",
"baseUrl": "/decloud/", "baseUrl": "/decloud/",
"favicon": "img/favicon.png", "favicon": "img/favicon.png",
"metadata": [ "metadata": [
@ -21,5 +22,8 @@
"property": "og:title", "property": "og:title",
"content": "Introduction | ThreeFold Docs" "content": "Introduction | ThreeFold Docs"
} }
] ],
"buildDest":["root@info.ourworld.tf:/root/hero/www/info/decloud"],
"buildDestDev":["root@info.ourworld.tf:/root/hero/www/infodev/decloud"]
} }