We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f9aa9 commit d10888aCopy full SHA for d10888a
mkdocs.yml
@@ -80,6 +80,8 @@ plugins:
80
shadow: true
81
- search:
82
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
83
+ - minify:
84
+ minify_html: true
85
86
hooks:
87
- hooks/edit_url.py
requirements.txt
@@ -7,3 +7,4 @@ mkdocs-glightbox==0.3.7
7
jieba==0.42.1
8
beautifulsoup4==4.13.3
9
gitpython==3.1.44
10
+mkdocs-minify-plugin==0.8.0
0 commit comments