-
#114
3c0d794Thanks @MohamedH1998! - Generate deterministic Markdown versions for every public page, prepared MDX source versions for authored pages,llms.txtindexes,llms-full.txt, and merged partial headings at build time. Request-rendered pages now consume compact prepared heading data, and custom component transforms and partial resolvers are configured throughmarkdown.componentMapandmarkdown.partialResolver. Worker bundles no longer include partial-expansion parsers. Calls torenderEntryAsMarkdownorgetEntryMarkdownthat still pass<Render>partials now fail instead of attempting runtime expansion; migrate custom Markdown routes to the prepared helpers exported by@cloudflare/nimbus-docs/build.Rename prepared publication APIs without compatibility aliases:
TwinSurfacebecomesPreparedMarkdownSurface,PreparedTwin*becomesPreparedMarkdown*,PreparedCorpus*becomesPreparedLlms*,getPreparedTwin*becomesgetPreparedMarkdown*,getPreparedCorpus*becomesgetPreparedLlms*, andrenderCorpusMarkdownbecomesrenderLlmsFullMarkdown. Move integration customization fromtwins.componentMapandtwins.partialResolvertomarkdown.componentMapandmarkdown.partialResolver.Keep framework assets, metadata, starter navigation, and generated API links inside Astro's configured deployment base path. Replace the removed
withBaseRouteruntime export withwithBase; site-relative inputs towithBasemust be logical, unbased paths.Keep generated
.nimbusbuild data out of source control, deduplicate sitemap roots on subpath deployments, and advertise prepared MDX source responses astext/mdxconsistently across static and request rendering.
-
#93
43c161aThanks @MohamedH1998! - Add first-party OpenAPI reference support to Nimbus.- Configure local or inline OpenAPI specs as routed, version-aware collections with operations, schemas, tags, webhooks, generated samples, and every declared request-body media type.
- Install an editable
api-layoutUI that shares Nimbus's docs shell, navigation, breadcrumbs, banners, mobile behavior, and deep-linkable field and code-sample controls. The copiedApiFieldListfield iterator is explicitly typed so the scaffolded UI type-checks cleanly under a consumer's strict TypeScript. - Publish per-page Markdown, agent indexes, corpus entries, coordinate manifests, and
api.ref:citations across local and cross-site documentation. - Harden generated-consumer delivery with exact registry dependencies, working pnpm installs from scaffold roots, and base-aware canonical, Markdown, sitemap, and agent URLs through the new public
withBasehelper. - Control how operation pages are addressed, and stay resilient to messy specs. By default, operations that lack a usable
operationIdno longer abort the build — they warn and fall back to a path-derived coordinate, so real-world specs (e.g. Cloudflare'sbrand-protectionoperations) build; setapi[].requireOperationId: trueon specs you own to keep that fatal, while route-hostile paths and coordinate collisions stay fatal regardless. For readable, path-derived URLs, opt into theresource-action-v1route convention: setapi[].routes: { convention: "resource-action-v1" }(per version in a family) to derive slugs likecharges/listfrom an operation's method and path, decoupled fromoperationIdso route-hostile identifiers no longer poison URLs. Trim shared bases withstripPathPrefixes(e.g.["/v1"]), pin individual pages with anoperations(operationId→ slug) map, and inspect how each slug resolved (override/derived/fallback) via the newgetApiRouteProvenanceexport. Derivation collisions, reserved-route segments, unused overrides, cross-version slug drift, and unknown config keys (e.g. astripPrefixestypo forstripPathPrefixes) are reported with pointed messages; the default (noroutes) keeps the legacyoperationIdslugs unchanged.
-
#104
79d6430Thanks @MohamedH1998! - Add server-output support and the@cloudflare/nimbus-docs/adaptersexport.Nimbus can now target on-request (server) output in addition to static. A new
@cloudflare/nimbus-docs/adapterspublic export ships the adapter recipes plus the sharedastro.configandwrangler.jsoncemitters, and two new CLI verbs opt an existing site in:nimbus-docs add server-output --adapter <vercel|node|netlify|cloudflare>(aliasnimbus-docs add adapter-<id>). The installer rewritesastro.configat the// nimbus:adaptermarker and, for Cloudflare, creates a serverwrangler.jsoncor replaces an exact Nimbus static config. Cloudflare installs add request rendering when the active Nimbus config has no explicit rendering policy; explicit or ambiguous policies are preserved and receive an agent-ready handoff. Adapter dependencies are saved at their exact resolved versions so subsequent runs accept the installed declaration. Custom and alternate Wrangler configs are preserved with manual adaptation instructions.Withdraw the
gatedconfig option because it did not hold as a confidentiality boundary. Existinggatedconfig now fails with a migration error; to keep a page out of the build, move the page out of a routed content collection.Fix env preflight precedence and parsing to match Vite, including empty shell overrides, last-wins
.env*files, and inline dotenv comments. Adapter dependency validation now resolves pnpm catalog declarations, and compatibility warnings reflect the versions installed by the command.Fix
NimbusHeadURLs for sub-path deployments by applying Astro's configured base to sitemap, LLM index, social image, JSON-LD, canonical, and version-alternate URLs. Root deployments and already-based paths are unchanged.Keep registry component render counters compatible with adapter-defined
Astro.localstypes, including Cloudflare server output. -
#104
862df4aThanks @MohamedH1998! - Add Cloudflare request rendering for canonical content collections.Nimbus now supports collection-level build and request rendering policies with validated defaults and per-collection overrides. Request-rendered prose and API routes use response-aware page helpers, prepared API models, request-safe partial headings, 404 responses, and build-derived syntax-highlighting assets without shipping source OpenAPI specs to Workers. Cloudflare server scaffolds enable request rendering by default, and generated pnpm configuration installs Satteri's WASI fallback alongside the current architecture.
Preserve sitemap, Pagefind, Markdown, and agent-index discovery for request-rendered routes. Pin the tested sitemap integration, clean up synthetic Pagefind staging files transactionally, and generate cross-collection Open Graph images in new starters.
- #99
2965d9fThanks @MohamedH1998! - - Honornoindex: trueon machine discovery surfaces.noindexpages now drop out of/llms.txt, per-sectionllms.txt, and the/llms-full.txtcorpus (matching on-site search, which already excluded them) while staying directly addressable and navigable. A single exportedisDiscoverablepredicate defines the contract for custom index/corpus routes.- Pin
@vercel/detect-agentto1.2.3, the last release published with npm provenance. Versions1.2.4/1.2.5dropped provenance, tripping pnpm'sERR_PNPM_TRUST_DOWNGRADEand blocking lockfile updates. Pinning holds at the attested artifact until upstream restores provenance. - Fix navigation for pages under CJK (percent-encoded) paths. Route matching now decodes percent-encoded request paths (
toRouteKey), so active sidebar state, breadcrumbs, and prev/next resolve correctly instead of falling back to a URL-encoded trail; the breadcrumb URL fallback also decodes segment labels.
- Pin
-
#86
b4b0dc3Thanks @MohamedH1998! -makeDisclosurenow marks closed contentinertso collapsed regions leave the tab order, keeping keyboard focus out of hidden disclosure panels. Add amanageInertoption (defaulttrue) to opt out for consumers that manage their own focus. -
#90
74702e0Thanks @mvvmm! -getDocsStaticPathsandgetCollectionStaticPathsnow include acacheKey(derived from the entry'sdigest) on each returned path. This enables Astro's experimental incremental build cache to skip re-rendering unchanged pages. No-op whenexperimental.incrementalBuildis not enabled inastro.config.ts.
- #95
79a8448Thanks @mvvmm! - Bumpnanoidto 3.3.18 to resolve GHSA-2v37-7h3g-55p8 (CVE-2026-67213): custom generators can loop indefinitely when size is zero.
-
#71
e5d74f9Thanks @MohamedH1998! - Enable MDX optimization by default to reduce large-site build memory usage. Sites can opt out withmdx: { optimize: false }.Verified the generated starter with optimization on and with
mdx: { optimize: false }forced; the rendered HTML is structurally equivalent for element names, attributes, and non-whitespace text. Render parity is semantic and structural rather than byte-identical: raw bytes differ due to serializer escaping and inter-block whitespace, but the rendered document is lossless.Spot-checked the starter
componentspage, which includes JSX tags in prose, inline code with<...>, quoted code, and package names. The optimized and opt-out renders preserve those special-character text probes and match structurally.Constrain the supported Astro peer range to
>=7.0.0 <7.1.0 || >=7.2.0 <8.0.0: the 7.1.x line is excluded while its static-build regression is open upstream, but 7.2.x is admitted (verified against a sub-path build). Generated templates and the dev pin stay on the verified 7.0.x line. -
#76
acfac20Thanks @mvvmm! - Replaceastro-iconwith a built-in icon system. This is a breaking change for any project usingastro-icondirectly.Why:
astro-iconstamped a generatedlastModifiedtimestamp into its virtual module on every build, invalidating thousands of cached pages in Astro's incremental build cache. The package is unmaintained so an upstream fix isn't coming.What's new: Nimbus now provides
virtual:nimbus/icons(a Vite plugin) and@cloudflare/nimbus-docs/components/Icon.astro. The plugin auto-detects installed@iconify-json/*packages and loads local SVGs fromsrc/icons/. The component API is compatible withastro-icon(name,size,width,height,is:inline,title,desc, and all<svg>attributes). SVG bodies are passed throughreplaceIDsso internal IDs (clipPath, mask, gradient defs) are unique per render — preventing collisions when the same icon appears more than once on a page.Breaking changes:
- Remove
astro-iconfrom yourpackage.jsonandastro.config.ts - Replace
import { Icon } from "astro-icon/components"withimport Icon from "@cloudflare/nimbus-docs/components/Icon.astro" - SVG output structure changed: SVGs are always inlined; the previous
<symbol>/<use>pattern produced duplicate DOM IDs when the same icon was used more than once on a page, so it has been removed. Any CSS or JS targetingsymboloruseelements will need updating.
Migration:
- import { Icon } from "astro-icon/components"; + import Icon from "@cloudflare/nimbus-docs/components/Icon.astro";
Starter templates updated: removed
astro-icondependency andicon()integration fromastro.config.ts; all component imports updated to the new path. - Remove
-
#77
1c49268Thanks @MohamedH1998! - FixNimbusHeademitting base-less SEO URLs on sub-path deployments (e.g.base: '/docs').new URL(path, Astro.site)resolves against the origin only and drops the configuredbase, so therel=sitemaplink, the LLM-indexrel=alternate,og:image/twitter:image, the JSON-LDisPartOf.url, the versionedcanonical, and the cross-versionrel=alternateall pointed at the origin root and 404'd under a sub-path. Every internal path handed tonew URL(..., Astro.site)is nowbase-prefixed via awithBasehelper, matching the existingBASE_URLhandling for the favicon and Shiki stylesheet.Root deployments (
base: '/') are unaffected: the helper is a no-op when no base is configured, and already-based paths pass through unchanged (idempotent). -
#80
ec71a7bThanks @MohamedH1998! - Fix syntax-highlighted code rendering uncoloured in dev on sites with a non-rootbase(e.g.base: "/docs"). The dev middleware that serves_nimbus/shiki.csscompared the request path exactly against the based asset path, but Vite stripsbasefromreq.urlat a non-root base, so the request 404'd and tokens fell back to their inherited colour. It now matches by suffix, serving the stylesheet regardless of how Vite presentsbase. Production was unaffected — the stylesheet is written statically at build time.
-
#64
e1e4e8dThanks @MohamedH1998! - Addnimbus-docs check— a build-free preflight that reports readiness honestlyOne command a human, CI, or agent runs to catch setup, structural, authoring, and type problems before a build. It runs four categories — environment (Node floor, config locatable,
sitenot a placeholder, pagefind, wrangler), structure (config Zod, duplicate routes, MDX component resolution — the same validators the build gates on), authoring (the shipped lint rules), and types (a build-free type-check) — and normalizes every result into one envelope.The types category type-checks your TypeScript with your project's own
tsc, build-free — noastro build, noastro sync, nothing spawned (your TypeScript is resolved from your project, never bundled into the CLI). Astro transpiles rather than type-checks, so a type error never fails the build on its own; catching it in the preflight is the point. Becausetsccan't parse.astroSFCs, their internals and prop types are out of scope (that needsastro check); an injected ambientdeclare module "*.astro"keeps.tsfiles that import.astrocomponents from being false-flagged.The report separates two axes that a naive error count fuses: buildability vs. correctness, and evaluated vs. not-evaluated.
--jsoncarries three top-level signals:status(passed|failed|partial) — the whole-run verdict across every scope that ran.readiness(buildable|blocked|unknown) — derived from env + structure only: does the project clear Nimbus' buildability checks? A type error isstatus: failedbutreadiness: buildable(the site still builds — Astro strips types); a placeholdersiteisblocked.ok— kept for back-compat, still exactlyerrors === 0.
Exit is
1only whenstatus === "failed"(ok === false);partialandreadinessnever move it. Usage errors are2.Coverage is a first-class channel, not a fake warning. A sub-check that can't run yet — opt-in authoring rules or link-checking before
astro buildmaterializes.nimbus/lint.json/.nimbus/routes.json, or the type-check before.astro/types.d.tsexists — is reported as a note underscopes[].notes[{ code, reason, requiresBuild?, requiresInput? }], counted insummary.notes. A note is never afinding, never carries afix, and never affects the exit code; it resolves by making the missing thing exist (a build), not by--fix. A run that skipped types or authoring rules therefore never declares itself build-ready on an unverified scope. The headline is earned: "Buildable" on a scaffold whose correctness scopes are still notes, "Ready" only when every scope that ran evaluated clean with zero notes.--jsonemits{ ok, status, readiness, summary{errors,warnings,notes,fixable,durationMs}, scopes[{scope,status,reason?,notes[]}], findings[{scope,code,severity,file,line,message,fixable,fix}] }. An agent's fix loop terminates onstatus !== "failed" && summary.fixable === 0— apartialrun with nothing left to fix is a stop (optionally build, then re-check), not a--fixretry.--fixapplies safe fixes (installs, config rewrites via a static parse ofastro.config.ts), prompting on a TTY for values it can't invent (e.g. the productionsiteURL) and skipping them headless.--env/--structure/--lint/--typesrun a single category.initnow ends with the env readiness pass — using the same scope-status vocabulary — so a fresh scaffold hears about a placeholdersiteat setup time.
lintis preserved as a first-class command with its own "zero.mdx→ exit 1" guard;check --lintruns the same rules inside the preflight envelope. (Unlikelint, a config-only project with no.mdxis not an error forcheck.)Config validation for
siteis now stricter: it must be an absolutehttp(s)://URL with a host. Previously a value missing the//(e.g.https:example.com) slipped throughnew URL()and shipped a broken canonical origin; it is now rejected both build-free bycheckand at build time by the config gate.
-
#59
01a5d23Thanks @MohamedH1998! - Fix overview-leaf reordering a flat top-level sidebar per pageIn
indexDisplay: "overview-leaf"mode, the section-root pin relabelled and moved any top-level link whose slug matched the current section — including standalone top-level pages with no content beneath them. On a flat top-level of single pages, that pulled the current page to the front and renamed it "Overview" on every page. Pinning now requires the section to actually have content under it, so standalone pages stay put and keep their label.
- #55
a590ebdThanks @MohamedH1998! - CLI hints now print a runnable, scoped invocation instead of the barenimbus-docsbinary. Error messages, install hints, and--helpreferencepnpm dlx @cloudflare/nimbus-docs …(matched to your package manager —npx/yarn dlx/bunx), so a first-rundlx/npxuser can copy-paste them, and they never resolve the unrelated legacy unscopednimbus-docspackage on npm. For example, an unknown slug now suggestspnpm dlx @cloudflare/nimbus-docs listrather thannimbus-docs list. Once@cloudflare/nimbus-docsis a project dependency you can still call thenimbus-docsbin directly (viapnpm execor an npm script) —--helpdocuments both. The "framework is behind" nudge fromoutdatednow suggests your package manager's update command instead of a hardcodednpm update.
-
#42
8e4e210Thanks @MohamedH1998! - Add the ownership + upgrade loop to thenimbus-docsCLI:nimbus-docs init— reconstruct animbus.jsonfor a project that lacks one (scaffolded before this record existed, an existing Astro site adopting Nimbus, or a deleted record), matching installed components against the registry and marking what it can't recover.nimbus-docs outdated— a read-only check across both tiers: starter files behind theirtemplates-v*tag (whichgit diffcan't show) and registry components whose recorded bytes differ from the registry.nimbus-docs diff [file]/diff --apply <file>— review upstream/your changes to starter files, and pull a clean upstream change per file (never a merge).nimbus-docs add <slug> --overwrite— re-install a component over your copy (review withgit diff).addalso records each install innimbus.json.
Also adds a
getRouteFlagslayout-flag helper and a CI guard for the registry tier invariants.Migration —
add --yesno longer overwrites files you own. It now assents to prompts (dependency installs, etc.) but keeps existing files on conflict, so a bare-yin CI never clobbers your code. Use--overwriteto replace files.# before — --yes overwrote conflicting files nimbus-docs add card --yes # after — replace files explicitly nimbus-docs add card --overwrite
-
#34
73bbecfThanks @mvvmm! -nimbus/internal-linkandnimbus/image-refnow match theirignore: string[]option against full glob syntax (**,*,{a,b}, extglobs, …) viapicomatch, not just an exact match or aprefiximmediately followed by/**. In particular, a leading any-depth wildcard like**/llms.txtis now supported — the previous hand-rolled matcher had no way to express that.Existing
ignorelists using only exact paths orprefix/**patterns keep working unchanged.
- #36
738c8a0Thanks @mvvmm! - Merge partial headings into the parent page's TOC.<Render file="..." />partials that contain literal markdown headings (## Foo) now contribute those headings to the parent page's "On this page" table of contents, in document order, recursively. PasspartialHeadings: { resolvePartialId }togetDocsPageProps()/getCollectionPageProps()to customise how<Render>attributes map to a partial collection id.
- #27
1ebfb6cThanks @MohamedH1998! - Addiconto sidebar groups — an optional leading icon (astro-icon name) before the group label. Set it two ways: on a directory'sindexfrontmatter (sidebar: { group: { icon: "ph:…" } }) or on a configsidebar.itemsgroup entry ({ label, icon: "ph:…", autogenerate: … }). Threaded through the group schema,SidebarGroupItem/SidebarConfigItemtypes, and the sidebar tree builder (both the content-derived and config-defined paths).
- #22
7ec9715Thanks @MohamedH1998! - Republish with npm provenance attestations. Supersedes 0.6.0 / 0.5.0, which published without provenance and before the repo was public.
-
#20
fde68ebThanks @MohamedH1998! - Rename to the@cloudflarenpm scopenimbus-docs→@cloudflare/nimbus-docsandcreate-nimbus-docs→@cloudflare/create-nimbus-docs. The unscoped packages are deprecated and receive no further releases.Migration:
- Framework:
pnpm remove nimbus-docs && pnpm add @cloudflare/nimbus-docs, then update imports —from "nimbus-docs"→from "@cloudflare/nimbus-docs"(every subpath follows:/content,/schemas,/types,/client,/markdown,/react,/lib/pkgm,/components/NimbusHead.astro). Thenimbus-docsCLI bin name is unchanged. - Scaffolder:
pnpm create nimbus-docs→pnpm create @cloudflare/nimbus-docs.
No API, config, schema, or runtime behavior change — only the package names and import paths.
- Framework:
-
#18
24fd3b0Thanks @MohamedH1998! - Fix@shikijs/typesdedup soCode.astrotypechecks in consuming sitesThe published
distinlined a local copy of@shikijs/types'sShikiTransformersurface instead of importing it, sodefaultCodeTransformersnever deduped against the@shikijs/typesthat Astro's<Code>uses — breakingastro checkin scaffolded sites. The build now keeps@shikijs/typesand@shikijs/transformersas external type imports in the emitted.d.ts, and@shikijs/typesis a runtime dependency (^4.2.0) so the import resolves for consumers. No API or runtime behavior change.
-
#16
4abd409Thanks @MohamedH1998! - Remove the built-in incremental-build cacheThe
incrementalBuildsoption, thepartialResolverhook, and thenimbus-docs cleancommand are gone, along with the internal cache module that backed them. Astro 7 owns incremental building now, and running a second cache on top of it undernode_modules/.astrowas redundant and a stale-serve risk.Breaking: if you passed
incrementalBuildsorpartialResolvertonimbus(), remove them — they no longer exist onNimbusIntegrationOptions. No replacement is needed; a plainastro buildis the supported path, and Astro 7's native incremental building applies without any Nimbus opt-in.
-
#13
456ca74Thanks @MohamedH1998! - Move to Astro 7nimbus-docsnow peers onastro ^7.0.0(was>=6.4.0 <7.0.0) and builds against the Astro 7 ecosystem:@astrojs/mdx ^7,@astrojs/markdown-satteri ^0.3.4(Sätteri^0.9), Vite 8. The markdown pipeline — Sätteri plus thehastPlugins/mdastPluginsseam and Shiki dual-theme output — is unchanged; the Sätteri0.6→0.9jump left the plugin-definition types intact, so no seam code moved.Astro 7 makes Sätteri the default processor, which unblocks opt-in server output alongside it (the gate for hosted MCP, Ask AI, and content negotiation).
Starter templates: Tailwind v4 now wires through
@tailwindcss/viteinstead of the PostCSS plugin, which does not build under Astro 7's Vite 8 bundler. Scaffolded projects gain@tailwindcss/viteand drop@tailwindcss/postcss+postcss.config.mjs.Breaking (peer): sites must be on Astro 7. The
unified()escape hatch for remark/rehype plugins still works, but@astrojs/markdown-remarkmust now be installed explicitly (pnpm add @astrojs/markdown-remark) — pnpm does not expose it for import even though@astrojs/mdxpulls it transitively.
-
#9
d83ef06Thanks @MohamedH1998! - Ship the static agent-surface layer: full corpus, raw-source twins, version labels/llms-full.txt— the whole published site as one deterministic markdown document, via the newrenderCorpusMarkdown()helper behind a ten-line starter route. Scope matches the rootllms.txt(primary + secondary collections, non-current doc versions excluded); collation is sorted and timestamp-free, so output is byte-identical across rebuilds./llms.txtlinks to it.- Raw-source twin at
<page>/index.mdx— the authored MDX body served verbatim with the same canonical frontmatter block as the.mdtwin. Twin grammar:index.mdis the downleveled render for reading,index.mdxis the source. The.mdtwin'sSource:line now points at the.mdxtwin instead of itself. IndexedEntrygainssourceUrl(site-relative URL of the raw-source twin;undefinedfor entries without a string body) andversion(the entry's version label resolved from theversionsmanifest;undefinedon unversioned sites and non-docs collections). On versioned sites every twin's frontmatter carries aversion:label so agents can pin a version; unversioned sites are byte-for-byte unchanged.astropeer range is now>=6.4.0 <7.0.0, declaring the Astro 6 requirement that@astrojs/mdx@6always implied. Astro 7 support lands as its own release.
-
#7
692bd5eThanks @MohamedH1998! - Fixsidebar.isolatecollapsing the rail when a page links out of the boundaryWhen
sidebar.isolate.boundarieswas configured (e.g.["learning-paths/*"]), a single page inside the boundary group that linked out of the boundary's URL subtree — a relative cross-sectionexternal_link— madeisolateToBoundarydiscard the module containing it (and its parent boundary group) and fall through to the first fully-in-prefix group in DFS order. Every page under that learning path then rendered the wrong rail: a sibling module (or a clean nested subfolder) flattened, or — under a multi-segment glob — the rail silently left unisolated.The boundary group is now identified positively instead of by "all descendants under the prefix." Groups are stamped at build time with the URL subtree they own (
_routeKey): an autogenerate group's directory path, a non-primary collection mount, or a manual group'ssegment.isolateToBoundaryselects the stamped group whose key equals the glob-implied prefix and which contains the current page (via the existingcontainsRouteKey, already robust to_neverActivelinks and_indexNeverActive/external landings).flattenSidebaris unchanged, sogetPrevNextpagination is unaffected.Behavior notes:
- Selection now pins to the glob-implied depth. On the rare nested-wrapper single-path tree — where the previous code isolated at whatever wrapper happened to be fully in-prefix — the isolated rail now sits at the glob depth instead. This aligns single- and multi-path trees, which previously diverged.
- A group must declare the URL subtree it owns to be an isolate boundary
(autogenerate
directory, collection mount, or manualsegment). A plain manual{ items }group with nosegmentis treated as a visual grouping rather than a URL boundary; if such a group previously isolated via the old descendant scan, add asegmentto keep it selectable.
-
#4
1ae3a78Thanks @MohamedH1998! - Fix three defects found by post-0.2.0- Wide tables no longer overflow the page. A table with more columns than
the content column could fit slid under the TOC rail and forced page-level
horizontal scroll on desktop (the old scroll fallback only applied under
640px). A
<table>can't both fill its column and scroll —overflowis ignored ondisplay: table— so scroll now lives on a wrapper:nimbus-docs/markdownexports atableScroll()hast plugin that wraps class-less tables in a.nb-table-scrollcontainer, and the starter wires it up with matching styles. Short tables still fill the column with no dead space. <Badge>label</Badge>renders its children. Thetextprop is now optional and falls back to<slot />; previously a slotted label was silently dropped and the badge rendered empty.nimbus-docs addno longer crashes in non-TTY environments. A file conflict without--yesin CI, a pipe, or an agent crashed with a rawuv_tty_init returned EINVALtrace when the overwrite prompt tried to open a TTY that wasn't there. It now detects non-interactive stdin and exits with an actionable message pointing at--yes.
- Wide tables no longer overflow the page. A table with more columns than
the content column could fit slid under the TOC rail and forced page-level
horizontal scroll on desktop (the old scroll fallback only applied under
640px). A
-
24113e0Thanks @MohamedH1998! - Clear the Node and pnpm version gates that broke a fresh scaffold- Node floor raised to
>=22.12.0. Astro requires Node ≥ 22.12; the old>=20.0.0promise was a floor a scaffolded site could not actually build on (Node 20 is EOL and failsastro buildwithNode.js v20.x is not supported by Astro!). CI now runs Node 24 everywhere. pnpm installno longer hard-fails under modern pnpm. pnpm ≥ 10 gates dependency install scripts and pnpm ≥ 11 turns an ignored build into a hard error (ERR_PNPM_IGNORED_BUILDS, exit 1). Scaffolded projects now ship apnpm-workspace.yamlthat declines exactly the packages with install scripts —esbuildandsharp(plusworkerdon the Cloudflare target, which pullswrangler) — never a blanket approval. All three ship working prebuilds, so the site still builds while the supply-chain surface stays minimal. Verified green on pnpm 9, 10, 11, and npm.
- Node floor raised to