This repository contains the Mintlify documentation for metorial.com/docs.
docs.jsonconfigures Mintlify navigation, theme, search, and global links.*.mdxfiles are documentation pages.images/stores screenshots and diagrams used by the docs.snippets/stores reusable MDX snippets.
Install the Mintlify CLI:
npm i -g mintRun the docs locally from this directory:
mint devThe local preview runs at http://localhost:3000.
Dashboard screenshots live under images/dashboard-audit/. They are captured from a disposable EU-region project in the Metorial dashboard and cover provider setup, GitHub, Linear, Magic MCP, Workforce, Portals, logs, infrastructure, organization settings, and API key creation.
When refreshing screenshots:
- Use a disposable docs/demo organization and project.
- Prefer the European Union region when validating EU-region copy.
- Use seeded or demo resources with customer-like names so screenshots look representative.
- Stop before authorizing real third-party GitHub, Linear, Slack, or Google accounts unless the account owner explicitly approves it.
- Keep filenames descriptive and stable so MDX pages can reference them directly.
Mintlify deploys from the default branch after changes are merged. Do not commit generated local preview artifacts.