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

# CLAUDE

# Working on this repository

## Translations must stay in sync

This documentation site ships in **English**, **Chinese (`cn/`)**, **Russian (`ru/`)**, and **Turkish (`tr/`)**.

Whenever you **add, remove, or materially change** user-facing documentation:

1. **Mirror the change** in the corresponding paths under `cn/`, `ru/`, and `tr/` (same path relative to the locale prefix, e.g. `welcome.mdx` → `cn/welcome.mdx`, `ru/welcome.mdx`, `tr/welcome.mdx`).
2. **Update [`docs.json`](docs.json)** for every locale that exposes the page: navigation `pages` entries for `language: "en"`, `"cn"`, `"ru"`, and `"tr"` should list the same conceptual sections where the product supports localized docs.
3. **Preserve** code blocks, CLI commands, API paths, URLs, and MDX structure; translate titles, descriptions, and prose. Use locale-prefixed internal links where the localized page exists (e.g. `/tr/...`, `/cn/...`).

If a change is English-only by intent (e.g. a temporary draft), say so explicitly in the PR or commit message; do not leave other locales silently stale without a tracked follow-up.
