Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

docs.zip

Holocron serves a /docs.zip endpoint that bundles every page as a Markdown file in a single zip archive.

Usage

curl -L https://your-docs-site.com/docs.zip -o docs.zip unzip docs.zip -d docs
This gives agents and developers a local copy of all documentation for offline search, grep, or RAG pipelines.

When to use this

  • AI agents that need to ingest the full docs corpus at once
  • Local grep for finding patterns across all pages
  • Offline reading or archival

How it works

The zip is generated on-the-fly from the same transformed MDX source used by .md routes. Each file in the archive corresponds to a page slug (e.g. quickstart.md, guides/auth.md).