This repo contains the customer-facing documentation for the Mesh Pilot operator cockpit, authored in Mintlify format.
npm i -g mintlify
mintlify devThen open the URL Mintlify prints (typically http://localhost:3000).
Deploys are managed through the Mintlify dashboard. Pushes to main trigger a redeploy automatically once the dashboard is wired to this repo.
docs.json— Mintlify schema (navigation, theme, logo, CTAs).get-started/— introduction, quickstart, concepts, keyboard shortcuts.cockpit/— one page per locked cockpit surface (Home, Ask, Inbox, Loops, Calendar, Ads, Sales, Social, Creative, Voice, SEO, Brain, History, Settings).agents/— overview + one page per agent (Ads, Sales, Social, Creative, Voice, SEO).integrations/— overview + one page per supported platform.brain/— how the Brain learns and the privacy invariants.pricing/— public plans and usage limits.logo/+favicon.svg— brand assets.
All pages are MDX. Frontmatter supports title, description, and icon. Mintlify components used in this repo: <Card>, <CardGroup>, <Steps>, <Step>, <Note>, <Tabs>, <Tab>, <Accordion>, <AccordionGroup>.
Internal links are relative (e.g. /cockpit/inbox). External links are absolute https.