.agents/skills/document-component/SKILL.md
Steps to add a new component to the SST docs.
Register in docs generator
.ts path to entryPoints in www/generate.tsAdd matching public getters
getSSTLink() has a corresponding public getter on the classrenderLinks() looks for a getter with the same nameAnalyze docs for relevant places to link the component
cloudflare.mdx) and component overviews for lists of related componentsAdd to Astro sidebar
www/astro.config.mjsGenerate docs
bun run docs:generate