Skip to content

Fix broken links#289

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

Fix broken links#289
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/27880d31

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixed a broken navigation reference in docs.json that pointed to a non-existent page because the entry included a .mdx extension.

Changes

  • docs.json: changed changelog/2026-06-29-browser-extension-0-13-0.mdxchangelog/2026-06-29-browser-extension-0-13-0 so the nav entry resolves to the actual page (Mintlify nav entries must be extensionless).

Context

Triggered by commit 067dd78 which added changelog/2026-06-29-browser-extension-0-13-0.mdx. The new file was wired into docs.json with a .mdx suffix, so mint validate reported it as a missing page even though the file exists. No in-page links were broken; mint broken-links was already clean. After the fix, both mint validate and mint broken-links pass.

@mintlify mintlify Bot requested a review from EliSchleifer June 29, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants