Repository for the selfhosters.net documentation.
Create or edit a markdown(.md) file in the /docs folder.
It's based on markdown, so looking at a cheat sheet, and checking changes against a live preview helps you confirm the changes appear like you want them to.
git clone https://github.com/selfhosters/selfhosters.net.git
cd selfhosters.net/
Create and activate python virtual environment (docs)
python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements.txt
mkdocs serve