> ## Documentation Index
> Fetch the complete documentation index at: https://developers.reflection.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Contributing to these docs

> Where the docs live and how to edit them

These docs live in the olympus monorepo at `olympus/pandora/developer-docs-web/`. Copybara syncs them to `reflectionai/developer-docs-web`, which Mintlify builds from.

## Edit locally

```bash theme={null}
npm i -g mint
cd olympus/pandora/developer-docs-web
mint dev
```

Preview at `http://localhost:3000`. Changes hot-reload.

## Edit in the browser

Non-technical teammates can use the Mintlify web editor from the dashboard. It opens a PR against `developer-docs-web` on publish.

## Merge

Every PR gets a preview deployment link from the Mintlify GitHub App. Merging to `main` deploys to production.
