[A/B v2 — do not merge] V&V versions→tabs, test version-tree 500 - #459
Draft
raj-dubey1 wants to merge 2 commits into
Draft
[A/B v2 — do not merge] V&V versions→tabs, test version-tree 500#459raj-dubey1 wants to merge 2 commits into
raj-dubey1 wants to merge 2 commits into
Conversation
…tabs) Correct shape after v1 (tab->versions) broke V&V routing. Inverts the SDK nesting from dropdowns(framework)->versions to the documented "versions containing tabs" pattern: SDK tab -> versions[v5 (default:true), v4] -> tabs[JS, RN, iOS, Android, Flutter] -> groups v5 marked default so canonical URLs (e.g. /calls/javascript/overview) stay unprefixed. Verified locally with mintlify dev: all V&V pages route (200 + real content) and the page renders a v5 version selector plus the five framework tabs. Page paths unchanged. Not for merge. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
A/B test v2 — NOT for merge
Second attempt to test whether restructuring away from the crashing version-switcher shape stops the desktop Error 500 (
insertBeforecrash in Mintlify's bundlef486afc314643ce1.js).v1 (
tab → versions) broke V&V routing. This v2 uses the documented "versions containing tabs" pattern:SDK tab → versions[v5 (default:true), v4] → tabs[JavaScript, React Native, iOS, Android, Flutter] → groupsv5isdefaultso canonical URLs stay unprefixed (e.g./calls/javascript/overview).mintlify dev: all V&V pages route (200 + real content) and the page renders a v5 version selector + the five framework tabs. Page paths unchanged.Test on this preview
/calls/javascript/overviewrenders V&V content (routing OK)./ui-kit/react/overview(Chat, still nested) should still 500.Note: the config that crashes is schema-valid per Mintlify's own docs.json schema, so this is a Mintlify runtime bug regardless; this A/B only tests whether a different (also-valid) shape happens to avoid it.
🤖 Generated with Claude Code