SIGN IN SIGN UP
Anduin2017 / HowToCook UNCLAIMED

程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).

0 0 11 Markdown

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>
A
Anduin Xue committed
52bd8d6434ee9080db3a929a1a57b0d4b42b1074
Parent: 3c89c58