Skip to content

Fix broken links - #7

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/bc69dab1
Open

Fix broken links#7
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/bc69dab1

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 30, 2026

Copy link
Copy Markdown

Summary

Ran mint broken-links across all in-scope pages; no broken links found, but the check was initially blocked by an MDX parse error in index.mdx that also broke mint validate.

Changes

  • Wrapped the Dify <script> body and <style> body in index.mdx in JSX expression braces ({\...`}`) so MDX can parse them. The chatbot config and styles are unchanged at runtime.

Context

  • mint broken-links failed to run against the newly committed docs because index.mdx contained <script> and <style> tags whose contents (JS comments, #id selectors) MDX v3 tried to parse as JSX expressions.
  • After the fix, mint validate and mint broken-links both pass with no broken links.

@mintlify

mintlify Bot commented Jul 30, 2026

Copy link
Copy Markdown
Author

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

Project Status Preview Updated (UTC)
centrixnodes 🟢 Ready View Preview Jul 30, 2026, 5:23 PM

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