mirror of
https://github.com/readur/readur.git
synced 2025-12-16 20:04:32 -06:00
feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again feat(mkdocs): try mkdocs again
20 lines
470 B
Plaintext
20 lines
470 B
Plaintext
# MkDocs and Material theme requirements
|
|
mkdocs>=1.6.0
|
|
mkdocs-material>=9.5.0
|
|
mkdocs-material-extensions>=1.3.0
|
|
|
|
# Essential plugins
|
|
mkdocs-minify-plugin>=0.8.0
|
|
mkdocs-git-revision-date-localized-plugin>=1.2.0
|
|
|
|
# Optional but recommended plugins
|
|
mkdocs-redirects>=1.2.0
|
|
mkdocs-rss-plugin>=1.12.0
|
|
mkdocs-glightbox>=0.3.0
|
|
|
|
# For advanced features
|
|
pillow>=10.0.0 # For social cards
|
|
cairosvg>=2.7.0 # For social cards
|
|
|
|
# Search enhancements
|
|
mkdocs-material[imaging]>=9.5.0 |