..
This commit is contained in:
parent
586116ecfb
commit
2d12bed47c
11
.gitignore
vendored
11
.gitignore
vendored
@ -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
|
||||
|
@ -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`
|
||||
- The production website is available at `https://threefold.info/decloud`
|
@ -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"]
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user