Official documentation and landing site for the sorokit ecosystem.
This repo contains the VitePress site for:
@sorokit/core: framework-agnostic TypeScript SDK@sorokit/ui: React UI kit built on top of the core SDK
- VitePress
- Vue
- Markdown
- custom VitePress theme overrides
Install dependencies:
npm installStart the local docs server:
npm run devBuild the production site:
npm run buildPreview the production build:
npm run previewdocs/
.vitepress/
config.mts
theme/
core/
api/
guide/
reference/
ui/
api/Most unfinished pages are intentionally stubbed with headings and placeholder sections. To contribute:
- Pick a stub from
docs/core/api/,docs/ui/api/, ordocs/guide/. - Check the matching package source before documenting API details.
- Replace placeholders with concrete descriptions, examples, props, exports, and notes.
- Add the page to
docs/.vitepress/config.mtsif it is new. - Run
npm run buildbefore opening a pull request.
See docs/contributing.md for the full contribution guide.