The docs are deployed at: https://trisolaris-labs.github.io/docs/
- Docs are made using mkdocs
- Clone the repo
- Create a virtual enviornment
virtualenv -p python3.8 venv
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Start a local server
mkdocs serve
- Make changes and update local/origin master
- Once you make an update, and push to main, you can then run
mkdocs gh-deploy
to deploy the site live.