pnpm docs:build
The generated site has no CDN or framework dependency. It includes responsive
navigation, section filtering, heading anchors, code-copy controls, and links back
to Studio. pnpm build regenerates the manual before the Next.js build,
and the Docker web stage copies apps/web/public, making
/docs/index.html available in hosted mode.
The generator resolves Manrope and Material Symbols Rounded from
apps/web/node_modules first and the repository-level
node_modules as a compatibility fallback. Both font assets are copied
into the generated manual. Missing fonts stop the build instead of allowing icon
ligature names to appear as truncated text in the UI. Run
pnpm install before generating documentation.
Markdown is canonical. Never edit generated HTML directly.