add mkdocs-git-committers-plugin-2
This commit is contained in:
parent
57f4630ce9
commit
08c77d741e
1 changed files with 4 additions and 1 deletions
|
@ -3,4 +3,7 @@ FROM squidfunk/mkdocs-material
|
|||
|
||||
# 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
|
||||
RUN pip install --no-cache-dir \
|
||||
mkdocs-include-dir-to-nav \
|
||||
mkdocs-git-revision-date-localized-plugin \
|
||||
mkdocs-git-committers-plugin-2
|
||||
|
|
Loading…
Reference in a new issue