Find the Gaps compares your code and docs side-by-side, and shows you everywhere they’ve drifted apart — the missing pages, the dead links, the silently wrong examples — before your customers find it first.
brew install sandgardenhq/tap/find-the-gaps
Bun is a fast, all-in-one JavaScript & TypeScript runtime — a drop-in replacement for Node with a built-in package manager, test runner, and bundler.
Sorted by severity. Each item links back to the line of code and the docs page it disagrees with.
Bun.serve({ tls })
stale
Docs show key/cert as strings — code now also accepts BunFile and Buffer.
bun install --frozen-lockfile
undocumented
Flag added in v1.1.30. No mention on the install reference page.
src/install/install.zig · L412Bun.password.hash()
stale
Docs example uses algorithm: 'bcrypt' — default changed to 'argon2id'.
bun.lock
unmapped
Page describes bun.lockb (binary). Format is now text-based bun.lock.
bun --hot
stale
Watcher behavior changed for node_modules. Docs unchanged since v1.0.x.
Pages that describe a UI or output but don't show one. Each entry includes a suggested alt text and where to drop the image.
Link checkers catch broken URLs. Spell checkers catch typos. Neither can tell you that a function signature in README.md no longer matches the code — or that a new public API shipped last month without a single page describing it.
Find out before your customers do.
Find the Gaps compares your code and docs, and points out exactly where they’ve stopped agreeing.
You get a plain-language report: here’s what’s missing, here’s what’s pointing at nothing, here’s what no longer matches reality.
You could fix it on your own, or let Doc Holiday do it for you: perfect docs, always.
Every feature in your codebase, grouped and described in plain English.
The undocumented code, the pages pointing at things that don’t exist, and — the worst kind — the docs that look right but quietly disagree with the code.
Every place your docs describe a UI but don’t show one — with the exact alt text and insertion hint your team needs to fill it in.
Ships as a composite GitHub Action. Run it on a schedule, before a release, or on demand. It opens a labeled tracking issue with the findings.
The CLI is the diagnosis: a clear, structured list of every place your docs and code have drifted apart. Doc Holiday is the treatment: it picks up that report, opens pull requests against your docs site, and keeps it from happening again.
Open-source CLI. Runs in CI or on your laptop. Outputs a structured report.
Hosted service. Reads the report. Drafts the fixes. Files PRs against your docs.
Free to install and run on any repo. Or let us show you what Doc Holiday does with the findings: automatic PRs, continuous sync, the works.