MoonshotAI/kimi-help-center
Captured source
source ↗MoonshotAI/kimi-help-center
Description: Kimi Help Center is an intelligent Q&A routing system that directs user questions to the right help articles across the full Kimi ecosystem — covering Agent mode, Deep Research, Kimi Code, Kimi Claw, Docs & Sheets, PPT/Slides, membership & billing, and API services.
Stars: 13
Forks: 6
Open issues: 2
Created: 2026-03-02T10:39:40Z
Pushed: 2026-05-08T04:47:45Z
Default branch: master
Fork: no
Archived: no
README:
Kimi Help Center Docs
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.
Repository Layout
. ├── AGENTS.md ├── en-US/ └── zh-CN/
Content is organized by locale and category:
// ├── _category.json ├── _category.png ├── article.md └── images//...
Examples:
en-US/kimi-code/cli-getting-started.mden-US/kimi-code/images/cli-getting-started/screenshot-23.pngzh-CN/deep-research/overview.md
What Belongs Here
- Public help center articles.
- Locale-specific category metadata and images.
- Article screenshots, illustrations, and other media assets.
Authoring Rules
All authoring conventions for this repo live in [AGENTS.md](./AGENTS.md).
That includes:
- required front matter fields
- supported custom MDX components
- image placement conventions
- internal link conventions
- formatting constraints for MDX content
Editing Guidance
- 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.
Locales
en-US/contains English help center content.zh-CN/contains Simplified Chinese help center content.
Notability
notability 2.0/10Low stars, routine repo, trivial event