Skip to content

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Jan 19, 2026

Summary

  • Fix IDE Extensions tab not navigating correctly when clicked from other tabs
  • Fix Mission Control link redirecting to /mission-control/tasks instead of the overview page
  • Remove esoteric CLI config page

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:

  • Remove IDE Extensions cross-reference group from Documentation tab
  • Change Customization link from redirect object to direct page reference

Mission Control Link

Clicking "Mission Control" in the sidebar was redirecting to /mission-control/tasks instead of staying on the overview page.

Root cause: Mintlify treats /folder URLs specially - if there's no explicit folder.mdx file, it redirects to the first page in that folder's navigation.

Fix: Change page reference from "mission-control" to "mission-control/index"

Test plan

  • Visit http://localhost:3002 with mintlify dev running
  • Click on Guides tab, then click IDE Extensions tab - should navigate to /ide-extensions/install
  • Click on Documentation tab - should navigate to /
  • Click on Mission Control in the sidebar - should show the Mission Control overview page, not redirect to /mission-control/tasks

🤖 Generated with Claude Code


Continue Tasks

Status Task Actions
▶️ Queued Create GitHub Issue (OS) View
▶️ Queued Update PostHog Dashboards View

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

    • IDE Extensions tab: removed cross-reference group and switched Customization to a direct page reference (“customize/overview”) so it resolves to /ide-extensions/install.
    • Mission Control: changed link from “mission-control” to “mission-control/index” to avoid redirecting to /mission-control/tasks.
  • Refactors

    • Removed docs/cli/configuration.mdx.

Written for commit a3c46ed. Summary will update on new commits.

sestinj and others added 3 commits January 19, 2026 13:34
The IDE Extensions tab was incorrectly linking to "/" instead of
"/ide-extensions/install", causing tab switching to fail.

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 "/".

Changes:
- Remove IDE Extensions cross-reference group from Documentation tab
- Change Customization link from redirect object to direct page ref

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@sestinj sestinj requested a review from a team as a code owner January 19, 2026 21:40
@sestinj sestinj requested review from RomneyDa and removed request for a team January 19, 2026 21:40
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 19, 2026
@sestinj sestinj merged commit 5e57866 into main Jan 19, 2026
7 of 8 checks passed
@sestinj sestinj deleted the nate/cn-docs branch January 19, 2026 21:40
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PRs Jan 19, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2026
@sestinj
Copy link
Contributor Author

sestinj commented Jan 22, 2026

🎉 This PR is included in version 1.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

released size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants