Fix development page MDX parse regression#22
Conversation
Co-authored-by: Ridgeway <ridge@wrld.tech>
PR SummaryLow Risk Overview Adds new core docs pages for company/about ( Removes Mintlify starter/example sections ( Reviewed by Cursor Bugbot for commit 5dd18a1. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
@copilot resolve the merge conflicts in this pull request |
…onflicts) Co-authored-by: ridgelawrence <6478457+ridgelawrence@users.noreply.github.com>
Merge conflicts resolved in commit |
Summary
development.mdxparse regression introduced while rewriting the contributor guide/developmentpage so the navigation target renders instead of returning 404mint broken-linksso it only reports the two pre-existing broken onboarding links already noted in PR Remove Mintlify starter boilerplate and align docs with wrld.one + Craft MCP #21Root cause
A raw autolink (
<http://localhost:3000>) was added inside a JSX<Step>block. Mintlify's MDX parser treats that as invalid syntax in this context, sodevelopment.mdxfailed to parse and the page dropped out of the built docs.Validation
mint broken-linksnow completes and reports only the two pre-existing broken links inonboarding/overview.mdxcurl http://localhost:3000/developmentreturns200after the fixdevelopment.mdx