Arroyo Docs

This repo contains the source code to documentation website (https://doc.arroyo.dev) for Arroyo.

Doc development

We use mintlify for our docs. The live website is automatically rebuilt on every merge to this repo. To develop docs locally, you can install the mintlify dev CLI:

$ npm i -g mintlify

Then changes can be previewed by running this command in the root of the repository:

$ mintlify dev

Note: Mintlify is not currently compatible with Node 20. Node 18 is recommended.