mkdocs/Dockerfile

10 lines
309 B
Docker
Raw Permalink Normal View History

FROM squidfunk/mkdocs-material:9.5.23
2023-11-13 10:31:31 +01:00
2023-11-13 10:32:58 +01:00
# Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/
2023-11-13 10:34:38 +01:00
# hadolint ignore=DL3013
2023-11-13 21:57:39 +01:00
RUN pip install --no-cache-dir \
mkdocs-include-dir-to-nav \
mkdocs-git-revision-date-localized-plugin \
2023-11-13 22:26:17 +01:00
mkdocs-git-authors-plugin \
2023-11-19 22:36:18 +01:00
mkdocs-open-in-new-tab