Project maintenance: Keep this file aligned with the actual Numo docs structure, terminology, and review standards. Prompt the user to update it when product language or documentation scope changes. For Mintlify product knowledge (components, configuration, writing standards), install the Mintlify skill:
npx skills add https://mintlify.com/docs
- This is a documentation site built on Mintlify
- Pages are MDX files with YAML frontmatter
- Configuration lives in
docs.json - Run
mint devto preview locally - Run
mint broken-linksto check links
- Use "Numo API" for the overall platform surface.
- Use "endpoint" for HTTP routes.
- Use "websocket stream" for realtime feeds.
- Use "reference" for API docs and "guide" for task-focused documentation.
- Use active voice and second person ("you")
- Keep sentences concise — one idea per sentence
- Use sentence case for headings
- Bold for UI elements: Click Settings
- Code formatting for file names, commands, paths, and code references
- Document public API behavior, authentication, request and response formats, and integration workflows.
- Do not document internal admin tools or internal-only operational procedures unless the user asks for them explicitly.