-
Notifications
You must be signed in to change notification settings - Fork 4.1k
docs: Restructure navigation with new Customize tab #9751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
BekahHW
wants to merge
3
commits into
main
Choose a base branch
from
docs/customize-tab-restructure
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+176
−6
Conversation
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
… 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>
|
✅ Review Complete Code Review Summary |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.