Product documentation for Modem, the developer-focused CRM that helps teams understand user feedback.
docs/
├── index.mdx # Introduction
├── quickstart.mdx # Getting started guide
├── core-concepts.mdx # Key concepts explained
├── use-cases.mdx # Real-world examples
├── guides/ # Understanding your data
│ ├── topics.mdx
│ ├── participants.mdx
│ └── feedback-categories.mdx
├── integrations/ # Data source setup
│ ├── overview.mdx
│ ├── slack.mdx
│ ├── discord.mdx
│ ├── github.mdx
│ ├── linear.mdx
│ ├── email.mdx
│ └── mcp.mdx
└── features/ # Feature documentation
├── ai-analysis.mdx
├── technical-crm.mdx
├── agent.mdx
├── scheduled-tasks.mdx
├── team-management.mdx
└── security-privacy.mdx
Install the Mintlify CLI to preview documentation changes locally:
npm i -g mintRun the development server:
mint devView your local preview at http://localhost:3000.
Changes pushed to the main branch are automatically deployed via the Mintlify GitHub app.