Summary
Update the MkDocs-based documentation site to link to the Storybook for live component previews, and refresh the configuration reference to accurately reflect the current XML format.
Context
The docs site (docs/public/) has configuration and getting-started guides. Static code samples in docs/public/configuration.md should:
- Use the current XML format (not legacy HCL)
- Link to corresponding Storybook pages so readers can see components in context
- Be validated against the actual component schemas
Acceptance Criteria
Relevant Files
docs/public/configuration.md — configuration reference
docs/public/getting-started.md — getting started guide
docs/public/develop.md — developer guide
docs/public/architecture.md — architecture overview
docs/index.md — site landing page
Stack Base
- Stack on:
main
- Blocked by: none (independent documentation updates; storybook links can be future-proofed)
Summary
Update the MkDocs-based documentation site to link to the Storybook for live component previews, and refresh the configuration reference to accurately reflect the current XML format.
Context
The docs site (
docs/public/) has configuration and getting-started guides. Static code samples indocs/public/configuration.mdshould:Acceptance Criteria
docs/public/configuration.mdupdated with current XML format examples/component/button)docs/public/getting-started.mdupdated with thenemo storybookcommand as a learning resourcedocs/public/develop.mdupdated with LSP/VS Code extension setup instructionsRelevant Files
docs/public/configuration.md— configuration referencedocs/public/getting-started.md— getting started guidedocs/public/develop.md— developer guidedocs/public/architecture.md— architecture overviewdocs/index.md— site landing pageStack Base
main