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

# Docs contributions

> How to contribute improvements to this documentation site.

## Edit on GitHub

1. open the page,
2. click edit,
3. submit a pull request.

## Local docs workflow

1. clone repository,
2. install Mintlify CLI (`npm i -g mint`),
3. run `mint dev` in `docs/`,
4. validate links with `mint broken-links`,
5. open pull request.

## Writing standards

* use active voice and second person,
* keep examples executable,
* lead each page with goal and prerequisites,
* keep command flags aligned with current CLI help output.
