@cloudflare/nimbus-docs@0.14.2
·
36 commits
to main
since this release
Patch Changes
-
#160
08b963bThanks @MohamedH1998! - Proseapi.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 andllms-full.txt. - Citations in
.mdpages now resolve. Previously they rendered as rawapi.ref:links; only.mdxpages were resolved. - Citations resolve when the project directory is reached through a symlink.
- They include the site's base path. On a site with
-
#157
cde0751Thanks @MohamedH1998! - Render authored OpenAPI request examples as selectable examples in API reference pages and generated Markdown. -
#158
9f024b0Thanks @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.