Go to file
2025-01-16 07:42:17 +01:00
docs ... 2025-01-16 07:42:17 +01:00
src ... 2025-01-16 07:42:17 +01:00
static ... 2025-01-16 07:42:17 +01:00
.gitignore ... 2025-01-16 07:42:17 +01:00
babel.config.js ... 2025-01-16 07:42:17 +01:00
build-dev.sh ... 2025-01-16 07:42:17 +01:00
build.sh ... 2025-01-16 07:42:17 +01:00
develop.sh ... 2025-01-16 07:42:17 +01:00
docusaurus.config.ts ... 2025-01-16 07:42:17 +01:00
install.sh ... 2025-01-16 07:42:17 +01:00
LICENSE ... 2025-01-16 07:42:17 +01:00
package-lock.json ... 2025-01-16 07:42:17 +01:00
package.json ... 2025-01-16 07:42:17 +01:00
pnpm-lock.yaml ... 2025-01-16 07:42:17 +01:00
README.md ... 2025-01-16 07:42:17 +01:00
sidebars.ts ... 2025-01-16 07:42:17 +01:00
tsconfig.json ... 2025-01-16 07:42:17 +01:00
yarn.lock ... 2025-01-16 07:42:17 +01:00

ThreeFold V4 Docs

Table of Contents


Introduction

This repository contains the code to deploy the ThreeFold V4 Docs.

Steps

  • Install
    bash install.sh
    
  • Run locally
    bash develop.sh
    
  • Push change online to stating website
    bash build-dev.sh
    
  • Push change online to production website
    bash build.sh
    

URL

  • The website in staging mode is at threefold.info/docs4dev
  • The website in production mode is at docs.threefold.io