This document provides guidance for AI agents interacting with this project.
Official documentation for Flashduty, built with Mintlify. Contains bilingual documentation in Chinese and English.
flashduty-docs/
├── zh/ # Chinese documentation
├── en/ # English documentation (mirrors zh/ structure)
├── logo/ # Logo assets
├── docs.json # Mintlify configuration
└── .cursor/
└── skills/ # Agent Skills
├── translate-zh-to-en/ # Translation skill
│ ├── SKILL.md # Translation guide
│ └── glossary.md # Terminology glossary
└── polish-document/ # Polishing skill
├── SKILL.md # Polishing guide
├── standards.md # Writing standards
└── components.md # Component reference
Translate Chinese documentation to English.
Trigger scenarios: translate, Chinese to English, zh to en
Default behavior:
- Detects uncommitted
.mdxchanges inzh/directory - If no changes found, asks user to specify document path
Resources:
glossary.md- Complete terminology glossary (80+ terms, categorized)
Polish and optimize documentation following Mintlify standards.
Trigger scenarios: polish, optimize, improve documentation
Default behavior:
- Detects uncommitted
.mdxchanges in repository - If no changes found, asks user to specify document path
Resources:
standards.md- Writing standards (style, organization, code examples)components.md- Mintlify component reference (Steps, Tabs, Callouts, etc.)
# Local preview
mint dev
# Check broken links
mint broken-links- Create or edit Chinese documentation in
zh/ - Use polish-document to optimize structure and content
- Use translate-zh-to-en to translate to
en/ - Update navigation in
docs.json - Run
mint broken-linksto validate