mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated bundled plugins in Dockerfile
This commit is contained in:
parent
e6ceb89d70
commit
08318ac179
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user