Runbooks docs are built on Starlight.
We use bun as the Node runtime, so install bun first. Then run:
bun install
bun start
We build the docs site when we want to deploy it. It can also be helpful to build docs before you git commit to avoid test failures.
bun run build