docs.nefarius.at icon indicating copy to clipboard operation
docs.nefarius.at copied to clipboard

Sources of Nefarius' Knowledge-Base Website

docs.nefarius.at

ci Website

Sources of docs.nefarius.at.

Build local Docker instance

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.

Branches

  • master changes will get built and pushed online ASAP
  • devel can be used to make changes without affecting the currently online version

3rd party credits