ThreeFold V4 Docs Website
Go to file
2025-02-18 18:20:07 +03:00
cfg ... 2025-02-18 18:20:07 +03:00
docs ... 2025-02-10 15:07:28 +03:00
docs_beta ... 2024-12-12 13:38:45 +01:00
.gitignore ... 2025-02-02 19:42:15 +03:00
aiprompts ... 2025-02-10 15:07:28 +03:00
LICENSE added LICENSE mit for threefold 2024 2024-08-25 15:25:27 -04:00
README.md update readme 2025-02-11 20:24:51 -05:00

ThreeFold TFGrid Main Documentation Website

Table of Contents


Introduction

This repository contains the code to deploy the ThreeFold TFGrid Main Documentation website.

Install Hero

curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_hero.sh

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_tfgrid4 -d

Push Changes

  • Development

    hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bpd
    
  • Production

    hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bp
    

URL