Skip to content

Conversation

@continue
Copy link
Contributor

@continue continue bot commented Nov 11, 2025

Summary

This PR addresses feedback from PR #8469 review by adding a missing redirect for the /customize path.

Changes Made

πŸ”— Redirect Addition

  • Added redirect: /customize β†’ /customize/overview
  • Ensures users navigating to /customize without a specific page are directed to the overview

Problem Addressed

From the PR review feedback:

"https://docs.continue.dev/customization/settings doesn't have a /customize page - the link goes nowhere"

While /customization/* paths were properly redirected to /customize/*, there was no redirect for the bare /customize path itself. This could cause 404 errors if users or systems try to access /customize directly.

Testing

βœ… Redirect configured - /customize now redirects to /customize/overview
βœ… Existing redirects intact - All /customization/* paths still work
βœ… Navigation consistency - Aligns with other base path redirects (e.g., /customization β†’ /customize/overview)

Additional Notes

The anchor link issue mentioned in the review (/customization/overview#change-your-model-provider) already has a proper redirect configured and the anchor exists in the target file, so no additional changes were needed for that.


This agent session was co-authored by bdougieyo and Continue.


Summary by cubic

Adds a missing redirect for /customize to /customize/overview and consolidates duplicate docs paths to make /customize the single canonical section. Addresses Linear issue CON-4476 and resolves dead-link feedback from PR #8469.

  • Bug Fixes

    • Added redirect: /customize β†’ /customize/overview
    • Restored anchor redirect for /customization/overview#change-your-model-provider
    • Removed incorrect redirect from /customize/settings β†’ /customize/overview
    • All /customization/* paths now redirect to /customize/*
  • Refactors

    • Removed /docs/customization directory
    • Moved and refined overview content to /customize/overview
    • Added top-level pages: /customize/models, /customize/mcp-tools, /customize/rules, /customize/prompts, /customize/settings
    • Updated docs.json navigation, internal links, and image paths under /images/customize

Written for commit 32fe915. Summary will update automatically on new commits.

continue bot and others added 6 commits November 11, 2025 15:49
…stomize/

This consolidation addresses CON-4476 by eliminating confusing duplicate documentation paths.

## Changes Made

### Structure Consolidation
- Removed /docs/customization/ directory entirely
- Kept /docs/customize/ as the single canonical path (it contains comprehensive content including deep-dives, model-providers, and model-roles)
- Moved better overview content from /customization/overview.mdx to /customize/overview.mdx
- Added new top-level pages to /customize/: models.mdx, mcp-tools.mdx, rules.mdx, prompts.mdx, settings.mdx

### Navigation Updates
- Removed duplicate "Customization" tab from docs.json navigation
- Updated "Customize" tab to include the new top-level pages
- All customization content now appears in a single, well-organized tab

### Redirects
- Added redirects from all /customization/* paths to /customize/*
- Ensures backward compatibility for bookmarks and external links
- Updated existing redirects that pointed to /customization/overview

### Link Updates
- Updated 16+ internal documentation links from /customization/ to /customize/
- Updated image paths from /images/customization/ to /images/customize/
- Consolidated image directories (removed /docs/images/customization/)

## Reasoning for Content Decisions

### Why Keep /customize/ Over /customization/?
1. More concise - Shorter path is easier to type and remember
2. Complete structure - Already contained extensive subdirectories (deep-dives/, model-providers/, model-roles/)
3. Active development - Model provider docs and deep-dives are actively maintained here
4. Better organization - Clear hierarchy with specialized subdirectories

### Content Consolidation Strategy
- Overview page: Used /customization/overview.mdx as base (clearer introduction and practical examples)
- New pages: Brought over /customization/ files that provided good card-based overviews for models, rules, prompts, MCP, and settings
- Deep-dives: Kept existing comprehensive /customize/deep-dives/ content (no overlap with /customization/)
- Model providers: Kept existing /customize/model-providers/ (no equivalent in /customization/)
- Model roles: Kept existing /customize/model-roles/ (no equivalent in /customization/)

### Deleted Content Justification
All files from /docs/customization/ were either:
1. Duplicates with less comprehensive content than /customize/ equivalents
2. Moved to /customize/ to serve as helpful overview pages
3. No unique information lost - content was either redundant or merged

## Success Metrics Addressed
- Zero duplicate documentation paths
- All internal links functional (verified)
- Clear single source of truth for customization
- Backward compatibility via redirects

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <[email protected]>
Co-authored-by: Username <[email protected]>
- Remove conflicting redirect from /customize/settings to /customize/overview
- Restore 'Change Your Model Provider' section to overview page
- Restore introductory copy explaining customization options
- Add redirect for /customization/overview#change-your-model-provider anchor

Addresses feedback from #8469 (review)

Co-authored-by: bdougieyo <[email protected]>

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <[email protected]>
- Fixes issue where /customize path had no redirect
- Ensures users navigating to /customize are directed to the overview page
- Addresses feedback from PR review #8469

Co-authored-by: bdougieyo <[email protected]>
@continue continue bot requested a review from a team as a code owner November 11, 2025 22:45
@continue continue bot requested review from Patrick-Erichsen and removed request for a team November 11, 2025 22:45
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Nov 11, 2025
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • πŸ“ Automatic changelog generation
  • πŸš€ Automated semantic versioning
  • πŸ“Š Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 29 files

@bdougie bdougie closed this Nov 11, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PRs Nov 11, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2025
@bdougie
Copy link
Collaborator

bdougie commented Nov 11, 2025

Created this agent in error.

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

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants