> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-docs-simplify-quickstart-2510244c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Start building modern documentation in under five minutes

## Getting Started

Welcome to Mintlify! Follow these simple steps to get your documentation up and running.

### 1. Set Up Your Repository

1. Create a documentation repository by either:
   * Using our [starter template](https://github.com/mintlify/starter)
   * Creating one through our [dashboard](https://dashboard.mintlify.com)
2. Install our GitHub app from the [dashboard settings](https://dashboard.mintlify.com/settings) to enable automatic deployments

### 2. Update Your Content

Choose your preferred editing method:

<AccordionGroup>
  <Accordion icon="rectangle-terminal" title="Local Development (Recommended)">
    1. Clone your repository
    2. Install the Mintlify CLI: `npm i -g mintlify`
    3. Run `mintlify dev` to preview changes locally
  </Accordion>

  <Accordion icon="pen-to-square" title="Web Editor">
    Use our web editor for quick updates. Learn more in our [web editor guide](/web-editor).
  </Accordion>
</AccordionGroup>

### 3. Customize Your Docs

Update the `mint.json` file to configure:

* Brand colors
* Logo
* Navigation
* Other global settings

```json
{
  "name": "Your Company",
  "logo": {
    "light": "/logo/light.svg",
    "dark": "/logo/dark.svg"
  },
  "colors": {
    "primary": "#2AB673"
  }
}
```

### 4. Deploy Your Changes

Commit and push your changes to automatically deploy your updates. You can also manually deploy through the [dashboard](https://dashboard.mintlify.com).

### 5. Add a Custom Domain (Optional)

Set up a custom domain through your [dashboard settings](https://dashboard.mintlify.com/settings) to integrate docs with your website.

Need help? Join our [community](https://mintlify.com/community) or contact us at [support@mintlify.com](mailto:support@mintlify.com).
