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

# Docs Development

> Preview and validate the Mintlify documentation locally.

This documentation repo is a Mintlify project. Pages are MDX files, and navigation is defined in `docs.json`.

## Preview locally

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

Mintlify starts a local preview, usually at `http://localhost:3000`. If the port is occupied, it will choose the next available port.

## Validate links

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

## Repository structure

```text theme={null}
docs.json
index.mdx
quickstart.mdx
features/
guides/
configuration/
deployment/
reference/
images/
logo/
```

## Editing notes

* Add every public page to `docs.json` navigation
* Keep pages original to KeinSaaS Navigator
* Use README media only when it demonstrates a Navigator feature
* Run a local preview before pushing major changes
