Skip to content

Just-Bamford/sorokit-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sorokit-docs

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

Tech Stack

  • VitePress
  • Vue
  • Markdown
  • custom VitePress theme overrides

Local Development

Install dependencies:

npm install

Start the local docs server:

npm run dev

Build the production site:

npm run build

Preview the production build:

npm run preview

Repo Structure

docs/
  .vitepress/
    config.mts
    theme/
  core/
    api/
  guide/
  reference/
  ui/
    api/

Contributing Docs

Most unfinished pages are intentionally stubbed with headings and placeholder sections. To contribute:

  1. Pick a stub from docs/core/api/, docs/ui/api/, or docs/guide/.
  2. Check the matching package source before documenting API details.
  3. Replace placeholders with concrete descriptions, examples, props, exports, and notes.
  4. Add the page to docs/.vitepress/config.mts if it is new.
  5. Run npm run build before opening a pull request.

See docs/contributing.md for the full contribution guide.

About

Documentation hub for Sorokit — streamlined guides, APIs, integrations, and developer workflows for building on Stellar.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors