Untitled draft#6575
Conversation
- Updated quickstart.mdx - Updated advanced-support.mdx - Updated ai-native.mdx - Updated cli/install.mdx Mintlify-Source: dashboard-editor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 64892da. Configure here.
| keywords: ["support", "CSM", "enterprise"] | ||
| --- | ||
|
|
||
| / |
There was a problem hiding this comment.
Stray slash on support page
Medium Severity
A standalone / line was added immediately after the frontmatter on the advanced support page. It is not part of any component or prose and will render as stray content at the top of the published page.
Reviewed by Cursor Bugbot for commit 64892da. Configure here.
| / | ||
|
|
||
| <Accordion> | ||
| </Accordion> |
There was a problem hiding this comment.
Accordion missing required title
Medium Severity
An empty Accordion was added at the top of advanced-support.mdx with no title prop and no body content. Mintlify accordions require a title, so this block is invalid and may fail validation or show a broken expandable section.
Reviewed by Cursor Bugbot for commit 64892da. Configure here.


Note
Low Risk
Documentation-only changes with no runtime impact; the CLI description typo and empty accordion/OpenAPI embed on unrelated pages are content quality risks worth fixing before merge.
Overview
This PR touches four MDX docs pages with mostly formatting and small copy edits, plus a few changes that look unintentional.
advanced-support.mdxreformats comparison tables (header separator rows), turns plain support and GTM emails intomailto:links, adjusts spacing in the response-time intro and Get started section (Vale comment placement), and adds a stray/line plus an empty<Accordion>at the top of the page.ai-native.mdxnormalizes frontmatterkeywordsspacing and embeds the OpenAPI playground page viaimport Openapi from '/api-playground/openapi.mdx'and<Openapi />at the top of the AI-native overview.cli/install.mdxre-indents fenced blocks inside<CodeGroup>(npm/pnpm install and update), escapes+in Node version strings as\+, and adds blank lines between troubleshooting<Accordion>entries. The meta description now ends with "boduction" instead of "production" (regression).quickstart.mdxchanges the opening line from "Mintlify uses" to "Mintlify will use" a docs-as-code approach (likely for lint/Vale).Reviewed by Cursor Bugbot for commit 64892da. Bugbot is set up for automated code reviews on this repo. Configure here.