updafe cfg

This commit is contained in:
mik-tf 2025-02-11 21:22:47 -05:00
parent 2d12bed47c
commit 9b487d8254
3 changed files with 36 additions and 13 deletions

View File

@ -1,25 +1,47 @@
<h1>ThreeFold DeCloud Docs</h1> <h1> ThreeFold Decentralized Cloud Website</h1>
<h2>Table of Contents</h2>
get hero - [Introduction](#introduction)
- [Install Hero](#install-hero)
- [Deploy Locally](#deploy-locally)
- [Push Changes](#push-changes)
- [URL](#url)
---
## Introduction
This repository contains the code to deploy the ThreeFold Decentalized Cloud website.
## Install Hero
```bash ```bash
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_hero.sh bash /tmp/install_hero.sh
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set) ```
## Deploy Locally
You can run the website in your development environment on a local browser. Make sure to start a new shell if you've just installed Hero.
```
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -d hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -d
``` ```
to push ## Push Changes
```bash - Development
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bp ```
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bpd
```
- Production
#push for development: ```bash
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bpd hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bp
``` ```
## URL ## URL
- The production website is available at `https://threefold.info/decloud` - The website in staging mode is at https://dev.threefold.info/decloud
- The website in production mode is at https://threefold.info/decloud

View File

@ -2,7 +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", "url_home": "docs/",
"baseUrl": "/decloud/", "baseUrl": "/decloud/",
"favicon": "img/favicon.png", "favicon": "img/favicon.png",
"metadata": [ "metadata": [
@ -23,7 +23,7 @@
"content": "Introduction | ThreeFold Docs" "content": "Introduction | ThreeFold Docs"
} }
], ],
"buildDest":["root@info.ourworld.tf:/root/hero/www/info/decloud"], "buildDest":"root@info.ourworld.tf:/root/hero/www/info",
"buildDestDev":["root@info.ourworld.tf:/root/hero/www/infodev/decloud"] "buildDestDev":"root@info.ourworld.tf:/root/hero/www/infodev"
} }

View File

@ -1,5 +1,6 @@
--- ---
sidebar_position: 1 sidebar_position: 1
slug: /
--- ---
# Decentralizing the Cloud # Decentralizing the Cloud