Update & deprecate from code: className prop and Markdown titles - #7180
mintlify[bot] wants to merge 4 commits into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
- Updated cli/mdx-extension.mdx Mintlify-Source: dashboard-editor
- Updated quickstart.mdx Mintlify-Source: dashboard-editor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2afa826. Configure here.
| | | | | | ||
| | | | | | ||
|
|
||
|  |
There was a problem hiding this comment.
Accidental table and image in quickstart
High Severity
An empty markdown table headed diego and a favicon.ico image were inserted at the top of quickstart.mdx, above the page intro. They look like leftover editor test content and would render for every visitor on the getting-started page.
Reviewed by Cursor Bugbot for commit 2afa826. Configure here.


Summary
Documents two newly shipped MDX authoring features: an optional
classNameprop on more components, and inline Markdown formatting support in componenttitleprops.Changes
classNameproperty to the prop tables for accordions, callouts, steps, tabs, expandables, tooltips, param/response fields, panel, and color pages, matching the existing style used on Badge, GitHub card, and Icon pages.children.titleprops on Accordion, Card, Color.Row, Step, Tab, and Tile support inline Markdown such as bold, italic, and inline code.Context
Recent releases added an optional
classNameprop (merged onto each component's outer element) to most content components, and made component titles compile inline Markdown. Other changes in the review window were either already documented (the<MDX>component, admin-only MCP publishing) or not documented surfaces (dashboard runs-feed redesign, granular notification preferences). One verified but undocumented change: agent runs on deployments using a self-provided OpenRouter key are now billed at half the standard credit rate; the bring-your-own-key setting itself is entitlement-gated and has no docs page, so this was left out pending a decision on documenting BYOK.Note
Medium Risk
Documentation-only, but the Quickstart page gains visible placeholder content that would ship to a primary onboarding doc; the MDX extension page also removes explanatory intro copy that may have been unintentional.
Overview
Updates Mintlify component reference docs (English plus es, fr, zh) to match recently shipped MDX behavior: optional
classNameon accordions, callouts (including typed callouts), steps/tabs, expandables, tooltips, param/response fields, panel, and color components, and inline Markdown intitleon Accordion, Card, Color.Row, Step, Tab, and Tile. Adds a Properties section for Panel where it was missing and fixes callout copy that incorrectly limited typed callouts tochildrenonly.cli/mdx-extension.mdxreformats frontmatterkeywords, drops the opening paragraph that described autocomplete/diagnostics/language support, and lightly reformats troubleshooting accordions.quickstart.mdxalso switcheskeywordsto a YAML list, tightens whitespace in the agent setup steps, and introduces a stray markdown table (diego) and favicon image at the top of the page that look like accidental test content rather than intentional quickstart changes.Reviewed by Cursor Bugbot for commit 2afa826. Bugbot is set up for automated code reviews on this repo. Configure here.
Mintlify
2 threads from 1 user in Mintlify