Skip to content

Repository files navigation

Flashduty Documentation

English | 中文

MintlifyDocsLicense: MIT

Official documentation for Flashduty, bilingual (Chinese & English), built with Mintlify. Covers On-call incident management, RUM real user monitoring, and Monitors alert rules — 390+ pages in total.


Product Modules

ModuleDescriptionDocs Path
On-callIncident management, alert routing, escalation rules, schedule management*/on-call/
RUMReal User Monitoring, frontend performance and error tracking*/rum/
MonitorsMulti-source alert rule configuration*/monitors/
PlatformAccount management, SSO, permissions, API keys*/platform/
OpenAPIREST API reference*/openapi/

Quick Start

Prerequisites

npm i -g mint

Local Preview

mint dev

Visit http://localhost:3000 to view the docs.

Check Broken Links

mint broken-links

Run this after every content change to catch dead links early.


Contributing

We welcome community contributions! Whether it's fixing a typo, improving descriptions, or adding new documentation — every bit helps.

Adding or Editing Documentation

  1. Edit Chinese docs — Create or edit .mdx files under zh/ (Chinese is the source language)
  2. Update navigation — Add the page path in docs.json for both zh and en sections
  3. Translate to English — Create the corresponding file under en/, keeping the path structure consistent
  4. Validate links — Run mint broken-links to confirm no broken links

Frontmatter Format

Every .mdx file must include:

---
title: "Clear, specific title"description: "Concise explanation of page purpose"
---

Writing Guidelines

  • Use second person ("you")
  • Use active voice, present tense
  • Use sentence case for English titles (capitalize only first word)
  • Leverage Mintlify components: <Steps>, <Tabs>, <Note>, <Tip>, <Warning>, <Frame>, <CodeGroup>

Directory Structure

flashduty-docs/
├── zh/ # Chinese docs (source of truth)
│ ├── on-call/ # On-call incident management
│ ├── rum/ # Real User Monitoring
│ ├── monitors/ # Alert rule configuration
│ ├── platform/ # Platform settings
│ ├── openapi/ # API documentation
│ ├── compliance/ # Security compliance
│ └── changelog/ # Changelog
├── en/ # English docs (mirrors zh/)
├── api-reference/ # OpenAPI 3.1 specs (per-module, per-language)
├── glossary.md # Chinese-English terminology glossary
├── docs.json # Mintlify configuration & navigation
└── logo/ # Logo assets

Translation

Chinese is the source language; English is translated from it. When translating:

  • Translate frontmatter title and description
  • Keep MDX component tags unchanged, translate inner text only
  • Keep code blocks unchanged, translate comments only
  • Update internal link paths from zh/ to en/
  • Keep image paths unchanged

Key Terminology

ChineseEnglish
协作空间channel
故障incident
分派策略escalation rule
值班表schedule
认领acknowledge
静默策略silence rule
抑制策略inhibit rule
排除规则drop rule

Full glossary: glossary.md


Related Resources

ResourceLink
Flashduty Docsdocs.flashduty.com
Flashduty Consoleconsole.flashcat.cloud
Flashduty Websiteflashcat.cloud
MCP Serverflashduty-mcp-server
Terraform Providerterraform-provider-flashduty
Mintlify Docsmintlify.com/docs

License

This project is licensed under the MIT License — see the LICENSE file for details.

Releases

Packages

Contributors

Languages