diff --git a/docs/customize/overview.mdx b/docs/customize/overview.mdx
index 238eba18c..b7cb5be33 100644
--- a/docs/customize/overview.mdx
+++ b/docs/customize/overview.mdx
@@ -35,11 +35,6 @@ Give your agent the power of tools using [Agent mode in the extensions](/ide-ext
[Learn more about MCP tools →](/customize/mcp-tools)
-## Customize VS Code Settings
-
-Adjust IDE-specific settings to optimize your Continue experience.
-
-[Learn more about settings →](/ide-extensions/settings)
## Deep Dives
diff --git a/docs/docs.json b/docs/docs.json
index 7ffe88649..5fb3288dc 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -96,16 +96,45 @@
]
},
{
- "group": "IDE Extensions",
- "icon": "star",
+ "group": "Help",
+ "icon": "book-open",
"expanded": false,
+ "pages": ["faqs", "troubleshooting", "CONTRIBUTING"]
+ },
+ {
+ "group": "IDE Extensions",
+ "icon": "puzzle-piece",
+ "pages": [
+ {
+ "page": "ide-extensions/install",
+ "href": "/ide-extensions/install"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "tab": "IDE Extensions",
+ "groups": [
+ {
+ "group": "Getting Started",
+ "icon": "rocket-launch",
"pages": [
"ide-extensions/install",
"ide-extensions/quick-start",
- "ide-extensions/settings",
+ {
+ "page": "Customization",
+ "href": "/customize/overview"
+ }
+ ]
+ },
+ {
+ "group": "Features",
+ "expanded": false,
+ "icon": "star",
+ "pages": [
{
"group": "Agent",
- "expanded": false,
"icon": "robot",
"pages": [
"ide-extensions/agent/quick-start",
@@ -118,7 +147,6 @@
},
{
"group": "Chat",
- "expanded": false,
"icon": "messages",
"pages": [
"ide-extensions/chat/quick-start",
@@ -130,8 +158,6 @@
},
{
"group": "Autocomplete",
- "expanded": false,
-
"icon": "sparkles",
"pages": [
"ide-extensions/autocomplete/quick-start",
@@ -144,8 +170,6 @@
},
{
"group": "Edit",
- "expanded": false,
-
"icon": "pen-to-square",
"pages": [
"ide-extensions/edit/quick-start",
@@ -157,20 +181,10 @@
}
]
},
-
- {
- "group": "Help",
- "icon": "book-open",
- "expanded": false,
- "pages": ["faqs", "troubleshooting", "CONTRIBUTING"]
- }
- ]
- },
- {
- "tab": "Customize",
- "groups": [
{
"group": "Customize",
+ "expanded": false,
+ "icon": "sliders",
"pages": [
"customize/overview",
"customize/models",
@@ -230,7 +244,6 @@
"customize/model-roles/reranking"
]
},
-
{
"group": "Deep Dives",
"icon": "microscope",
@@ -247,6 +260,20 @@
},
"customize/telemetry"
]
+ },
+ {
+ "group": "Reference",
+ "expanded": false,
+ "icon": "code",
+ "pages": [
+ "reference",
+ "reference/yaml-migration",
+ "reference/continue-mcp",
+ "reference/json-reference",
+ "reference/deprecated-context-providers",
+ "reference/deprecated-codebase",
+ "reference/deprecated-docs"
+ ]
}
]
},
@@ -330,24 +357,6 @@
]
}
]
- },
- {
- "tab": "Reference",
- "groups": [
- {
- "group": "Reference",
- "icon": "code",
- "pages": [
- "reference",
- "reference/yaml-migration",
- "reference/continue-mcp",
- "reference/json-reference",
- "reference/deprecated-context-providers",
- "reference/deprecated-codebase",
- "reference/deprecated-docs"
- ]
- }
- ]
}
],
"global": {
@@ -541,7 +550,11 @@
},
{
"source": "/customization/settings",
- "destination": "/ide-extensions/settings"
+ "destination": "/customize/overview"
+ },
+ {
+ "source": "/ide-extensions/settings",
+ "destination": "/customize/overview"
},
{
"source": "/customize/tools",
diff --git a/docs/ide-extensions/settings.mdx b/docs/ide-extensions/settings.mdx
deleted file mode 100644
index 7dd8c849d..000000000
--- a/docs/ide-extensions/settings.mdx
+++ /dev/null
@@ -1,188 +0,0 @@
----
-title: Settings
-description: Configure Continue through VS Code's streamlined settings interface
----
-
-
-
-## Quick Access
-
-
-
- Click the gear in the Continue sidebar
-
-
- File → Preferences → Settings → Extensions → Continue
-
-
- Edit `config.yml` directly for advanced options
-
-
-
-
- Use the toolbar buttons for quick access to specific settings: - **Rules**
- (pencil icon) - Custom coding preferences - **Tools** (wrench icon) - Manage
- integrations - **Models** (cube icon) - Configure AI providers
-
-
-## Core Settings
-
-
-
-
-
- | Setting | Description |
- |---------|-------------|
- | Session Tabs | Manage multiple chat sessions |
- | Code Wrapping | Auto-wrap long code lines |
- | Markdown Display | Show raw markdown vs rendered |
- | Chat Scrollbar | Toggle scrollbar visibility |
-
-
-
- | Setting | Description |
- |---------|-------------|
- | Auto-accept Diffs | Apply code changes automatically |
- | Tool Rejection | Continue after tool rejection |
- | Auto-naming | Generate session titles automatically |
-
-
-
-
-
- Configure code completions:
-
-
-
-
- Autocomplete models need to be added to your config to enable selecting an autocomplete model. If none is available, you will be linked to the docs showing recommended models. See our [model recommendations](/customize/model-roles/autocomplete) for the best autocomplete models.
-
-
-
-
-
- To better understand how to set up configs and models, see our [Understanding Configs guide](/guides/understanding-configs).
-
-
-
-
-
- Control how Continue understands your codebase:
-
-
-
-
-
- Toggle codebase indexing in the settings panel
-
-
- Watch real-time status in the UI
-
-
- Check which files are indexed via the status indicator
-
-
-
-
- Indexing enables Continue to understand your entire codebase structure, significantly improving context awareness and suggestions.
-
-
-
-
-
-
- These features are in beta and may change or have stability issues.
-
-
- | Feature | Purpose |
- |---------|---------|
- | Add Current File by Default | The currently open file is added as context in every new conversation |
- | Enable experimental tools | Enables access to experimental tools that are still in development |
- | Only use system message tools | Continue will not attempt to use native tool calling and will only use system message tools |
- | @Codebase: use tool calling only | @codebase context provider will only use tool calling for code retrieval |
- | Stream after tool rejection | Streaming will continue after the tool call is rejected |
-
-
-
-
-## Model & Assistant Selection
-
-
-
-The refined assistant selector features:
-
-- **Organization badges** for easy provider identification
-- **Smart error handling** that sorts problematic configurations while keeping them selectable
-- **Keyboard navigation** for quick model switching
-
-## Privacy & Data
-
-
-
- All code analysis happens locally unless explicitly shared
-
-
- Opt in/out of anonymous usage statistics
-
-
- Sessions auto-save and restore between IDE restarts
-
-
-
-## Troubleshooting
-
-
-
- - Verify API keys in `config.yml` - Check network connectivity - Confirm
- endpoint URLs are correct
-
-
-
- - Review MCP server configurations - Check tool permissions - Verify tool
- dependencies are installed
-
-
-
- - Check file permissions
- - Review `.gitignore` patterns
- - Verify sufficient disk space
-
-
-
-
-
- Still having issues? Check our comprehensive [troubleshooting
- guide](/troubleshooting) or visit the [FAQs](/faqs) for more solutions.
-
-
-## Next Steps
-
-
-
- Set up your AI providers
-
-
- Extend Continue with MCP tools
-
-
- Define coding preferences
-
-
- Customize AI behavior
-
-