mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 14:49:01 +02:00
21 lines
609 B
Plaintext
21 lines
609 B
Plaintext
# MkDocs and Material theme requirements for Trilium documentation
|
|
mkdocs>=1.6.0
|
|
mkdocs-material>=9.5.0
|
|
mkdocs-material-extensions>=1.3.0
|
|
|
|
# Essential plugins
|
|
mkdocs-awesome-pages-plugin>=2.9.0 # Auto-generate navigation from folder structure
|
|
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 generation
|
|
cairosvg>=2.7.0 # For social cards with SVG support
|
|
|
|
# Search enhancements
|
|
mkdocs-material[imaging]>=9.5.0 |