Skip to content
Back to blog
Announcements

Introducing RepoDocs.dev 2.0

AM

Alex Morgan

May 22, 2026 · 5 min read

RepoDocs.dev

Today we're shipping the biggest release in RepoDocs.dev's history. 2.0 is built around one idea: your repository is the source of truth, and your documentation should never drift from it.

A real API reference

Point RepoDocs at a repository and we render a clean, three-panel API reference — the kind you'd expect from a dedicated docs team. If we find an openapi.yaml, we import it; if not, we infer endpoints from your routes and controllers.

curl https://api.repodocs.dev/v2/projects \
  -H "Authorization: Bearer $REPODOCS_TOKEN"

Ask Docs, grounded in your code

Ask a question in plain language and get an answer that cites the exact files and line numbers it came from. When the code is ambiguous, Ask Docs says so instead of guessing.

“New teammates went from days of ramp-up to shipping their first PR before lunch.”

Dark mode & published portals

Every published documentation portal now ships with light and dark themes, full-text search, and SEO-ready server-side rendering. Highlights in this release:

  • Three-panel API reference with multi-language samples
  • AI Ask Docs with file-level references
  • Light & dark portal themes
  • Faster, change-aware incremental builds

2.0 is available today on every plan. Connect a repository and see your living documentation in minutes.

Ready to try it?

Free for public repositories. No credit card required.

Connect GitHub