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

# Локальний перегляд docs

> Як запустити Mintlify docs локально під час редагування.

Документація живе в `apps/docs` і збирається [Mintlify](https://mintlify.com).

## Запуск

```bash theme={null}
cd apps/docs
bunx mintlify dev --port 3004
```

Або з кореня монорепо, якщо скрипт підключено в turbo:

```bash theme={null}
bun run --filter docs dev
```

Відкрийте `http://localhost:3004`.

## Структура

| Шлях                                    | Зміст              |
| --------------------------------------- | ------------------ |
| `introduction.mdx`, `quickstart.mdx`, … | Початок            |
| `liquid/`                               | Online Store       |
| `hydrogen/`                             | Headless           |
| `dashboard/`                            | Кабінет            |
| `api-reference/`                        | HTTP entry points  |
| `docs.json` / `mint.json`               | Навігація Mintlify |

## Перевірка лінків

```bash theme={null}
cd apps/docs
bun run lint
```
