Skip to content

@cloudflare/nimbus-docs@0.14.2

Choose a tag to compare

@cloudflare-nimbus-bot cloudflare-nimbus-bot released this 25 Sep 01:11
· 36 commits to main since this release
b872c47

Patch Changes

  • #160 08b963b Thanks @MohamedH1998! - Prose api.ref: citations now resolve correctly in HTML output:

    • They include the site's base path. On a site with base: "/docs", [change status](api.ref:api:changeWidgetStatus) now links to /docs/api/... instead of /api/..., matching the Markdown alternate and llms-full.txt.
    • Citations in .md pages now resolve. Previously they rendered as raw api.ref: links; only .mdx pages were resolved.
    • Citations resolve when the project directory is reached through a symlink.
  • #157 cde0751 Thanks @MohamedH1998! - Render authored OpenAPI request examples as selectable examples in API reference pages and generated Markdown.

  • #158 9f024b0 Thanks @MohamedH1998! - Reduce static API reference build memory by storing lightweight collection entries and projecting complete pages during prerendering. Server output continues to use prepared entries so requests do not parse OpenAPI specifications. Keep build-only Markdown parsing out of generated server bundles.