Skip to content

modem-dev/docs

Repository files navigation

Modem Documentation

Product documentation for Modem, the developer-focused CRM that helps teams understand user feedback.

Structure

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

Development

Install the Mintlify CLI to preview documentation changes locally:

npm i -g mint

Run the development server:

mint dev

View your local preview at http://localhost:3000.

Publishing

Changes pushed to the main branch are automatically deployed via the Mintlify GitHub app.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published