This repository stores the checked-in source content for the Kimi Help Center. It contains locale-specific article trees and media assets, authored as MDX-compatible Markdown.
.
├── AGENTS.md
├── en-US/
└── zh-CN/
Content is organized by locale and category:
<locale>/<category>/
├── _category.json
├── _category.png
├── article.md
└── images/<article>/...
Examples:
en-US/kimi-code/cli-getting-started.mden-US/kimi-code/images/cli-getting-started/screenshot-23.pngzh-CN/deep-research/overview.md
- Public help center articles.
- Locale-specific category metadata and images.
- Article screenshots, illustrations, and other media assets.
All authoring conventions for this repo live in AGENTS.md.
That includes:
- required front matter fields
- supported custom MDX components
- image placement conventions
- internal link conventions
- formatting constraints for MDX content
- Keep articles MDX-compatible and simple.
- Do not add
importstatements in article files. - Keep local assets under the matching category
images/tree. - Prefer updating existing slugs and routes carefully to avoid broken links.
- Follow the component and front matter rules in
AGENTS.mdbefore adding new content.
en-US/contains English help center content.zh-CN/contains Simplified Chinese help center content.