Getting started
The app surface, route map, and setup checks for the official Corvex docs.
Corvex is a business dashboard, not a generic SaaS template. The docs should describe the real surfaces in the repo:
components/settings-dialog.tsxis the route map for the main settings experience.- The client portal lives under the
/vendor/settings/client-portalflow. - Billing and provider settings live under
/vendor/settings/payment-providersand/vendor/settings/subscriptions. - MCP lives under
/settings/mcp-integration. - Company branding and accessibility live under
/vendor/settings/companyand/vendor/settings/accessibility.
What to verify first
- The app URL resolves to
https://app.usecorvex.com. - The docs URL resolves to
https://help.usecorvex.com. - The account you are using can open the settings dialog.
- The provider, portal, and MCP sections load without permission errors.
- The environment variables used by the app match the deployment.
Recommended reading order
Publishing rule
If a page explains a workflow, it should include:
- the exact app route,
- the required credentials or env vars,
- one copy-paste example,
- and the failure modes the reader is most likely to hit.
That keeps the docs tied to the product instead of drifting into generic SaaS guidance.