Update README.md

This commit is contained in:
mik-tf 2024-10-16 14:51:41 +00:00
parent ea5e5f0f04
commit 344523c08a

View File

@ -5,6 +5,8 @@
- [Introduction](#introduction)
- [URL](#url)
- [Branches](#branches)
- [Ops Scripts](#ops-scripts)
- [Deploy and Test Locally](#deploy-and-test-locally)
- [Contribute](#contribute)
- [Branches and Forks](#branches-and-forks)
- [Overview](#overview)
@ -27,6 +29,16 @@ The website is hosted at `docs.threefold.info`.
- `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](./docs_website/README.md).
## Contribute
To optimize updates to this repository, we propose a uniform way to collaborate.