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:2.1.0 serve -f /config.yml --dev-addr 0.0.0.0:8000
If you want to generate a PDF you have to set the environment variable ENABLE_PDF_EXPORT
to 1.
In docker it would be the above command with the environment variable -e ENABLE_PDF_EXPORT=1
Please install the libraries used in the production instance: https://github.com/deNBI/mkdocsWebhook/blob/master/Dockerfile#L4
mkdocs serve -f config_local.yml