docs: customer mitigation — banner + direct-link versions page while version selector is broken - #460
Open
ketanyekale wants to merge 1 commit into
Open
docs: customer mitigation — banner + direct-link versions page while version selector is broken#460ketanyekale wants to merge 1 commit into
ketanyekale wants to merge 1 commit into
Conversation
…roken The desktop version-selector dropdown crashes with Mintlify's client-side insertBefore error (Error 500 page) — platform bug reported to Mintlify. Customers cannot switch versions in the UI, but every versioned page URL serves fine. Mitigation until Mintlify ships a fix: - dismissible site-wide warning banner linking to /versions - versions.mdx: direct links to every version of every UI Kit / SDK (hidden page, not in navigation), generated from docs.json Revert this commit once the selector works again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why (customer-impacting incident)
The desktop version-selector dropdown on production crashes to Mintlify's "Error 500 / Error loading page" (client-side
insertBeforecrash in their bundle — platform bug, reported to Mintlify; see #457 for the full investigation). Customers currently cannot switch doc versions in the UI. Every versioned page URL still serves fine — only the switcher widget is broken.What
/versionspage (hidden — not in navigation, reachable by URL): direct links to every version of all 17 versioned dropdowns (UI Kits, Chat SDKs, Calls SDKs), generated from docs.json navigation.Verification on preview
/versionsloads and links resolve to the right per-framework version treesRollback
Revert this single commit once Mintlify fixes the selector.
🤖 Generated with Claude Code