Documentation updates
Editable code examples
Documentation examples are now interactive. Code blocks marked as live render an editable CodeMirror editor with a live HTML preview, so you can experiment with components directly in the browser without leaving the docs.
The editor supports syntax highlighting, code folding, and automatically matches the current light/dark theme.
Copy page as markdown
Each documentation page now has a “Copy page” button in the header banner, allowing you to copy the full page content as markdown to your clipboard. This is useful for sharing documentation with LLMs or pasting into other tools.
LLM-friendly content
The site now supports the llms.txt standard. A machine-readable index of all documentation is available at /llms.txt, and every page can be accessed as plain markdown by appending .md to the URL (e.g. /design-system/elements/buttons.md).
Blog
The blog has been migrated from the previous Hugo-based documentation site and is now available at /blog/.