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

# Development

> Preview and validate the Mintlify docs site locally

## Run locally

```bash theme={null}
npm i -g mint
mint dev
```

Mintlify preview starts on `http://localhost:3000` by default.

## Validate links

```bash theme={null}
mint broken-links
```

## Docs repo workflow

1. Make MDX changes.
2. Run local preview.
3. Run broken link checks.
4. Commit and push.

## Content standards

* Prefer user-facing, actionable language.
* Keep code examples copy-pasteable.
* Keep Python and Node.js examples aligned where behavior is equivalent.
* When behavior changes, update SDK docs and platform docs together.
