Skip to content

Getting Started

Terminal window
pnpm install
pnpm dev

The docs site will start locally and expose:

  • docs pages through Astro Starlight
  • interactive API reference at /api-reference
  • raw OpenAPI spec at /openapi/openapi.yaml

This site is intended for:

  • https://docs.sicket.app

It is a static Astro site and can be hosted on a standard static hosting platform.

Whenever an API contract changes:

  1. update the OpenAPI spec
  2. update any affected docs pages
  3. note any integration caveats that are not obvious from OpenAPI alone