Skip to content

Fix broken links#295

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

Fix broken links#295
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/61b98a3d

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Fix broken internal links surfaced while scanning docs changed between 2026-07-13 and 2026-07-20 with mint broken-links, and unblock the parser so validation can run.

Changes

  • backend-sdks/node.mdx: Removed inline /* ... */ annotations inside the hidden {/* ... */} MDX comment block. The nested */ were prematurely closing the outer MDX comment, causing mint validate and mint broken-links to fail with an acorn parse error at 3693. TypeScript interface signatures in the hidden block are preserved; only inline range/bound annotations (e.g. /* 1..20 */, /* max 86400 */) were dropped. This block is not rendered, so no user-visible content changes.
  • async-collaboration/comments/customize-behavior.mdx:
    • /ui-customization/features/async/comments/multithread-comment-dialog/ui-customization/features/async/comments/multithread-comments/wireframes (page does not exist; retargeted to the correct multithread wireframe page).
    • images/customization/onSidebarOnCommentDialogClick.png/images/customization/onSidebarOnCommentDialogClick.png (relative path resolved to a nonexistent location; converted to root-relative).
  • api-reference/sdk/models/data-models.mdx:
    • /ui-customization/features/async/notifications/notifications-primitives/ui-customization/features/async/notifications/notifications-panel/primitives.
    • /ui-customization/features/async/notifications/notifications-primitives#common-inputs/ui-customization/features/async/notifications/notifications-panel/primitives#common-inputs (page split into notifications-panel/ and notifications-tool/; used the panel primitives page which contains the referenced Common Inputs section).
  • release-notes/version-5/sdk-changelog.mdx:
    • /ui-customization/features/async/notifications/notifications-primitives/ui-customization/features/async/notifications/notifications-panel/primitives.
    • /ui-customization/features/async/comments/comment-sidebar-components-v2/ui-customization/features/async/comments/comment-sidebar/comment-sidebar-v2-wireframes.
    • /ui-customization/features/async/comments/comment-dialog-components#visibility-banner/ui-customization/features/async/comments/comment-dialog/wireframes#visibility-banner.
    • /ui-customization/features/async/comments/comment-dialog-components#visibility-dropdown-composer/ui-customization/features/async/comments/comment-dialog/wireframes#visibility-dropdown-composer.

Context

mint broken-links initially failed to run because backend-sdks/node.mdx had a nested */ inside an MDX comment block, aborting parsing. After that was resolved, the remaining broken internal page links (all pointing at older -components/-primitives page names that were split into subdirectories) were retargeted to the correct current pages.

mint validate and mint broken-links both pass after these changes.

@mintlify

mintlify Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

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

Project Status Preview Updated (UTC)
velt 🟢 Ready View Preview Jul 20, 2026, 4:30 PM

@mintlify

mintlify Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

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

Project Status Preview Updated (UTC)
velt 🟡 Building Jul 20, 2026, 4:26 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