Sources of docs.nefarius.at.
docker build -t mkdocs .
docker run -it --rm -v "${PWD}:/docs" -p "8000:8000" mkdocs:latest
The built site will be available at localhost:8000.
master
changes will get built and pushed online ASAPdevel
can be used to make changes without affecting the currently online version