1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

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 \
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-redirects>=1.0'; \
fi \

View File

@ -118,7 +118,7 @@ templates can be shared among multiple pages:
### Bundled plugins
: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
it's important that download times are as short as possible, which is why the