Skip to content

Fix MDX parsing error in book-ticker page#18

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-broken-links-1776039227
Open

Fix MDX parsing error in book-ticker page#18
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-broken-links-1776039227

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented Apr 13, 2026

Summary

Fixed an MDX parsing error in websocket/market-streams/book-ticker.mdx that was blocking mint broken-links validation.

Broken link scan results

  • No broken links foundmint broken-links passes cleanly after this fix.

Fix applied

File Issue Fix
websocket/market-streams/book-ticker.mdx:40 Escaped quotes (\") inside a double-quoted JSX attribute caused an MDX parse error: Unexpected character \ Replaced \"BTC_USDT\" with "BTC_USDT" to match the convention used in other websocket pages (e.g., market.mdx)

Validation

  • mint broken-links — passes (no broken links)
  • mint validate — only pre-existing warnings about React imports in snippet files (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)
whitebit 🟢 Ready View Preview Apr 13, 2026, 12:14 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.

0 participants