Skip to content

Commit 1eb3302

Browse files
committed
move customization settings to IDE-ext
1 parent e4ae674 commit 1eb3302

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"pages": [
8585
"ide-extensions/install",
8686
"ide-extensions/quick-start",
87+
"ide-extensions/settings",
8788
{
8889
"group": "Agent",
8990
"icon": "robot",
@@ -152,7 +153,6 @@
152153
"customize/mcp-tools",
153154
"customize/rules",
154155
"customize/prompts",
155-
"customize/settings",
156156
{
157157
"group": "Model Providers",
158158
"icon": "server",
@@ -446,7 +446,7 @@
446446
},
447447
{
448448
"source": "/customization/settings",
449-
"destination": "/customize/settings"
449+
"destination": "/ide-extensions/settings"
450450
},
451451
{
452452
"source": "/customize/tools",

docs/customize/settings.mdx renamed to docs/ide-extensions/settings.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ title: Settings
33
description: Configure Continue through VS Code's streamlined settings interface
44
---
55

6-
<img
7-
src="/images/continue-settings-card-layout.png"
8-
alt="Continue Settings Panel - Card-based Layout"
9-
/>
106

11-
The new settings experience introduces a **card-based layout** that reduces visual clutter while maintaining powerful functionality. Every setting is more discoverable and easier to modify, whether you're on an ultrawide monitor or a small laptop screen.
127

138
## Quick Access
149

@@ -29,7 +24,10 @@ The new settings experience introduces a **card-based layout** that reduces visu
2924
(pencil icon) - Custom coding preferences - **Tools** (wrench icon) - Manage
3025
integrations - **Models** (cube icon) - Configure AI providers
3126
</Tip>
32-
27+
<img
28+
src="/images/continue-settings-card-layout.png"
29+
alt="Continue Settings Panel - Card-based Layout"
30+
/>
3331
## Core Settings
3432

3533
<Tabs>

0 commit comments

Comments
 (0)