Skip to content

Commit

Permalink
docs: min plugin conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed May 28, 2024
1 parent b71c162 commit 1f4c8dc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ nav:
- 󱚊 Specifications: specifications/index.md

plugins:
- search:
emoji: true
#- search:
# enabled: true
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
js_files:
- assets/**/*.js
- assets/**/*.ts
- assets/**javascript/*.tsx
css_files:
- assets/**/*.css
#minify_js: true
#minify_css: true
#htmlmin_opts:
# remove_comments: true
#cache_safe: true
#js_files:
# - assets/**/*.js
# - assets/**/*.ts
# - assets/**javascript/*.tsx
#css_files:
# - assets/**/*.css

# Leverage the impressive feature set of the material theme (though the actual theming needs some work...)
theme:
Expand Down

0 comments on commit 1f4c8dc

Please sign in to comment.