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 f511c9d commit a07d169Copy full SHA for a07d169
mkdocs.yaml
@@ -67,6 +67,13 @@ plugins:
67
exclude:
68
- argparse/*
69
- examples/*
70
+ - minify:
71
+ minify_html: true
72
+ minify_js: true
73
+ minify_css: true
74
+ cache_safe: true
75
+ js_files: [docs/mkdocs/javascript/*.js]
76
+ css_files: [docs/mkdocs/stylesheets/*.css]
77
# For API reference generation
78
- api-autonav:
79
modules: ["vllm"]
requirements/docs.txt
@@ -6,6 +6,7 @@ mkdocs-gen-files
6
mkdocs-awesome-nav
7
mkdocs-glightbox
8
mkdocs-git-revision-date-localized-plugin
9
+mkdocs-minify-plugin
10
python-markdown-math
11
regex
12
ruff
0 commit comments