Skip to content

Fix development page MDX parse regression#22

Merged
ridgelawrence merged 3 commits into
mainfrom
wrldai-critical-bug-inspection-ae9e
Apr 23, 2026
Merged

Fix development page MDX parse regression#22
ridgelawrence merged 3 commits into
mainfrom
wrldai-critical-bug-inspection-ae9e

Conversation

@cursor
Copy link
Copy Markdown

@cursor cursor Bot commented Apr 19, 2026

Summary

Root 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, so development.mdx failed to parse and the page dropped out of the built docs.

Validation

  • mint broken-links now completes and reports only the two pre-existing broken links in onboarding/overview.mdx
  • curl http://localhost:3000/development returns 200 after the fix
  • verified the fix is isolated to a one-line change in development.mdx
Open in Web View Automation 

@cursor
Copy link
Copy Markdown
Author

cursor Bot commented Apr 20, 2026

PR Summary

Low Risk
Low risk: changes are limited to documentation content and Mintlify navigation/config updates, with the main functional impact being restoring a previously broken development.mdx page render.

Overview
Rebrands the Mintlify starter repo into WRLD Tech Docs, updating README.md, WARP.md, and key landing pages (index.mdx, quickstart.mdx, infrastructure.mdx) to reflect WRLD properties, onboarding/support entry points, and infrastructure details.

Adds new core docs pages for company/about (about.mdx) and a WRLD.tech brand guide (wrld-tech/brand-guide.mdx), wires them into docs.json navigation, and expands global anchors/footer links (e.g. wrld.one, wrld.domains, status).

Removes Mintlify starter/example sections (api-reference/*, essentials/*, snippets/*) and updates development.mdx contributor instructions in a way that avoids MDX parsing issues so the /development page renders again.

Reviewed by Cursor Bugbot for commit 5dd18a1. Bugbot is set up for automated code reviews on this repo. Configure here.

@ridgelawrence ridgelawrence marked this pull request as ready for review April 20, 2026 01:05
@ridgelawrence
Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…onflicts)

Co-authored-by: ridgelawrence <6478457+ridgelawrence@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved in commit 6f76b4a. The branch is now up to date with origin/main — the new AGENTS.md was brought in from main, and the development.mdx fix (backtick URL instead of the broken autolink <http://localhost:3000>) is preserved.

Copilot AI requested a review from ridgelawrence April 20, 2026 11:21
@ridgelawrence ridgelawrence merged commit 95c51d1 into main Apr 23, 2026
2 checks passed
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.

3 participants