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

# Test no view

> Get started with Mintlify by deploying your documentation site in minutes and making your first content change with the web editor or Git.

<h2 id="set-up-your-environment">
  Set up your environment
</h2>

Install the CLI and authenticate before making changes. This section is intended for automated agents following a scripted path.

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

<h2 id="make-your-first-change">
  Make a change
</h2>

Edit a page, preview locally, then push to deploy.

```bash theme={null}
mint dev
git add .
git commit -m "Update docs"
git push
```
