Skip to content

Fix MDX parse error in getting-group.mdx#4057

Open
mintlify[bot] wants to merge 2 commits intomainfrom
mintlify/fix-mdx-parse-1776071333
Open

Fix MDX parse error in getting-group.mdx#4057
mintlify[bot] wants to merge 2 commits intomainfrom
mintlify/fix-mdx-parse-1776071333

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify bot commented Apr 13, 2026

Summary

Escaped curly braces in experiments/implementation/getting-group.mdx that were causing an MDX parse error (Could not parse expression with acorn at line 80).

Broken links scan

mint broken-links found no broken links across the docs. All internal links resolve correctly.

Fix applied

File Issue Fix
experiments/implementation/getting-group.mdx Unescaped {group name}, {override name} in a markdown table were interpreted as JSX expressions, causing a parse error that blocked validation Escaped curly braces with backslashes: \{group name\}, \{override name\}

Validation

  • mint broken-links — passes (no broken links)
  • mint validate — the only error is a pre-existing 403 from an external OpenAPI URL fetch, unrelated to this change

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify bot commented Apr 13, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
statsig 🟢 Ready View Preview Apr 13, 2026, 9:22 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant