This repo contains the source code to documentation website (https://doc.arroyo.dev) for Arroyo. Docs are developed as mdx (Markdown with embedded React components).
We welcome contributions and fixes! Just open a PR.
We use Starlight for our docs. The live website is automatically rebuilt on every merge to this repo.
Docs can be developed locally:
$ pnpm install
$ pnpm run devor built statically and previewed with
$ pnpm run build
$ pnpm run preview