5.40.0
(feat): Add hidden fern docs theme delete --name <theme name> CLI command to delete a named theme from an org. Includes a confirmation prompt (skippable with --yes).
5.39.0
(feat): Add a settings.search object to docs.yml with two new options:
prioritize-current-product: boosts search results from the current product/version via AlgoliaoptionalFilterswithout excluding results from other products/versions.default-filter-by-current-product: auto-selects the current product as a facet filter so only results from the current product are shown by default.
settings.default-search-filters is preserved as an alias for
settings.search.default-filter-by-current-product for backwards
compatibility.
5.38.2
(fix): Honor operation-level x-fern-streaming.resumable on SSE endpoints whose
streaming is auto-detected from a text/event-stream response. Previously,
setting resumable: true without an explicit format was silently dropped
and the endpoint generated as non-resumable.
5.38.1
(fix): Fix fern check --broken-links (and fern docs broken-links) silently
skipping broken links inside API Reference description fields. Links in
endpoint, type, property, path-parameter, and other docs / description
fields are now validated against the rest of the docs navigation.