/docs.zip endpoint that bundles every page as a Markdown file in a single zip archive.12curl -L https://your-docs-site.com/docs.zip -o docs.zip unzip docs.zip -d docs
.md routes. Each file in the archive corresponds to a page slug (e.g. quickstart.md, guides/auth.md).