fix: resolve docs tab navigation issues #9682
Merged
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.
Summary
Changes
IDE Extensions Tab Navigation
The IDE Extensions tab was incorrectly linking to "/" instead of "/ide-extensions/install", causing tab switching to fail when users were on the Guides tab.
Root cause: Mintlify determines tab URLs from the first group's pages. Using
{page, href}redirect objects pointing to different folder prefixes caused Mintlify to default to "/".Fix:
Mission Control Link
Clicking "Mission Control" in the sidebar was redirecting to
/mission-control/tasksinstead of staying on the overview page.Root cause: Mintlify treats
/folderURLs specially - if there's no explicitfolder.mdxfile, it redirects to the first page in that folder's navigation.Fix: Change page reference from
"mission-control"to"mission-control/index"Test plan
mintlify devrunning🤖 Generated with Claude Code
Continue Tasks
Powered by Continue
Summary by cubic
Fixed docs navigation issues: IDE Extensions tab routes correctly and Mission Control opens the overview page. Also removed the outdated CLI configuration page.
Bug Fixes
Refactors
Written for commit a3c46ed. Summary will update on new commits.