Stirling-PDF/devGuide
2025-07-15 15:40:56 +01:00
..
AGENTS.md gradle path to /app 2025-07-15 15:40:56 +01:00
DeveloperGuide.md gradle path to /app 2025-07-15 15:40:56 +01:00
EXCEPTION_HANDLING_GUIDE.md docs: restructure documentation paths, update PR template links, and add exception handling guide (#3885) 2025-07-07 09:49:44 +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 docs: restructure documentation paths, update PR template links, and add exception handling guide (#3885) 2025-07-07 09:49:44 +01:00
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)