Component Docs Available in Local Development

The component docs are disabled in this production build to keep the generated site lean and to avoid shipping the interactive Component Builder and full example gallery when you only need marketing pages and the blog.

Run npm run dev and open /component-docs/ locally to browse the full docs, live examples, props tables, and the visual Component Builder used to prototype page sections before exporting Astro code.

To include component docs in a static build, run npm run build:with-library. That build enables every route under /component-docs/, including the builder and per-component documentation pages.