Files
Stirling-PDF/devGuide
Connor Yoh 5220f56726 feat(portal): shared Tooltip, key provenance, and the gaps the checkboxes exposed
Verifying the PR description against the code turned up several claims the
implementation did not meet.

- Tooltip moves into @app/ui. The editor tooltip needs the sidebar, preferences
  and app-config providers, none of which the portal mounts, so it cannot be
  reused there. The migration 'skipped' explanation now uses it instead of an
  inline paragraph.
- /status reports masterKeySource. The panel already branched on it, but the API
  never sent it, so the generated-key warning could not fire.
- The key table shows when a key changed, not just who, and explains RETIRED.
- The migration card shows when a run started.
- A 404 on a deleted key no longer advises retrying.
- Both runbook links now resolve, and the devGuide gained the backup section
  they point at.
2026-08-18 12:53:11 +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)