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.
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:
- Mirror the change in the corresponding paths under
cn/,ru/, andtr/(same path relative to the locale prefix, e.g.welcome.mdx→cn/welcome.mdx,ru/welcome.mdx,tr/welcome.mdx). - Update
docs.jsonfor every locale that exposes the page: navigationpagesentries forlanguage: "en","cn","ru", and"tr"should list the same conceptual sections where the product supports localized docs. - 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/...).