doc: minify the doc website.
This commit is contained in:
parent
f5e3c86c6c
commit
1048283b5c
2 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ plugins:
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
enable_creation_date: true
|
enable_creation_date: true
|
||||||
fallback_to_build_date: true
|
fallback_to_build_date: true
|
||||||
|
- minify:
|
||||||
|
minify_html: true
|
||||||
|
|
||||||
# Customization
|
# Customization
|
||||||
extra:
|
extra:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
mkdocs
|
mkdocs
|
||||||
mkdocs-git-revision-date-localized-plugin
|
mkdocs-git-revision-date-localized-plugin
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
|
mkdocs-minify-plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue