OpenAPI Sync
Transforms OpenAPI specs into browsable MDX pages with interactive components.
Overview
The OpenAPI sync (sync/openapi.ts) is a sub-pipeline bolted onto the main sync engine. It collects specs from the config, dereferences $refs, generates one MDX page per operation, and builds sidebar items grouped by tag.
Steps
Caching
In dev mode, a shared Map<string, unknown> is created once and threaded through all sync passes. See Dev Mode — OpenAPI Cache for lifecycle details.