Documentation Index
Fetch the complete documentation index at: https://docs.openaeon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Docs maintenance
Use this page as the source of truth for keepingdocs/ clean, discoverable, and Mintlify-friendly.
What docs are for
OpenAEON docs are designed for three outcomes:- Help users install, configure, and operate OpenAEON safely.
- Help contributors make changes without guessing hidden conventions.
- Keep product behavior and public docs aligned release by release.
Directory map
Use this structure when adding or moving pages:docs/start/*: onboarding and first-use flowsdocs/install/*: install methods, migration, update, uninstalldocs/gateway/*: gateway architecture, config, security, operationsdocs/channels/*: channel integrations and routing behaviordocs/tools/*: tool behavior and operational usagedocs/concepts/*: system concepts and architecture mental modelsdocs/reference/*: reference material, templates, release and test docsdocs/help/*: troubleshooting, FAQ, environment, debuggingdocs/platforms/*: platform specific guidance (macOS/iOS/Android/Linux/Windows)docs/providers/*: model and service provider setupdocs/nodes/*: node app and media capture runtime docsdocs/automation/*: automation jobs, hooks, webhooks, schedulingdocs/web/*: WebChat/Control UI/TUI docs
Mintlify friendly writing rules
- Internal links must be root-relative and extensionless, for example:
/gateway/configuration. - Do not use
.mdor.mdxsuffixes in internal links. - Prefer short, stable headings to preserve anchor reliability.
- Keep one primary intent per page and add a short
summary. - Add “Related docs” near the end of long pages.
- For renamed pages, add redirects in
docs/docs.json.
Update workflow
- Edit or add English source pages in
docs/(avoid editing generateddocs/zh-CN/**directly). - Update navigation in
docs/docs.jsonif the page should appear in left nav. - Run local checks:
- Verify:
- page appears in the intended nav group
- no broken internal links
- no orphan pages for important user journeys
Quick checklist for PRs
- Added/updated page has clear purpose and scope.
- New page is reachable from nav or from a hub page.
- Internal links are root-relative and extensionless.
- Release-facing behavior changes include docs updates in the same PR.
- Docs commands pass locally.