ThreeFold Docs Website
Go to file
mik-tf df4a9017b0 non breaking html
non breaking html
2024-11-13 18:51:45 +00:00
docs_website set non breaking html 2024-11-13 13:50:42 -05:00
build.sh set kristof, timur, mik and ourworld webserver in authorized keys, removed comments in index 2024-10-01 18:09:29 +00:00
install.sh add yarn installation to install script 2024-09-25 07:09:13 +00:00
LICENSE added LICENSE mit for threefold 2024 2024-08-25 15:25:27 -04:00
README.md Update README.md 2024-10-16 14:51:41 +00:00

ThreeFold Docs Website

Table of Contents


Introduction

This repository contains the code to the ThreeFold Docs website.

URL

The website is hosted at docs.threefold.info.

Branches

  • development
    • code version of website
  • development_<suffix>
    • See Contribute section for details

Ops Scripts

To install the prerequisites to build the website, you can use the install.sh script.

To build the website, you can use the build.sh script.

Deploy and Test Locally

To deploy and test locally, refer to this documentation.

Contribute

To optimize updates to this repository, we propose a uniform way to collaborate.

Branches and Forks

To contribute to this repository, make a pull request of your changes. There are two main methods.

  1. Fork the repository and make a pull request with your changes
  2. If you have access, create a new branch in this repo and make a pull request with your changes

Overview

  • The production-ready content is published on the development branch
  • Any changes to development must go through a pull request (PR) and its associated review from a different branch with the prefix development_.
    • The name of the branch should indicate the work being done, e.g. working on the readme, development_readme_work

References

This website is written with Docusaurus.