Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 680 Bytes

File metadata and controls

26 lines (18 loc) · 680 Bytes

Plot SDK docs

Engine-SDK documentation for Plot, built with Nextra and deployed to GitHub Pages.

Live: https://plot-ws.github.io/plot-sdk-docs/

Develop

npm install
npm run dev      # http://localhost:3000

Build

npm run build    # static export to ./out

Deployment is automatic: pushing to main runs .github/workflows/deploy.yml, which builds the static export (with the GitHub Pages base path) and publishes it.

Content lives in pages/*.mdx; navigation order is in pages/_meta.json. For the full Plot docs (concepts, guides, server reference), see docs.plot.ws.