The documentation site for ws-asyncapi, built with VitePress.
bun install
bun run dev # local dev server with HMRbun run build # gen:typedoc + vitepress build
bun run build:site # vitepress build only (skip the API reference)
bun run preview # preview the production buildbun run gen:typedoc reads the sibling package sources (../core, ../client,
…) via tsconfig.typedoc.json and writes Markdown API pages into docs/api/.
It must run from inside the ws-asyncapi workspace (the parent dir provides
node_modules). If it fails, the site still builds — the config falls back to a
static API sidebar.
Pages live in docs/; register them in the sidebar in
docs/.vitepress/config.ts.
skills/ws-asyncapi/ is an Agent Skill for writing app
code with ws-asyncapi. See its SKILL.md.