The markdown files in this repo are visualized using mkdocs-material. In the config.yaml you will find a list of all installed markdown extensions. You can find the documentation here.
Use the Environment which will also be used in production.
docker run -it -v "$(pwd)/wiki:/srv_root/docs/wiki" -v "$(pwd)/config.yml:/config.yml" -p "8000:8000" --entrypoint="mkdocs" denbicloud/mkdocswebhook serve -f /config.yml --dev-addr 0.0.0.0:8000
Please install the libraries used in the production instance: https://github.com/deNBI/mkdocsWebhook/blob/master/Dockerfile#L4
mkdocs serve -f config_local.yml