Remote and CMS content
Load typed Markdown and MDX from HTTP endpoints, Sanity, BaseHub, or custom build-time sources.
This page does not exist on disk. The dogfood site supplies it through a
ContentAdapter, and the Vite plugin compiles it into an independently lazy
route chunk with the same search, i18n fallback, Markdown, LLM, and prerender output
as filesystem pages.
First-party sources
@foldocs/mdx-remotevalidates JSON content returned by an HTTP endpoint.@foldocs/sanitymaps a typed GROQ query result into virtual files.@foldocs/basehubmaps generated BaseHub query data into virtual files.
Every adapter returns a deterministic path, optional locale, and Markdown
or MDX source. Provider SDKs and credentials remain build-time only.