Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 579 Bytes

File metadata and controls

25 lines (17 loc) · 579 Bytes

Arroyo Docs

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.

Doc development

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 dev

or built statically and previewed with

$ pnpm run build
$ pnpm run preview