@@ -211,6 +211,28 @@ Note: Tests require ImageMagick and other dependencies to be installed.
211211
212212For additional help, see [ docs/SECURITY_GUIDE.md] ( docs/SECURITY_GUIDE.md ) or open an issue on GitHub.
213213
214+ ## Documentation and Guides
215+
216+ ### Comprehensive Guides
217+
218+ ** [ PDF Optimization Guide] ( docs/PDF_OPTIMIZATION_GUIDE.md ) ** - Master PDF compression techniques
219+ - Understanding PDF structure and file size components
220+ - Compression algorithms and quality trade-offs
221+ - Best practices for different document types
222+ - Common optimization scenarios and solutions
223+
224+ ** [ CLI Tools Comparison] ( docs/CLI_TOOLS_COMPARISON.md ) ** - Compare PDF compression tools
225+ - Feature matrix comparing CompressKit, GhostScript, QPDF, and more
226+ - Performance benchmarks and analysis
227+ - Use case recommendations
228+ - Migration guides from other tools
229+
230+ ### Technical Documentation
231+
232+ - [ Architecture Guide] ( docs/ARCHITECTURE.md ) - System design and module overview
233+ - [ Security Guide] ( docs/SECURITY_GUIDE.md ) - Security implementation details
234+ - [ Main Documentation] ( docs/README.md ) - Complete documentation hub
235+
214236## Blog Posts
215237
216238Check out our technical blog posts about CompressKit:
@@ -221,6 +243,7 @@ Check out our technical blog posts about CompressKit:
221243- [ Error Handling and Recovery Patterns in Bash] ( blog/04-error-handling-patterns.md )
222244- [ Building Rich Terminal UIs with Bash] ( blog/05-terminal-ui-design.md )
223245- [ Testing Strategies for Shell Scripts] ( blog/06-testing-strategies.md )
246+ - [ Mastering PDF Optimization: A Technical Deep Dive] ( blog/07-pdf-optimization-deep-dive.md )
224247
225248See the [ blog directory] ( blog/README.md ) for all articles and more information.
226249
0 commit comments