repo-website-api-create
Installation
SKILL.md
Adding API Documentation to Website
Guide for creating new API reference pages at website/src/routes/api/.
Process Overview
- Read source code in
/library/src/ - Create folder in
/website/src/routes/api/(category)/[name]/ - Create
properties.tswith type definitions - Create
index.mdxwith documentation - Update
menu.md - Create type documentation if needed (Issue, Schema/Action interfaces)