Updated bundled plugins in Dockerfile

This commit is contained in:
squidfunk 2020-09-27 08:59:58 +02:00
parent e6ceb89d70
commit 08318ac179
2 changed files with 1 additions and 3 deletions

View File

@ -45,8 +45,6 @@ RUN \
&& \ && \
if [ "${WITH_PLUGINS}" = "true" ]; then \ if [ "${WITH_PLUGINS}" = "true" ]; then \
pip install --no-cache-dir \ pip install --no-cache-dir \
'mkdocs-awesome-pages-plugin>=2.2.1' \
'mkdocs-git-revision-date-localized-plugin>=0.4' \
'mkdocs-minify-plugin>=0.3' \ 'mkdocs-minify-plugin>=0.3' \
'mkdocs-redirects>=1.0'; \ 'mkdocs-redirects>=1.0'; \
fi \ fi \

View File

@ -118,7 +118,7 @@ templates can be shared among multiple pages:
### Bundled plugins ### Bundled plugins
:octicons-archive-24: Deprecated: 5.5 · :octicons-archive-24: Deprecated: 5.5 ·
:octicons-trash-24: Removal: 6.x :octicons-trash-24: Removed: 6.0
Over the last years, the Docker image has continually increased in size. For CI Over the last years, the Docker image has continually increased in size. For CI
it's important that download times are as short as possible, which is why the it's important that download times are as short as possible, which is why the