mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-05-18 13:21:27 +08:00
fix: remove minify plugin to resolve build issues
The mkdocs-minify-plugin with htmlmin was causing segfaults during the properdocs build when processing the large i18n file set. Changes: - Removed mkdocs-minify-plugin from requirements.txt - Removed htmlmin2 dependency - Removed minify plugin from mkdocs_template.yml - Regenerated properdocs.yml Verification: - Docker build: SUCCESS ✓ - Image loading: HTTP 200 ✓ - i18n functionality: Working ✓ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -128,8 +128,6 @@ plugins:
|
||||
- offline
|
||||
- same-dir
|
||||
- search
|
||||
- minify:
|
||||
minify_html: true
|
||||
|
||||
nav:
|
||||
- README.md
|
||||
|
||||
Reference in New Issue
Block a user