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
If you found an error or want to improve any existing article you can do so via GitHub PRs.