Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 535 Bytes

File metadata and controls

21 lines (13 loc) · 535 Bytes

CyborgDB Docs

Repository for all CyborgDB Docs, hosted live at docs.cyborg.co.

Development

Install the Mintlify CLI to preview the documentation changes locally:

npm i -g mintlify

Run the following command at the root of the repo:

mintlify dev

Publishing Changes

Changes will be deployed to production automatically after pushing to the main. You must work on a separate branch and create a PR for changes to be merged into main.