Stirling-PDF/devGuide
2025-11-12 12:36:54 +00:00
..
AGENTS.md exception handling and exception improvements (#3858) 2025-07-02 16:51:45 +01:00
DeveloperGuide.md wip - trying to connect to OpenAi 2025-11-12 12:36:54 +00: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
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 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 exception handling and exception improvements (#3858) 2025-07-02 16:51:45 +01:00

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)