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):/srv_root/docs" -p "8000:8000" --env ENABLED_HTMLPROOFER=True --entrypoint="mkdocs" denbicloud/mkdocswebhook:2.5.0 serve -f /srv_root/docs/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
For a quick start you can also use pip to install both mkdocs and mkdocs-material:
pip install mkdocs
pip install mkdocs-material
mkdocs serve -f config_local.yml