Renovate Bot
e3a77441e9
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) | final | patch | `9.5.5` -> `9.5.6` | --- ### Release Notes <details> <summary>squidfunk/mkdocs-material (squidfunk/mkdocs-material)</summary> ### [`v9.5.6`](https://github.com/squidfunk/mkdocs-material/releases/tag/9.5.6): mkdocs-material-9.5.6 [Compare Source](https://github.com/squidfunk/mkdocs-material/compare/9.5.5...9.5.6) - Fixed [#​6700](https://github.com/squidfunk/mkdocs-material/issues/6700): Missing styles for Mermaid.js labels with Markdown </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #10 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
9 lines
380 B
Docker
9 lines
380 B
Docker
FROM squidfunk/mkdocs-material:9.5.6@sha256:a4a2029fdf524f0c727852e492cd2bbae30cc9471959da60d7dc46bf565a521b
|
|
|
|
# Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/
|
|
# hadolint ignore=DL3013
|
|
RUN pip install --no-cache-dir \
|
|
mkdocs-include-dir-to-nav \
|
|
mkdocs-git-revision-date-localized-plugin \
|
|
mkdocs-git-authors-plugin \
|
|
mkdocs-open-in-new-tab
|