Public Mintlify repo for docs.sendykit.dev.
This repo is the public publishing surface. The canonical product/docs source lives in the main SendyKit repo:
- product/docs repo:
/home/thedream/mail.thedream.rocks/sendykit - canonical docs content:
/home/thedream/mail.thedream.rocks/sendykit/docs-site - canonical OpenAPI spec:
/home/thedream/mail.thedream.rocks/sendykit/docs/openapi/sendykit-v2.yaml
Use this split:
sendykit/docs-sitefor canonical Mintlify contentsendykit/docs/openapi/sendykit-v2.yamlfor canonical API truthsendykit-docsas the public publishing repo
cd /home/thedream/mail.thedream.rocks/sendykit
make openapi-syncThat now syncs:
- canonical
docs-site/*content into this public repo docs/openapi/sendykit-v2.yamlintoapi-reference/openapi.json
GitHub Actions also runs this sync on pushes touching docs-site/**, OpenAPI, or sync automation.
npm i -g mint
mint devPush to the default branch:
git push origin mainMintlify/Vercel should sync from the public repo automatically.