> For the complete documentation index, see [llms.txt](https://gloriaai.gitbook.io/gloria/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gloriaai.gitbook.io/gloria/readme.md).

# Gloria AI Documentation

Documentation for [Gloria AI](https://itsgloria.ai), hosted at [docs.itsgloria.ai](https://docs.itsgloria.ai).

Built with [Docusaurus](https://docusaurus.io/).

## Development

```bash
npm install
npm start
```

## Build

```bash
npm run build
npm run serve  # preview production build
```

## Deployment

Deployed automatically via GitHub Actions on push to `main`.
