Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 728 Bytes

File metadata and controls

32 lines (20 loc) · 728 Bytes

DraftStack Docs

DraftStack keeps existing developer docs current by turning merged code changes into reviewable documentation pull requests.

Generated by DraftStack for pat-baseten/draftstack-docs.

Source

DraftStack monitors pat-baseten/draftstack and opens draft pull requests in this documentation repository.

Develop

npm install
npm run dev

Open http://localhost:4321.

Build

npm run build

The static site is written to dist.

Host

  • Vercel: import this repository and keep the build command as npm run build.
  • GitHub Pages: enable Pages with GitHub Actions as the source. The included workflow builds and deploys dist.
  • Static host: upload the contents of dist.