Stirling-PDF/devGuide
ConnorYoh 190178a471
Feature/v2/filehistory (#4370)
File History

---------

Co-authored-by: Connor Yoh <connor@stirlingpdf.com>
2025-09-16 15:08:11 +01:00
..
AGENTS.md
DeveloperGuide.md feat(common): add configurable maxDPI limit for PDF-to-image conversion (#4129) 2025-08-07 13:57:47 +01:00
EXCEPTION_HANDLING_GUIDE.md
FILE_HISTORY_SPECIFICATION.md Feature/v2/filehistory (#4370) 2025-09-16 15:08:11 +01:00
HowToAddNewLanguage.md refactor: move modules under app/ directory and update file paths (#3938) 2025-07-14 20:53:11 +01:00
README.md
STYLELINT.md refactor: move modules under app/ directory and update file paths (#3938) 2025-07-14 20:53:11 +01:00
USERS.md

Developer Guide Directory

This directory contains all development-related documentation for Stirling PDF.

📚 Documentation Index

Core Development

Features & Documentation

  • AGENTS.md - Agent-based functionality documentation
  • USERS.md - User-focused documentation and guides

📝 Contributing to Documentation

When adding new development documentation:

  1. Place technical guides in this devGuide/ directory
  2. Update this index file with a brief description
  3. Keep user-facing docs (README, CONTRIBUTING, SECURITY) in the root
  4. Follow existing naming conventions (PascalCase for guides)