July 6, 2026
5.65.3
(fix): Fix relative .md/.mdx link resolution in translated documentation pages. Previously, translated pages passed an empty markdownFilesToPathName map, so relative markdown links (e.g., ../reference/support-matrix.md) were not resolved to their published slug URLs.
5.65.2
(fix): Improve error messages when ledger docs publishing fails: surface the
server-side validation issues (field paths and messages) so the exact
failing field is visible without needing server-side log access.
5.65.1
(fix): Improve fern docs dev reload performance for content edits (35s → 4-5s).
Reduces debounce from 1000ms to 300ms, skips background validation for
markdown-only changes, and writes a generation counter file for the docs
bundle to detect stale cache entries without HTTP round-trips.