Skip to content

Public Docs Plan — docs.cmmd.ai

Mintlify on docs.cmmd.ai. The plan to separate customer-facing docs from internal wiki.

Customer-facing documentation does NOT live in Confluence (or internal-docs). It goes to docs.cmmd.ai — a dedicated docs site, mirroring how OpenAI and Anthropic run their public docs.

FieldValue
StatusProposed — pending implementation
Owner@aphaiboon
Target launchPhase 1 within 30 days of plan approval

Build docs.cmmd.ai on Mintlify. Same stack as docs.anthropic.com. Open-source alternative is Docusaurus (used by Meta). Pick Mintlify for speed-to-launch; revisit Docusaurus at year 2 if vendor lock-in becomes painful.

Why public docs must be a separate product

Section titled “Why public docs must be a separate product”

This is the #1 KB anti-pattern to avoid. Mixing internal wiki and customer docs in one tool fails on:

ConcernWhy a shared tool loses
SEOWiki URLs are unfriendly, slow to index, locked to wiki domain
Design controlWiki themes are locked — can’t match cmmd.ai brand
Public accessPermission split inside one tool is fragile — high accidental-exposure risk
Build / deployWiki content can’t be version-controlled with the codebase
AI-friendlyMintlify ships built-in AI search; wiki customer-facing search is sub-par

Anthropic, OpenAI, Stripe, Linear all keep these strictly separate.

What it is: Hosted SaaS that turns MDX files in a Git repo into a polished docs site. What docs.anthropic.com runs on.

ProsCons
Launches in days, not weeksVendor lock-in (export possible but painful)
Beautiful out-of-box (literally identical to Anthropic’s docs)Pricing scales with seats
MDX with rich components (cards, tabs, code groups)Custom design beyond their theme is limited
Built-in AI search (“Ask AI” on every page)Less community ecosystem than Docusaurus
Auto-renders OpenAPI specs into API reference pages
Custom domain, dark mode, search included

Pricing (2026 estimate): Free tier for OSS / unlisted. ~$120/mo for production custom domain + analytics.

What it is: Open-source MDX docs framework by Meta. Used by Algolia, Storybook, Supabase.

ProsCons
Free, self-hostable on Vercel / NetlifyMore setup — 1–2 weeks vs. days
Full design ownership (any React component)Design polish is on you
No vendor lock-inSearch via Algolia DocSearch (free if approved, ~$50/mo otherwise)
Huge community + plugin ecosystemOpenAPI integration is via plugin
Versioning + i18n built-in

Don’t. Stripe-style custom docs ($100k+ engineering investment) is not where a small team should burn cycles.

Mirror what works for our biggest reference customers (Anthropic, Resend, Cursor). Re-evaluate at year 2.

Same shape as docs.anthropic.com / docs.openai.com:

docs.cmmd.ai/
├── Get Started
│ ├── Quickstart
│ ├── Set up your workspace
│ ├── Name your Sidekick
│ └── Your first task / project / thread
├── Concepts
│ ├── The 30-Second Rule
│ ├── Sidekick: Modes, Tools, Threads
│ ├── Brain: Documents, Memory, Core
│ ├── Apps & Marketplace
│ ├── Workspaces & Teams
│ └── Privacy & Data Ownership
├── Guides
│ ├── Onboarding a new team
│ ├── Using Sidekick to plan your day
│ ├── Importing data from Notion / ClickUp / Linear
│ ├── Configuring integrations (Slack, Google, GitHub)
│ ├── EOS-style operating cadence with CMMD
│ └── Setting up workspace SSO
├── App Reference
│ ├── Sidekick (one page per mode + tools list)
│ ├── Brain
│ ├── Comms
│ ├── Calendar
│ ├── Tasks
│ ├── Projects
│ ├── Strategy & Goals
│ ├── CRM
│ └── Accounting
├── Integrations
│ ├── Slack
│ ├── Google (Gmail, Calendar, Drive)
│ ├── GitHub
│ ├── Stripe
│ └── (full Composio catalog)
├── API Reference (when public API ships)
│ └── (OpenAPI auto-rendered)
├── FAQ
├── Troubleshooting
└── Changelog & Release Notes

Top nav: Get Started · Concepts · Guides · App Reference · API · Changelog · Status (link to status.cmmd.ai)

PhaseScopeTiming
M0 (now)This plan document, lock domain docs.cmmd.aiWeek 0
M1 — Soft launchMintlify setup, register domain, ship 5 pages: Quickstart, Sidekick overview, Brain overview, Integrations overview, ChangelogWeek 1–2
M2 — Public betaFull Concepts + App Reference (one page per app). Link from cmmd.ai header.Week 3–6
M3 — GAGuides + FAQ + Troubleshooting populated. Sidekick “Ask the docs” widget on cmmd.ai. SEO baseline.Week 7–10
M4 — API docsWhen public REST API ships, add API Reference auto-generated from OpenAPIAligned with API launch

What goes where — internal-docs vs. docs.cmmd.ai

Section titled “What goes where — internal-docs vs. docs.cmmd.ai”
Contentinternal-docs (this wiki)docs.cmmd.ai
Architecture, runbooks, ADRsEngineeringNever
Sales playbook, demo scriptGTMNever
Internal HR policiesPeople & OpsNever
Roadmap (with target dates / unreleased features)ProductPublic version only (“Now / Next / Later”)
App reference (how Sidekick modes work)Mirrored — durable copy in App CatalogCustomer-facing version
API referenceInternal API onlyPublic API only
Getting started guideNot duplicatedLives here
ChangelogEngineering history (raw PR list)Curated customer-facing version

Rule of thumb: if it has a target date, an unreleased feature, an internal architecture detail, or revenue numbers — it stays in internal-docs. If a customer would benefit from reading it — it goes on docs.cmmd.ai.

  • Who owns docs.cmmd.ai day-to-day? (Suggest: rotating eng-on-deck for app reference; PM for guides; @aphaiboon for changelog voice)
  • Auth-gated docs for enterprise customers? (Likely yes for API keys + admin guides — Mintlify supports this)
  • Translation? (English-only at launch; reassess at year 2)
  • Tone & voice guide?
  • CEO approval: Mintlify for docs.cmmd.ai — @aphaiboon
  • Budget: ~$120/mo + ~$15/yr domain ≈ $1.5k/yr Y1
  • First-PR owner: pick an eng to set up the repo + first 5 pages