Find the Gaps
Version updated for https://github.com/sandgardenhq/find-the-gaps to version v0.4.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
“Find the Gaps” is a CLI tool that analyzes codebases and their associated documentation to identify outdated, missing, or incomplete documentation. It automates the detection of mismatches between code (e.g., function signatures, new APIs) and documentation, solving the problem of “documentation drift” often overlooked by other tools like link or spell checkers. The tool supports multiple programming languages and generates detailed reports highlighting gaps, enabling project maintainers to keep documentation accurate and up-to-date.
What’s Changed
What’s Changed
- fix(site): rendered-site polish — TOC anchors, layout, mapping cards by @britt in https://github.com/sandgardenhq/find-the-gaps/pull/59
- feat: suppress missing-screenshot gaps for unanalyzable images by @britt in https://github.com/sandgardenhq/find-the-gaps/pull/60
Full Changelog: https://github.com/sandgardenhq/find-the-gaps/compare/v0.4.1...v0.4.2