Which docs live where, and how fresh they are.
This repo mirrors several external doc trees locally under docs/docs/<domain> -- Anthropic's platform/code/claude.com docs, and a very large Cloudflare mirror supplied directly by the operator. Rather than let "which mirror is where, how big, how fresh" live only in a directory listing or a paragraph of CLAUDE.md prose, this site records each mirror as a durable, queryable row: real path, real file count, and an honest note on whatever sync/drift mechanism (if any) exists for it.
This site does not render the mirrored markdown itself -- it is an index describing the mirrors, grounded in real find-verified file counts. See mirror vs viewer.
Most mirrors have no live-vs-local diff tooling at all. The one that does -- the 4,496-file Cloudflare mirror -- only detects local drift, not staleness against the live site. See drift tooling.
Every file_count is a real find <dir> -type f | wc -l result run this session, not an estimate.
Live catalog
All 6 rows are seeded from real directory scans into this Worker's own D1 database (doc_mirrors). Browse → or hit the JSON API.