Sources of docs.nefarius.at.
docker build -t mkdocs .
docker run -it --rm -v "${PWD}:/docs" -p "8000:8000" mkdocs:latestThe built site will be available at localhost:8000.
masterchanges will get built and pushed online ASAPdevelcan be used to make changes without affecting the currently online version
If you found an error or want to improve any existing article you can do so via GitHub PRs.