mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			524 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-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 |