Skip to content

Commit

Permalink
docs: move plugins block, try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed May 28, 2024
1 parent 6cd1d62 commit b71c162
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@ nav:
- 󰭷 Introduction: index.md
- 󱚊 Specifications: specifications/index.md

plugins:
- search:
emoji: 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

# Leverage the impressive feature set of the material theme (though the actual theming needs some work...)
theme:
name: material
Expand All @@ -56,19 +73,3 @@ markdown_extensions:
- pymdownx.details
- pymdownx.superfences

plugins:
#- search:
- 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

0 comments on commit b71c162

Please sign in to comment.