Amadla documentation website built with MkDocs Material.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
make startSite available at http://127.0.0.1:8000
make buildAutomatically deployed to GitHub Pages via GitHub Actions on push to master.