docs: Restructure navigation with new Customize tab#9751
Closed
docs: Restructure navigation with new Customize tab#9751
Conversation
… link - Create new 'Customize' tab in docs navigation with landing page at customize/index.mdx - Add comprehensive customize landing page with sections for Models, Providers, Rules, Prompts, MCP Tools, and Model Roles - Remove 'Customize Overview' from IDE Extensions > Getting Started section - Add 'IDE Extension' group in Documentation tab linking to installation page - Add link to extension features and customize docs on main index page Generated with [Continue](https://continue.dev) Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev> Co-Authored-By: Continue <noreply@continue.dev>
Contributor
|
✅ Review Complete Code Review Summary |
Contributor
There was a problem hiding this comment.
1 issue found across 3 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="docs/customize/index.mdx">
<violation number="1" location="docs/customize/index.mdx:98">
P2: Embedded image points to non-existent asset (`/images/customize/images/configure-continue-a5c8c79f3304c08353f3fc727aa5da7e.png`), likely rendering a broken image.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Replace broken link to /agents/agent-file-reference with correct link to /agents/create-and-edit page which covers rules, models, and MCP tool configuration. Generated with [Continue](https://continue.dev) Co-authored-by: bekah-hawrot-weigel <bekah@continue.dev> Co-Authored-By: Continue <noreply@continue.dev>
Removed an image related to configuration and updated the text.
RomneyDa
suggested changes
Feb 4, 2026
| </Info> | ||
|
|
||
| For additional options like `rules`, `model`, and MCP tool configuration, see the [Agent Configuration Reference](/agents/agent-file-reference). | ||
| For additional options like `rules`, `model`, and MCP tool configuration, see [Create and Edit Cloud Agents](/agents/create-and-edit). |
Contributor
There was a problem hiding this comment.
Looks like this is already updated on main
| </Card> | ||
| </CardGroup> | ||
|
|
||
| Learn more about [extension features](https://docs.continue.dev/ide-extensions/) and how to [customize](https://docs.continue.dev/customize/index) → |
Contributor
There was a problem hiding this comment.
this now appears on main already (above card group)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
This PR restructures the documentation navigation to improve discoverability and organization of customization-related content.
Changes
1. New 'Customize' Tab
customize/index.mdxthat serves as a central hub for all customization topics2. Updated IDE Extensions Tab
3. Enhanced Documentation Tab
4. Updated Main Index Page
Benefits
Testing
This task was co-authored by bekah-hawrot-weigel and Continue.
Continue Tasks:▶️ 1 queued — View all
Summary by cubic
Adds a top-level Customize tab with a central landing page to make all customization docs easy to find. Streamlines IDE Extensions and adds a clear link from the home page.
New Features
Refactors
Written for commit cfbefc1. Summary will update on new commits.