SIGN IN SIGN UP
continuedev / continue UNCLAIMED

⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

32236 0 2 TypeScript
2025-07-07 13:26:35 -07:00
{
2025-07-07 16:19:16 -07:00
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
2025-07-07 13:26:35 -07:00
"name": "Continue",
2025-07-07 16:19:16 -07:00
"colors": {
"primary": "#6b7280",
"light": "#ffffff",
"dark": "#000000"
},
"favicon": "/favicon.png",
"navigation": {
"tabs": [
{
2026-02-16 18:26:59 -08:00
"tab": "Checks",
2025-07-07 16:19:16 -07:00
"groups": [
2026-02-16 18:26:59 -08:00
{
"group": "Getting Started",
"icon": "rocket-launch",
"pages": [
"index",
"checks/quickstart",
"checks/running-locally",
"checks/running-in-ci"
2026-02-16 18:26:59 -08:00
]
},
{
"group": "Writing Checks",
"icon": "pencil",
"pages": [
"checks/generating-checks",
"checks/best-practices",
"checks/iterating",
2026-02-16 18:26:59 -08:00
"checks/reference"
]
},
{
"group": "Mission Control",
"icon": "globe",
2026-02-16 18:26:59 -08:00
"expanded": false,
"pages": [
2026-02-16 18:26:59 -08:00
"mission-control/beyond-checks",
{
"group": "Integrations",
"pages": [
"mission-control/integrations/github",
"mission-control/integrations/sentry",
"mission-control/integrations/snyk",
"mission-control/integrations/slack",
"mission-control/integrations/posthog",
"mission-control/integrations/atlassian",
2025-12-19 13:53:52 -05:00
"mission-control/integrations/netlify",
"mission-control/integrations/supabase"
]
},
"mission-control/metrics"
]
}
]
},
{
"tab": "CLI",
"groups": [
{
"group": "CLI",
"icon": "terminal",
"pages": [
2026-02-16 13:19:21 -08:00
"cli/quickstart",
"cli/tui-mode",
"cli/headless-mode",
"cli/configuration",
"cli/tool-permissions"
]
2025-07-07 16:19:16 -07:00
}
]
},
{
"tab": "IDE Extensions",
2025-07-07 16:19:16 -07:00
"groups": [
{
"group": "Getting Started",
"icon": "rocket-launch",
2025-07-07 16:19:16 -07:00
"pages": [
"ide-extensions/install",
"ide-extensions/quick-start",
"customize/overview"
]
},
{
2026-01-16 19:47:36 -08:00
"group": "Features",
"expanded": false,
2026-01-16 19:47:36 -08:00
"icon": "star",
"pages": [
{
"group": "Agent",
"pages": [
"ide-extensions/agent/quick-start",
"ide-extensions/agent/how-it-works",
"ide-extensions/agent/plan-mode",
"ide-extensions/agent/model-setup",
"ide-extensions/agent/how-to-customize",
"ide-extensions/agent/context-selection"
]
},
2025-07-07 16:19:16 -07:00
{
"group": "Chat",
"pages": [
"ide-extensions/chat/quick-start",
"ide-extensions/chat/how-it-works",
"ide-extensions/chat/model-setup",
"ide-extensions/chat/how-to-customize",
"ide-extensions/chat/context-selection"
2025-07-07 16:19:16 -07:00
]
},
{
"group": "Autocomplete",
"pages": [
"ide-extensions/autocomplete/quick-start",
"ide-extensions/autocomplete/how-it-works",
"ide-extensions/autocomplete/model-setup",
"ide-extensions/autocomplete/how-to-customize",
"ide-extensions/autocomplete/context-selection",
"ide-extensions/autocomplete/next-edit"
2025-07-07 16:19:16 -07:00
]
},
{
"group": "Edit",
"pages": [
"ide-extensions/edit/quick-start",
"ide-extensions/edit/how-it-works",
"ide-extensions/edit/model-setup",
"ide-extensions/edit/how-to-customize",
"ide-extensions/edit/context-selection"
2025-07-07 16:19:16 -07:00
]
}
]
},
{
"group": "Customize",
"expanded": false,
"icon": "sliders",
2025-07-07 16:19:16 -07:00
"pages": [
"customize/overview",
Consolidate duplicate documentation paths from /customization/ to /customize/ 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 <noreply@continue.dev> Co-authored-by: Username <nate@continue.dev>
2025-10-27 22:44:12 +00:00
"customize/models",
"customize/mcp-tools",
"customize/rules",
"customize/prompts",
2025-07-07 16:19:16 -07:00
{
"group": "Model Providers",
"pages": [
2025-08-14 16:20:59 -04:00
"customize/model-providers/overview",
2025-07-07 16:19:16 -07:00
{
"group": "Popular Providers",
"pages": [
"customize/model-providers/top-level/anthropic",
"customize/model-providers/top-level/azure",
"customize/model-providers/top-level/bedrock",
"customize/model-providers/top-level/gemini",
2025-11-27 14:19:20 +01:00
"customize/model-providers/top-level/huggingfaceinference",
"customize/model-providers/top-level/inception",
"customize/model-providers/top-level/lmstudio",
"customize/model-providers/top-level/ollama",
"customize/model-providers/top-level/openrouter",
"customize/model-providers/top-level/openai",
"customize/model-providers/top-level/tetrate_agent_router_service",
"customize/model-providers/top-level/vertexai"
2025-07-07 16:19:16 -07:00
]
},
{
"group": "More Providers",
"pages": [
"customize/model-providers/more/asksage",
"customize/model-providers/more/deepseek",
"customize/model-providers/more/deepinfra",
2025-07-07 16:19:16 -07:00
"customize/model-providers/more/groq",
"customize/model-providers/more/llamacpp",
2025-08-04 11:54:35 -07:00
"customize/model-providers/more/llamastack",
"customize/model-providers/more/mimo",
"customize/model-providers/more/mistral",
"customize/model-providers/more/moonshot",
2026-02-02 22:22:30 -08:00
"customize/model-providers/more/nous",
2025-07-07 16:19:16 -07:00
"customize/model-providers/more/nvidia",
"customize/model-providers/more/tensorix",
"customize/model-providers/more/together",
"customize/model-providers/more/xAI",
"customize/model-providers/more/zai"
2025-07-07 16:19:16 -07:00
]
}
]
},
{
"group": "Model Roles",
"pages": [
"customize/model-roles/00-intro",
"customize/model-roles/chat",
"customize/model-roles/autocomplete",
"customize/model-roles/edit",
"customize/model-roles/apply",
"customize/model-roles/embeddings",
"customize/model-roles/reranking"
]
},
{
"group": "Deep Dives",
"pages": [
"customize/deep-dives/configuration",
"customize/deep-dives/rules",
"customize/deep-dives/prompts",
"customize/deep-dives/autocomplete",
"customize/deep-dives/development-data",
docs: add model capabilities guide and update provider documentation with tool_use (#6901) * docs: add model capabilities guide and update provider documentation - Add new model-capabilities.mdx deep dive guide - Update OpenRouter provider documentation - Update Ollama provider documentation - Update reference documentation - Update troubleshooting documentation * docs: add model-capabilities to navigation menu - Add model-capabilities.mdx to deep-dives section in docs.json * docs: add model compatibility matrix to model capabilities guide - Add comprehensive compatibility matrix for popular models - Include OpenAI, Anthropic, Google, Mistral, DeepSeek, and Ollama models - Document feature support for Chat, Apply, Edit, Tool Use, and Image Input - Add GitHub edit link for community contributions * docs: refactor troubleshooting content for model capabilities * docs: improve model capabilities guide formatting and structure - Remove migration section reference to non-existent page - Align table headers with left alignment for better readability - Clean up document structure by removing broken cross-reference * fix: remove css fix * docs: update model capabilities and setup documentation - Enhanced model capabilities documentation with more detailed explanations - Added model setup information across agent, autocomplete, chat, and edit features - Improved documentation structure and clarity for better user understanding * docs: add more context to model setup bdougie/con-3178 * fix: update naming * fix: response to pr review * Update docs/customize/deep-dives/model-capabilities.mdx Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com> * Update docs/customize/deep-dives/model-capabilities.mdx Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com> * Update docs/customize/model-providers/top-level/ollama.mdx Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com> * fix: remove note * docs: clarify model capabilities configuration and detection * fix: update columns --------- Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com>
2025-08-05 11:16:44 -07:00
"customize/deep-dives/mcp",
"customize/deep-dives/custom-providers",
docs: add model capabilities guide and update provider documentation with tool_use (#6901) * docs: add model capabilities guide and update provider documentation - Add new model-capabilities.mdx deep dive guide - Update OpenRouter provider documentation - Update Ollama provider documentation - Update reference documentation - Update troubleshooting documentation * docs: add model-capabilities to navigation menu - Add model-capabilities.mdx to deep-dives section in docs.json * docs: add model compatibility matrix to model capabilities guide - Add comprehensive compatibility matrix for popular models - Include OpenAI, Anthropic, Google, Mistral, DeepSeek, and Ollama models - Document feature support for Chat, Apply, Edit, Tool Use, and Image Input - Add GitHub edit link for community contributions * docs: refactor troubleshooting content for model capabilities * docs: improve model capabilities guide formatting and structure - Remove migration section reference to non-existent page - Align table headers with left alignment for better readability - Clean up document structure by removing broken cross-reference * fix: remove css fix * docs: update model capabilities and setup documentation - Enhanced model capabilities documentation with more detailed explanations - Added model setup information across agent, autocomplete, chat, and edit features - Improved documentation structure and clarity for better user understanding * docs: add more context to model setup bdougie/con-3178 * fix: update naming * fix: response to pr review * Update docs/customize/deep-dives/model-capabilities.mdx Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com> * Update docs/customize/deep-dives/model-capabilities.mdx Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com> * Update docs/customize/model-providers/top-level/ollama.mdx Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com> * fix: remove note * docs: clarify model capabilities configuration and detection * fix: update columns --------- Co-authored-by: BekahHW <34313413+BekahHW@users.noreply.github.com>
2025-08-05 11:16:44 -07:00
"customize/deep-dives/model-capabilities"
2025-07-07 16:19:16 -07:00
]
},
"customize/telemetry"
2025-07-07 16:19:16 -07:00
]
},
{
"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"
]
},
{
"group": "Guides",
"expanded": false,
"icon": "compass",
"pages": [
"guides/understanding-configs",
"guides/configuring-models-rules-tools",
"guides/codebase-documentation-awareness",
"guides/plan-mode-guide",
"guides/ollama-guide",
"guides/instinct",
"guides/running-continue-without-internet",
"guides/custom-code-rag",
"guides/how-to-self-host-a-model"
]
},
2025-07-07 16:19:16 -07:00
{
"group": "Help",
"icon": "book-open",
"expanded": false,
"pages": ["faqs", "troubleshooting", "CONTRIBUTING"]
},
{
"group": "Continue Hub (deprecated)",
"expanded": false,
"icon": "box-archive",
2025-07-07 16:19:16 -07:00
"pages": [
{
"group": "Secrets",
"pages": [
"mission-control/secrets/secret-types",
"mission-control/secrets/secret-resolution"
]
},
{
"group": "Configs",
"pages": [
"mission-control/configs/intro",
"mission-control/configs/use-a-config",
"mission-control/configs/create-a-config",
"mission-control/configs/edit-a-config"
]
}
2025-07-07 16:19:16 -07:00
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "About Us",
"href": "https://continue.dev/about-us",
2025-07-07 16:19:16 -07:00
"icon": "book-open"
},
{
"anchor": "Blog",
"href": "https://continue.dev/blog",
"icon": "newspaper"
},
{
"anchor": "Changelog",
"href": "https://changelog.continue.dev/",
"icon": "bullhorn"
2025-07-07 16:19:16 -07:00
}
]
}
},
2025-07-07 13:26:35 -07:00
"logo": {
"light": "/logo/light.svg",
2025-07-07 16:19:16 -07:00
"dark": "/logo/dark.svg",
2025-07-07 13:26:35 -07:00
"href": "https://continue.dev"
},
2025-07-07 16:19:16 -07:00
"background": {
"color": {
2025-07-07 13:26:35 -07:00
"dark": "#1a1a1a"
}
},
2025-07-07 16:19:16 -07:00
"navbar": {
2025-07-08 20:46:27 -07:00
"links": [
{
2025-10-07 11:07:22 -04:00
"label": "🚀 Get Started",
"href": "https://continue.dev/"
2025-07-08 20:46:27 -07:00
}
],
2025-07-08 10:41:54 -07:00
"primary": {
"type": "github",
"href": "https://github.com/continuedev/continue"
}
2025-07-07 19:39:59 -07:00
},
2025-07-07 16:19:16 -07:00
"footer": {
"socials": {
"x": "https://twitter.com/continuedev",
"github": "https://github.com/continuedev/continue",
"linkedin": "https://linkedin.com/company/continuedev",
"youtube": "https://www.youtube.com/@continuedev"
2025-07-07 16:19:16 -07:00
}
2025-07-07 13:26:35 -07:00
},
2025-07-07 19:39:59 -07:00
"contextual": {
2025-07-08 20:46:27 -07:00
"options": ["copy", "view"]
},
"feedback": {
2025-07-08 20:50:25 -07:00
"thumbsRating": true,
"suggestEdit": true,
"raiseIssue": false
2025-07-07 19:39:59 -07:00
},
2025-07-07 16:19:16 -07:00
"integrations": {
2025-07-07 15:43:48 -07:00
"ga4": {
2025-07-07 15:33:18 -07:00
"measurementId": "G-M3JWW8N2XQ"
2025-07-08 13:10:40 -07:00
},
"posthog": {
"apiKey": "phc_JS6XFROuNbhJtVCEdTSYk6gl5ArRrTNMpCcguAXlSPs"
2025-07-07 15:33:18 -07:00
}
},
2025-08-06 15:41:07 -07:00
"custom": {
"css": ["custom.css"],
"js": ["reo-tracking.js"]
2025-08-06 15:41:07 -07:00
},
2025-07-07 15:25:53 -07:00
"redirects": [
2026-02-16 13:19:21 -08:00
{
"source": "/cli/overview",
"destination": "/cli/quickstart"
},
{
"source": "/cli/install",
"destination": "/cli/quickstart"
},
{
"source": "/changelog",
"destination": "https://changelog.continue.dev"
},
2025-07-07 15:25:53 -07:00
{
"source": "/hub",
"destination": "/mission-control"
},
{
"source": "/hub/introduction",
"destination": "/mission-control"
},
{
"source": "/hub/configs/intro",
"destination": "/mission-control/configs/intro"
},
{
"source": "/hub/configs/use-a-config",
"destination": "/mission-control/configs/use-a-config"
},
{
"source": "/hub/configs/create-a-config",
"destination": "/mission-control/configs/create-a-config"
},
{
"source": "/hub/configs/edit-a-config",
"destination": "/mission-control/configs/edit-a-config"
2025-07-07 15:25:53 -07:00
},
{
"source": "/hub/governance",
"destination": "/mission-control/governance/org-permissions"
},
{
"source": "/hub/governance/creating-an-org",
"destination": "/mission-control/governance/creating-an-org"
},
{
"source": "/hub/governance/org-permissions",
"destination": "/mission-control/governance/org-permissions"
},
{
"source": "/hub/governance/pricing",
"destination": "/mission-control/governance/pricing"
2025-07-07 15:25:53 -07:00
},
{
"source": "/hub/secrets",
"destination": "/mission-control/secrets/secret-types"
},
{
"source": "/hub/secrets/secret-types",
"destination": "/mission-control/secrets/secret-types"
},
{
"source": "/hub/secrets/secret-resolution",
"destination": "/mission-control/secrets/secret-resolution"
},
{
"source": "/hub/sharing",
"destination": "/mission-control/sharing"
},
{
"source": "/hub/source-control",
"destination": "/mission-control"
2025-07-07 15:25:53 -07:00
},
{
"source": "/hub/blocks",
"destination": "/mission-control"
},
{
"source": "/hub/blocks/intro",
"destination": "/mission-control"
},
{
"source": "/hub/blocks/use-a-block",
"destination": "/mission-control"
},
{
"source": "/hub/blocks/block-types",
"destination": "/mission-control"
},
{
"source": "/hub/workflows/intro",
"destination": "/mission-control/beyond-checks"
},
{
"source": "/hub/blocks/create-a-block",
"destination": "/hub/introduction"
2025-07-07 15:25:53 -07:00
},
{
Consolidate duplicate documentation paths from /customization/ to /customize/ 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 <noreply@continue.dev> Co-authored-by: Username <nate@continue.dev>
2025-10-27 22:44:12 +00:00
"source": "/customization",
"destination": "/customize/overview"
2025-07-07 15:25:53 -07:00
},
{
Consolidate duplicate documentation paths from /customization/ to /customize/ 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 <noreply@continue.dev> Co-authored-by: Username <nate@continue.dev>
2025-10-27 22:44:12 +00:00
"source": "/customization/overview",
"destination": "/customize/overview"
},
{
"source": "/customization/overview#change-your-model-provider",
2025-11-12 13:45:20 -05:00
"destination": "/customize/model-providers/overview#change-your-model-provider"
},
Consolidate duplicate documentation paths from /customization/ to /customize/ 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 <noreply@continue.dev> Co-authored-by: Username <nate@continue.dev>
2025-10-27 22:44:12 +00:00
{
"source": "/customization/models",
"destination": "/customize/models"
},
{
"source": "/customization/mcp-tools",
"destination": "/customize/mcp-tools"
},
{
"source": "/customization/rules",
"destination": "/customize/rules"
},
{
"source": "/customization/prompts",
"destination": "/customize/prompts"
},
{
"source": "/customization/settings",
2026-01-16 19:47:36 -08:00
"destination": "/customize/overview"
},
{
"source": "/ide-extensions/settings",
"destination": "/customize/overview"
2025-07-07 15:25:53 -07:00
},
{
"source": "/customize/tools",
Consolidate duplicate documentation paths from /customization/ to /customize/ 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 <noreply@continue.dev> Co-authored-by: Username <nate@continue.dev>
2025-10-27 22:44:12 +00:00
"destination": "/customize/mcp-tools"
2025-07-07 15:25:53 -07:00
},
{
"source": "/install/vscode",
"destination": "/ide-extensions/install"
2025-07-07 15:25:53 -07:00
},
{
"source": "/install/jetbrains",
"destination": "/ide-extensions/install"
2025-07-07 15:25:53 -07:00
},
{
"source": "/customize/model-types",
"destination": "/customize/model-roles/intro"
},
{
"source": "/setup/overview",
"destination": "/customize/model-roles/intro"
},
{
"source": "/advanced/model-roles/intro",
"destination": "/customize/model-roles/intro"
},
{
"source": "/customize/model-types/embeddings",
"destination": "/customize/model-roles/embeddings"
},
{
"source": "/advanced/model-roles/embeddings",
"destination": "/customize/model-roles/embeddings"
},
{
"source": "/customize/model-types/autocomplete",
"destination": "/customize/model-roles/autocomplete"
},
{
"source": "/advanced/model-roles/autocomplete",
"destination": "/customize/model-roles/autocomplete"
},
{
"source": "/customize/model-types/chat",
"destination": "/customize/model-roles/chat"
},
{
"source": "/advanced/model-roles/chat",
"destination": "/customize/model-roles/chat"
},
{
"source": "/customize/model-types/reranking",
"destination": "/customize/model-roles/reranking"
},
{
"source": "/advanced/model-roles/reranking",
"destination": "/customize/model-roles/reranking"
},
{
"source": "/model-setup/overview",
"destination": "/customize/model-roles/"
2025-07-07 15:25:53 -07:00
},
{
"source": "/model-setup/select-model",
"destination": "/customize/model-roles/00-intro#selecting-model-roles"
2025-07-07 15:25:53 -07:00
},
{
"source": "/model-setup/configuration",
"destination": "/customize/deep-dives/configuration"
2025-07-07 15:25:53 -07:00
},
{
"source": "/quickstart",
"destination": "/"
2025-07-07 15:25:53 -07:00
},
{
"source": "/how-to-use-continue",
"destination": "/"
},
{
"source": "/getting-started/overview",
"destination": "/"
2025-07-07 15:25:53 -07:00
},
{
"source": "/setup/select-provider",
"destination": "/customize/model-providers/anthropic"
},
{
"source": "/setup/model-providers",
"destination": "/customize/model-providers/anthropic"
},
{
"source": "/advanced/model-providers/anthropic",
"destination": "/customize/model-providers/anthropic"
},
{
"source": "/walkthroughs/codebase-embeddings",
"destination": "/reference/deprecated-codebase"
2025-07-07 15:25:53 -07:00
},
{
"source": "/features/codebase-embeddings",
"destination": "/reference/deprecated-codebase"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/deep-dives/codebase",
"destination": "/reference/deprecated-codebase"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/context/codebase",
"destination": "/reference/deprecated-codebase"
2025-07-07 15:25:53 -07:00
},
{
"source": "/walkthroughs/tab-autocomplete",
"destination": "/customize/deep-dives/autocomplete"
},
{
"source": "/features/tab-autocomplete",
"destination": "/customize/deep-dives/autocomplete"
},
{
"source": "/advanced/deep-dives/autocomplete",
"destination": "/customize/deep-dives/autocomplete"
},
{
"source": "/walkthroughs/prompt-files",
"destination": "/customize/deep-dives/prompts"
},
{
"source": "/features/prompt-files",
"destination": "/customize/deep-dives/prompts"
},
{
"source": "/advanced/deep-dives/prompts",
"destination": "/customize/deep-dives/prompts"
},
{
"source": "/actions/how-to-use-it",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/actions/how-to-customize",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/actions",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/actions/model-setup",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/actions/context-selection",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/actions/how-it-works",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/customize/slash-commands",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/customization/slash-commands",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/deep-dives/slash-commands",
"destination": "/customize/deep-dives/prompts"
2025-07-07 15:25:53 -07:00
},
{
"source": "/walkthroughs/quick-actions",
"destination": "/customize/overview"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/deep-dives/vscode-actions",
"destination": "/customize/overview"
},
{
"source": "/customize/deep-dives/vscode-actions",
"destination": "/customize/overview"
2025-07-07 15:25:53 -07:00
},
{
"source": "/customization/code-config",
"destination": "/reference"
},
{
"source": "/reference/config",
"destination": "/reference"
},
{
"source": "/yaml-reference",
"destination": "/reference"
},
{
"source": "/customization/context-providers",
"destination": "/customize/deep-dives/custom-providers"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/context-integration/custom-providers",
"destination": "/customize/deep-dives/custom-providers"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/context/custom-providers",
"destination": "/customize/deep-dives/custom-providers"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/custom-providers",
"destination": "/customize/deep-dives/custom-providers"
2025-07-07 15:25:53 -07:00
},
{
"source": "/development-data",
"destination": "/customize/deep-dives/development-data"
},
{
"source": "/customize/development-data",
"destination": "/customize/deep-dives/development-data"
},
{
"source": "/advanced/deep-dives/development-data",
"destination": "/customize/deep-dives/development-data"
},
{
"source": "/features/talk-to-your-docs",
"destination": "/reference/deprecated-docs"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/context-integration/documentation",
"destination": "/reference/deprecated-docs"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/deep-dives/docs",
"destination": "/reference/deprecated-docs"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/context/documentation",
"destination": "/reference/deprecated-docs"
2025-07-07 15:25:53 -07:00
},
{
"source": "/reference/Model Providers/anthropicllm",
"destination": "/customize/model-providers/anthropic"
},
{
"source": "/reference/Model Providers/azure",
"destination": "/customize/model-providers/azure"
},
{
"source": "/advanced/model-providers/azure",
"destination": "/customize/model-providers/azure"
},
{
"source": "/reference/Model Providers/bedrock",
"destination": "/customize/model-providers/bedrock"
},
{
"source": "/advanced/model-providers/bedrock",
"destination": "/customize/model-providers/bedrock"
},
{
"source": "/reference/Model Providers/deepseek",
"destination": "/customize/model-providers/deepseek"
},
{
"source": "/advanced/model-providers/deepseek",
"destination": "/customize/model-providers/deepseek"
},
{
"source": "/reference/Model Providers/freetrial",
"destination": "/customize/model-providers/anthropic"
},
{
"source": "/reference/Model Providers/geminiapi",
"destination": "/customize/model-providers/gemini"
},
{
"source": "/advanced/model-providers/gemini",
"destination": "/customize/model-providers/gemini"
},
{
"source": "/reference/Model Providers/mistral",
"destination": "/customize/model-providers/mistral"
},
{
"source": "/advanced/model-providers/mistral",
"destination": "/customize/model-providers/mistral"
},
{
"source": "/reference/Model Providers/ollama",
"destination": "/customize/model-providers/ollama"
},
{
"source": "/advanced/model-providers/ollama",
"destination": "/customize/model-providers/ollama"
},
{
"source": "/reference/Model Providers/openai",
"destination": "/customize/model-providers/openai"
},
{
"source": "/advanced/model-providers/openai",
"destination": "/customize/model-providers/openai"
},
{
"source": "/intro",
"destination": "/"
},
{
"source": "/reference/Model Providers/cloudflare",
"destination": "/customize/model-providers/more/cloudflare"
},
{
"source": "/advanced/model-providers/more/cloudflare",
"destination": "/customize/model-providers/more/cloudflare"
},
{
"source": "/reference/Model Providers/cohere",
"destination": "/customize/model-providers/more/cohere"
},
{
"source": "/advanced/model-providers/more/cohere",
"destination": "/customize/model-providers/more/cohere"
},
{
"source": "/reference/Model Providers/deepinfra",
"destination": "/customize/model-providers/more/deepinfra"
},
{
"source": "/advanced/model-providers/more/deepinfra",
"destination": "/customize/model-providers/more/deepinfra"
},
{
"source": "/reference/Model Providers/flowise",
"destination": "/customize/model-providers/more/flowise"
},
{
"source": "/advanced/model-providers/more/flowise",
"destination": "/customize/model-providers/more/flowise"
},
{
"source": "/reference/Model Providers/huggingfaceinferenceapi",
"destination": "/customize/model-providers/more/huggingfaceinferenceapi"
},
{
"source": "/advanced/model-providers/more/huggingfaceinferenceapi",
"destination": "/customize/model-providers/more/huggingfaceinferenceapi"
},
{
"source": "/reference/Model Providers/ipex_llm",
"destination": "/customize/model-providers/more/ipex_llm"
},
{
"source": "/advanced/model-providers/more/ipex_llm",
"destination": "/customize/model-providers/more/ipex_llm"
},
{
"source": "/reference/Model Providers/kindo",
"destination": "/customize/model-providers/more/kindo"
},
{
"source": "/advanced/model-providers/more/kindo",
"destination": "/customize/model-providers/more/kindo"
},
{
"source": "/reference/Model Providers/llamacpp",
"destination": "/customize/model-providers/more/llamacpp"
},
{
"source": "/advanced/model-providers/more/llamacpp",
"destination": "/customize/model-providers/more/llamacpp"
},
2025-08-04 11:58:23 -07:00
{
"source": "/reference/Model Providers/llamastack",
"destination": "/customize/model-providers/more/llamastack"
},
{
"source": "/advanced/model-providers/more/llamastack",
"destination": "/customize/model-providers/more/llamastack"
},
2025-07-07 15:25:53 -07:00
{
"source": "/reference/Model Providers/llamafile",
"destination": "/customize/model-providers/more/llamafile"
},
{
"source": "/advanced/model-providers/more/llamafile",
"destination": "/customize/model-providers/more/llamafile"
},
{
"source": "/reference/Model Providers/lmstudio",
"destination": "/customize/model-providers/more/lmstudio"
},
{
"source": "/advanced/model-providers/more/lmstudio",
"destination": "/customize/model-providers/more/lmstudio"
},
{
"source": "/reference/Model Providers/msty",
"destination": "/customize/model-providers/more/msty"
},
{
"source": "/advanced/model-providers/more/msty",
"destination": "/customize/model-providers/more/msty"
},
{
"source": "/reference/Model Providers/openrouter",
"destination": "/customize/model-providers/more/openrouter"
},
{
"source": "/advanced/model-providers/more/openrouter",
"destination": "/customize/model-providers/more/openrouter"
},
{
"source": "/reference/Model Providers/replicatellm",
"destination": "/customize/model-providers/more/replicatellm"
},
{
"source": "/advanced/model-providers/more/replicatellm",
"destination": "/customize/model-providers/more/replicatellm"
},
{
"source": "/reference/Model Providers/sagemaker",
"destination": "/customize/model-providers/more/sagemaker"
},
{
"source": "/advanced/model-providers/more/sagemaker",
"destination": "/customize/model-providers/more/sagemaker"
},
{
"source": "/reference/Model Providers/textgenwebui",
"destination": "/customize/model-providers/more/textgenwebui"
},
{
"source": "/advanced/model-providers/more/textgenwebui",
"destination": "/customize/model-providers/more/textgenwebui"
},
{
"source": "/reference/Model Providers/together",
"destination": "/customize/model-providers/more/together"
},
{
"source": "/advanced/model-providers/more/together",
"destination": "/customize/model-providers/more/together"
},
{
"source": "/reference/Model Providers/novita",
"destination": "/customize/model-providers/more/novita"
},
{
"source": "/advanced/model-providers/more/novita",
"destination": "/customize/model-providers/more/novita"
},
{
"source": "/reference/Model Providers/vllm",
"destination": "/customize/model-providers/more/vllm"
},
{
"source": "/advanced/model-providers/more/vllm",
"destination": "/customize/model-providers/more/vllm"
},
{
"source": "/reference/Model Providers/watsonx",
"destination": "/customize/model-providers/more/watsonx"
},
{
"source": "/advanced/model-providers/more/watsonx",
"destination": "/customize/model-providers/more/watsonx"
},
{
"source": "/reference/Model Providers/nebius",
"destination": "/customize/model-providers/more/nebius"
},
{
"source": "/advanced/model-providers/more/nebius",
"destination": "/customize/model-providers/more/nebius"
},
{
"source": "/chat",
"destination": "/ide-extensions/chat/quick-start"
2025-07-07 15:25:53 -07:00
},
{
"source": "/chat/how-to-use-it",
"destination": "/ide-extensions/chat/quick-start"
2025-07-07 15:25:53 -07:00
},
{
"source": "/agent",
"destination": "/ide-extensions/agent/quick-start"
2025-07-07 15:25:53 -07:00
},
{
"source": "/agent/how-to-use-it",
"destination": "/ide-extensions/agent/quick-start"
2025-07-07 15:25:53 -07:00
},
2025-07-09 16:49:50 -07:00
{
"source": "/features/agent/how-to-use-it",
"destination": "/ide-extensions/agent/quick-start"
2025-07-09 16:49:50 -07:00
},
2025-07-07 15:25:53 -07:00
{
"source": "/edit",
"destination": "/ide-extensions/edit/quick-start"
2025-07-07 15:25:53 -07:00
},
{
"source": "/edit/how-to-use-it",
"destination": "/ide-extensions/edit/quick-start"
2025-07-07 15:25:53 -07:00
},
2025-07-09 16:49:50 -07:00
{
"source": "/features/edit/how-to-use-it",
"destination": "/ide-extensions/edit/quick-start"
2025-07-09 16:49:50 -07:00
},
2025-07-07 15:25:53 -07:00
{
"source": "/autocomplete",
"destination": "/ide-extensions/autocomplete/quick-start"
2025-07-07 15:25:53 -07:00
},
{
"source": "/autocomplete/how-to-use-it",
"destination": "/ide-extensions/autocomplete/quick-start"
2025-07-07 15:25:53 -07:00
},
2025-07-09 16:49:50 -07:00
{
"source": "/features/autocomplete/how-to-use-it",
"destination": "/ide-extensions/autocomplete/quick-start"
2025-07-09 16:49:50 -07:00
},
2025-07-07 15:25:53 -07:00
{
"source": "/getting-started/install",
"destination": "/ide-extensions/install"
2025-07-07 15:25:53 -07:00
},
{
"source": "/customize/deep-dives/prompt-files",
"destination": "/customize/deep-dives/prompts"
},
{
"source": "/chat/how-it-works",
"destination": "/ide-extensions/chat/how-it-works"
2025-07-07 15:25:53 -07:00
},
{
"source": "/autocomplete/how-it-works",
"destination": "/ide-extensions/autocomplete/how-it-works"
2025-07-07 15:25:53 -07:00
},
{
"source": "/edit/how-it-works",
"destination": "/ide-extensions/edit/how-it-works"
2025-07-07 15:25:53 -07:00
},
{
"source": "/agent/how-it-works",
"destination": "/ide-extensions/agent/how-it-works"
2025-07-07 15:25:53 -07:00
},
{
"source": "/telemetry",
"destination": "/customize/telemetry"
},
{
"source": "/advanced/telemetry",
"destination": "/customize/telemetry"
},
{
"source": "/yaml-migration",
2025-07-07 19:39:59 -07:00
"destination": "/reference/yaml-migration"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/yaml-migration",
2025-07-07 19:39:59 -07:00
"destination": "/reference/yaml-migration"
2025-07-07 15:25:53 -07:00
},
{
"source": "/json-reference",
2025-07-07 19:39:59 -07:00
"destination": "/reference/json-reference"
2025-07-07 15:25:53 -07:00
},
{
"source": "/advanced/json-reference",
2025-07-07 19:39:59 -07:00
"destination": "/reference/json-reference"
},
{
"source": "/customize/json-reference",
"destination": "/reference/json-reference"
},
{
"source": "/customize/yaml-migration",
"destination": "/reference/yaml-migration"
2025-07-08 12:50:25 -07:00
},
{
"source": "/about",
"destination": "https://continue.dev/about-us"
2025-07-09 10:20:44 -07:00
},
{
"source": "/autocomplete/model-setup",
"destination": "/ide-extensions/autocomplete/model-setup"
2025-07-09 11:05:00 -07:00
},
{
"source": "/autocomplete/how-to-customize",
"destination": "/ide-extensions/autocomplete/how-to-customize"
2025-07-09 11:05:00 -07:00
},
{
"source": "/autocomplete/context-selection",
"destination": "/ide-extensions/autocomplete/context-selection"
2025-07-09 16:49:50 -07:00
},
{
"source": "/chat/model-setup",
"destination": "/ide-extensions/chat/model-setup"
2025-07-09 16:49:50 -07:00
},
{
"source": "/chat/how-to-customize",
"destination": "/ide-extensions/chat/how-to-customize"
2025-07-09 16:49:50 -07:00
},
{
"source": "/chat/context-selection",
"destination": "/ide-extensions/chat/context-selection"
2025-07-09 16:49:50 -07:00
},
{
"source": "/features/chat/how-to-use-it",
"destination": "/ide-extensions/chat/quick-start"
2025-07-09 16:49:50 -07:00
},
{
"source": "/edit/model-setup",
"destination": "/ide-extensions/edit/model-setup"
2025-07-09 16:49:50 -07:00
},
{
"source": "/edit/how-to-customize",
"destination": "/ide-extensions/edit/how-to-customize"
2025-07-09 16:49:50 -07:00
},
{
"source": "/edit/context-selection",
"destination": "/ide-extensions/edit/context-selection"
2025-07-09 16:49:50 -07:00
},
{
"source": "/agent/model-setup",
"destination": "/ide-extensions/agent/model-setup"
2025-07-09 16:49:50 -07:00
},
{
"source": "/agent/how-to-customize",
"destination": "/ide-extensions/agent/how-to-customize"
2025-07-09 16:49:50 -07:00
},
{
"source": "/agent/context-selection",
"destination": "/ide-extensions/agent/context-selection"
2025-07-28 17:52:55 -07:00
},
{
"source": "/customize/context/codebase",
"destination": "/guides/codebase-documentation-awareness"
},
{
"source": "/customize/context/documentation",
"destination": "/guides/codebase-documentation-awareness"
},
2025-07-28 17:52:55 -07:00
{
"source": "/customization/overview#codebase-context",
"destination": "/guides/codebase-documentation-awareness"
2025-07-28 17:52:55 -07:00
},
{
"source": "/customization/overview#documentation-context",
"destination": "/guides/codebase-documentation-awareness"
},
{
"source": "/guides/llama3.1",
"destination": "/guides/ollama-guide"
},
{
"source": "/guides/set-up-codestral",
"destination": "/customize/model-providers/more/mistral"
},
{
"source": "/guides/build-your-own-context-provider",
"destination": "/customize/deep-dives/custom-providers"
},
{
"source": "/customize/settings",
"destination": "/customize/overview"
},
{
"source": "/advanced/deep-dives/settings",
"destination": "/customize/overview"
},
{
"source": "/customize/deep-dives/settings",
"destination": "/customize/overview"
},
{
"source": "/hub/blocks/bundles",
"destination": "/hub/introduction"
},
{
"source": "/customize/custom-providers#@greptile-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@commits-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@discord-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@jira-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@gitlab-merge-request-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@google-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@database-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@issue-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@url-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@search-context-provider",
"destination": "/reference/deprecated-context-providers"
},
{
"source": "/customize/custom-providers#@web-context-provider",
"destination": "/reference/deprecated-context-providers"
2025-08-14 16:20:59 -04:00
},
{
"source": "/troubleshooting#faqs",
"destination": "/faqs"
},
{
"source": "/troubleshooting#networking-issues",
"destination": "/faqs#networking-issues"
},
{
"source": "/troubleshooting#configure-certificates",
"destination": "/faqs#configure-certificates"
},
{
"source": "/troubleshooting#vs-code-proxy-settings",
"destination": "/faqs#vs-code-proxy-settings"
},
{
"source": "/troubleshooting#code-server",
"destination": "/faqs#code-server"
},
2025-08-14 04:31:45 +01:00
{
"source": "/troubleshooting#changes-to-assistants-not-showing-in-vs-code",
2025-09-08 14:40:33 -07:00
"destination": "/faqs#changes-to-agents-not-showing-in-vs-code"
2025-08-14 04:31:45 +01:00
},
{
"source": "/troubleshooting#i-installed-continue-but-dont-see-the-sidebar-window",
"destination": "/faqs#i-installed-continue-but-dont-see-the-sidebar-window"
},
{
"source": "/troubleshooting#im-getting-a-404-error-from-openai",
"destination": "/faqs#im-getting-a-404-error-from-openai"
},
{
"source": "/troubleshooting#im-getting-a-404-error-from-openrouter",
"destination": "/faqs#im-getting-a-404-error-from-openrouter"
},
{
"source": "/troubleshooting#indexing-issues",
"destination": "/faqs#indexing-issues"
},
{
"source": "/troubleshooting#agent-mode-is-unavailable-or-tools-arent-working",
"destination": "/faqs#agent-mode-is-unavailable-or-tools-arent-working"
},
{
"source": "/troubleshooting#check-if-your-model-has-tool-support",
"destination": "/faqs#check-if-your-model-has-tool-support"
},
{
"source": "/troubleshooting#tools-not-working",
"destination": "/faqs#tools-not-working"
},
{
"source": "/troubleshooting#images-not-uploading",
"destination": "/faqs#images-not-uploading"
},
{
"source": "/troubleshooting#add-capabilities",
"destination": "/faqs#add-capabilities"
},
{
"source": "/troubleshooting#verify-with-provider",
"destination": "/faqs#verify-with-provider"
},
{
"source": "/troubleshooting#verifying-current-capabilities",
"destination": "/faqs#verifying-current-capabilities"
},
{
"source": "/troubleshooting#android-studio-nothing-to-show-in-chat",
"destination": "/faqs#android-studio-nothing-to-show-in-chat"
},
{
"source": "/troubleshooting#i-received-a-codebase-indexing-disabled-your-linux-system-lacks-required-cpu-features-avx2-fma-notification",
"destination": "/faqs#i-received-a-codebase-indexing-disabled-your-linux-system-lacks-required-cpu-features-avx2-fma-notification"
},
{
"source": "/troubleshooting#how-do-i-reset-the-state-of-the-extension",
"destination": "/faqs#how-do-i-reset-the-state-of-the-extension"
},
{
"source": "/troubleshooting#still-having-trouble",
"destination": "/faqs#still-having-trouble"
},
2025-08-14 16:20:59 -04:00
{
"source": "/customize/model-providers",
"destination": "/customize/model-providers/overview"
},
{
"source": "/features/edit/next-edit",
"destination": "/ide-extensions/autocomplete/next-edit"
},
{
"source": "/features/plan/quick-start",
"destination": "/ide-extensions/agent/plan-mode"
2025-09-08 14:40:33 -07:00
},
{
"source": "/hub/assistants/intro",
"destination": "/mission-control/configs/intro"
2025-09-08 14:40:33 -07:00
},
{
"source": "/hub/assistants/use-an-assistant",
"destination": "/mission-control/configs/use-a-config"
2025-09-08 14:40:33 -07:00
},
{
"source": "/hub/assistants/create-an-assistant",
"destination": "/mission-control/configs/create-a-config"
2025-09-08 14:40:33 -07:00
},
{
"source": "/hub/assistants/edit-an-assistant",
"destination": "/mission-control/configs/edit-a-config"
},
{
"source": "/hub/agents/use-an-agent",
"destination": "/mission-control/configs/use-a-config"
},
{
"source": "/hub/agents/create-an-agent",
"destination": "/mission-control/configs/create-a-config"
},
{
"source": "/hub/agents/edit-an-agent",
"destination": "/mission-control/configs/edit-a-config"
2025-09-08 14:40:33 -07:00
},
{
"source": "/guides/understanding-assistants",
"destination": "/guides/understanding-configs"
},
{
"source": "/guides/understanding-agents",
"destination": "/guides/understanding-configs"
},
{
"source": "/features",
"destination": "/ide-extensions"
},
{
"source": "/features/agent/quick-start",
"destination": "/ide-extensions/agent/quick-start"
},
{
"source": "/features/agent/how-it-works",
"destination": "/ide-extensions/agent/how-it-works"
},
{
"source": "/features/agent/plan-mode",
"destination": "/ide-extensions/agent/plan-mode"
},
{
"source": "/features/agent/model-setup",
"destination": "/ide-extensions/agent/model-setup"
},
{
"source": "/features/agent/how-to-customize",
"destination": "/ide-extensions/agent/how-to-customize"
},
{
"source": "/features/agent/context-selection",
"destination": "/ide-extensions/agent/context-selection"
},
{
"source": "/features/chat/quick-start",
"destination": "/ide-extensions/chat/quick-start"
},
{
"source": "/features/chat/how-it-works",
"destination": "/ide-extensions/chat/how-it-works"
},
{
"source": "/features/chat/model-setup",
"destination": "/ide-extensions/chat/model-setup"
},
{
"source": "/features/chat/how-to-customize",
"destination": "/ide-extensions/chat/how-to-customize"
},
{
"source": "/features/chat/context-selection",
"destination": "/ide-extensions/chat/context-selection"
},
{
"source": "/features/autocomplete/quick-start",
"destination": "/ide-extensions/autocomplete/quick-start"
},
{
"source": "/features/autocomplete/how-it-works",
"destination": "/ide-extensions/autocomplete/how-it-works"
},
{
"source": "/features/autocomplete/model-setup",
"destination": "/ide-extensions/autocomplete/model-setup"
},
{
"source": "/features/autocomplete/how-to-customize",
"destination": "/ide-extensions/autocomplete/how-to-customize"
},
{
"source": "/features/autocomplete/context-selection",
"destination": "/ide-extensions/autocomplete/context-selection"
},
{
"source": "/features/autocomplete/next-edit",
"destination": "/ide-extensions/autocomplete/next-edit"
},
{
"source": "/features/edit/quick-start",
"destination": "/ide-extensions/edit/quick-start"
},
{
"source": "/features/edit/how-it-works",
"destination": "/ide-extensions/edit/how-it-works"
},
{
"source": "/features/edit/model-setup",
"destination": "/ide-extensions/edit/model-setup"
},
{
"source": "/features/edit/how-to-customize",
"destination": "/ide-extensions/edit/how-to-customize"
},
{
"source": "/features/edit/context-selection",
"destination": "/ide-extensions/edit/context-selection"
},
{
"source": "/getting-started/quick-start",
"destination": "/ide-extensions/quick-start"
},
{
"source": "/hub/agents/intro",
"destination": "/agents/intro"
},
{
"source": "/hub/agents/overview",
"destination": "/mission-control/beyond-checks"
},
{
"source": "/hub/agents/create-and-edit",
"destination": "/agents/create-and-edit"
},
{
"source": "/hub/agents/slack-agent",
"destination": "/mission-control/integrations/slack"
},
{
"source": "/hub/integrations/slack-agent",
"destination": "/mission-control/integrations/slack"
},
{
"source": "/mission-control/integrations/slack-agent",
"destination": "/mission-control/integrations/slack"
},
{
"source": "/hub/integrations/github",
"destination": "/mission-control/integrations/github"
},
{
"source": "/hub/integrations/sentry",
"destination": "/mission-control/integrations/sentry"
},
{
"source": "/mission-control/workflows",
"destination": "/mission-control"
},
{
"source": "/mission-control/sharing",
"destination": "/mission-control"
},
{
"source": "/mission-control/governance/creating-an-org",
"destination": "/mission-control"
},
{
"source": "/mission-control/governance/org-permissions",
"destination": "/mission-control"
},
{
"source": "/mission-control/governance/pricing",
"destination": "/mission-control"
},
{
"source": "/agents/overview",
"destination": "/mission-control/beyond-checks"
},
{
"source": "/agents/intro",
"destination": "/mission-control/beyond-checks"
},
{
"source": "/agents/create-and-edit",
"destination": "/mission-control/beyond-checks"
},
{
"source": "/mission-control/tasks",
"destination": "/mission-control/beyond-checks"
2026-02-16 18:26:59 -08:00
},
{
"source": "/guides/run-agents-locally",
"destination": "/checks/running-locally"
},
{
"source": "/overview",
"destination": "/"
2025-07-07 15:25:53 -07:00
}
]
2025-07-07 16:21:24 -07:00
}