What problem does it solve?
The Doc Gap Analyzer finds undocumented APIs, stale documentation, broken examples, and knowledge graph gaps so documentation teams can prioritize work that reduces onboarding friction and user confusion.
Core Features & Use Cases
- Coverage scanning: Compares public API endpoints and Python public functions against documentation pages and docstrings to surface missing coverage.
- Staleness detection: Flags docs older than 90 days that have accompanying recent code changes, broken examples referencing deprecated APIs, and 404 links.
- Gap classification & reporting: Produces prioritized targets (P0–P3), top-10 gap lists, coverage percentages, staleness reports, and trend metrics for doc-to-code sync.
- Use cases: Pre-release audits, post-feature doc updates, quarterly documentation health reviews, and onboarding readiness checks.
Quick Start
Run a full coverage scan to identify undocumented APIs, stale pages, missing examples, and knowledge graph gaps and generate a prioritized gap report.