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",
|
2026-02-16 23:16:52 -08:00
|
|
|
"checks/running-in-ci"
|
2026-02-16 18:26:59 -08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"group": "Writing Checks",
|
|
|
|
|
"icon": "pencil",
|
|
|
|
|
"pages": [
|
2026-02-16 23:16:52 -08:00
|
|
|
"checks/generating-checks",
|
|
|
|
|
"checks/best-practices",
|
2026-02-17 16:37:13 -08:00
|
|
|
"checks/iterating",
|
2026-02-16 18:26:59 -08:00
|
|
|
"checks/reference"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-10-21 16:43:43 -04:00
|
|
|
{
|
2025-11-14 18:26:19 -05:00
|
|
|
"group": "Mission Control",
|
2025-10-21 16:43:43 -04:00
|
|
|
"icon": "globe",
|
2026-02-16 18:26:59 -08:00
|
|
|
"expanded": false,
|
2025-10-21 16:43:43 -04:00
|
|
|
"pages": [
|
2026-02-16 18:26:59 -08:00
|
|
|
"mission-control/beyond-checks",
|
2025-10-21 16:43:43 -04:00
|
|
|
{
|
2025-11-14 18:26:19 -05:00
|
|
|
"group": "Integrations",
|
2025-10-21 16:43:43 -04:00
|
|
|
"pages": [
|
2025-11-14 18:26:19 -05:00
|
|
|
"mission-control/integrations/github",
|
|
|
|
|
"mission-control/integrations/sentry",
|
2025-11-18 01:48:53 -05:00
|
|
|
"mission-control/integrations/snyk",
|
2026-01-09 02:34:37 +00:00
|
|
|
"mission-control/integrations/slack",
|
2025-12-01 23:58:16 +00:00
|
|
|
"mission-control/integrations/posthog",
|
|
|
|
|
"mission-control/integrations/atlassian",
|
2025-12-19 13:53:52 -05:00
|
|
|
"mission-control/integrations/netlify",
|
|
|
|
|
"mission-control/integrations/supabase"
|
2025-10-21 16:43:43 -04:00
|
|
|
]
|
|
|
|
|
},
|
2026-02-12 23:09:53 -08:00
|
|
|
"mission-control/metrics"
|
2025-11-14 18:26:19 -05:00
|
|
|
]
|
2026-02-12 23:09:53 -08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"tab": "CLI",
|
|
|
|
|
"groups": [
|
2025-09-16 15:42:08 -04:00
|
|
|
{
|
|
|
|
|
"group": "CLI",
|
|
|
|
|
"icon": "terminal",
|
docs: restructure CLI tab
New pages:
- cli/overview — concise intro, install snippet, two-mode summary, flags table
- cli/install — install, auth (login, API key, local key), requirements
- cli/tui-mode — interactive session, @context, slash commands, resume, tool permissions
- cli/headless-mode — -p flag, piping, output options, CI auth, examples
- cli/configuration — config resolution, --config, /config, config.yaml, CLI flags, secrets
- cli/tool-permissions — permission levels, defaults, flags, patterns, permissions.yaml, precedence, modes
Removed:
- cli/quick-start — content distributed into mode-specific pages
- cli/guides — stale redirect
Updated docs.json navigation to match new structure.
2026-02-13 09:29:51 -08:00
|
|
|
"pages": [
|
2026-02-16 13:19:21 -08:00
|
|
|
"cli/quickstart",
|
docs: restructure CLI tab
New pages:
- cli/overview — concise intro, install snippet, two-mode summary, flags table
- cli/install — install, auth (login, API key, local key), requirements
- cli/tui-mode — interactive session, @context, slash commands, resume, tool permissions
- cli/headless-mode — -p flag, piping, output options, CI auth, examples
- cli/configuration — config resolution, --config, /config, config.yaml, CLI flags, secrets
- cli/tool-permissions — permission levels, defaults, flags, patterns, permissions.yaml, precedence, modes
Removed:
- cli/quick-start — content distributed into mode-specific pages
- cli/guides — stale redirect
Updated docs.json navigation to match new structure.
2026-02-13 09:29:51 -08:00
|
|
|
"cli/tui-mode",
|
|
|
|
|
"cli/headless-mode",
|
|
|
|
|
"cli/configuration",
|
|
|
|
|
"cli/tool-permissions"
|
|
|
|
|
]
|
2025-07-07 16:19:16 -07:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-01-14 16:12:23 -08:00
|
|
|
"tab": "IDE Extensions",
|
2025-07-07 16:19:16 -07:00
|
|
|
"groups": [
|
2026-01-14 16:12:23 -08:00
|
|
|
{
|
|
|
|
|
"group": "Getting Started",
|
|
|
|
|
"icon": "rocket-launch",
|
2025-07-07 16:19:16 -07:00
|
|
|
"pages": [
|
2025-10-13 18:43:47 -04:00
|
|
|
"ide-extensions/install",
|
|
|
|
|
"ide-extensions/quick-start",
|
2026-01-19 13:34:42 -08:00
|
|
|
"customize/overview"
|
2026-01-14 16:12:23 -08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-01-16 19:47:36 -08:00
|
|
|
"group": "Features",
|
2026-01-14 16:12:23 -08:00
|
|
|
"expanded": false,
|
2026-01-16 19:47:36 -08:00
|
|
|
"icon": "star",
|
2026-01-14 16:12:23 -08:00
|
|
|
"pages": [
|
2025-08-28 15:33:07 -07:00
|
|
|
{
|
|
|
|
|
"group": "Agent",
|
|
|
|
|
"pages": [
|
2025-10-13 18:43:47 -04:00
|
|
|
"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-08-28 15:33:07 -07:00
|
|
|
]
|
|
|
|
|
},
|
2025-07-07 16:19:16 -07:00
|
|
|
{
|
|
|
|
|
"group": "Chat",
|
|
|
|
|
"pages": [
|
2025-10-13 18:43:47 -04:00
|
|
|
"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": [
|
2025-10-13 18:43:47 -04:00
|
|
|
"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": [
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2026-01-14 16:12:23 -08:00
|
|
|
"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",
|
2025-08-28 15:33:07 -07:00
|
|
|
"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",
|
2025-09-09 12:05:09 -04:00
|
|
|
"customize/model-providers/top-level/tetrate_agent_router_service",
|
2025-08-28 15:33:07 -07:00
|
|
|
"customize/model-providers/top-level/vertexai"
|
2025-07-07 16:19:16 -07:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"group": "More Providers",
|
|
|
|
|
"pages": [
|
2025-10-08 09:23:06 -05:00
|
|
|
"customize/model-providers/more/asksage",
|
2025-08-28 15:33:07 -07:00
|
|
|
"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",
|
2026-01-05 15:55:08 +02:00
|
|
|
"customize/model-providers/more/mimo",
|
2025-08-28 15:33:07 -07:00
|
|
|
"customize/model-providers/more/mistral",
|
feat: model updates and + z.ai (#10638)
* Add latest model definitions across providers
Add new models for OpenAI (gpt-4.1, gpt-5.2, codex-mini, o1/o3/o4-mini),
Gemini (2.5 stable, 2.5-flash-lite, 3-flash-preview), Mistral (devstral,
magistral, ministral, mistral-nemo), xAI (grok-4-fast, grok-4-1-fast,
grok-3-fast), and Bedrock (Claude 4.5/4.6, Nova, Llama 4, DeepSeek).
Update tool support and reasoning detection for the new model families.
* Add Z.ai (GLM) provider, Kimi K2/K2.5 models, and fix OpenRouter tool support bug
- Add Z.ai as a new provider with GLM-5, GLM-4.7, GLM-4-plus, GLM-4.5 models
- Add Kimi K2 and K2.5 model packages to Moonshot provider
- Fix variable shadowing bug in OpenRouter tool support where loop
variables shadowed the outer model parameter, causing specificModels
and supportedContains checks to always return true
- Add moonshotai/kimi and zai-org/glm to OpenRouter supported prefixes
- Add Z.ai and Moonshot to docs navigation
* Clean up unnecessary import aliases for zAI
* Add Z.ai Coding Plan endpoint note to docs
* Replace placeholder zai.png icon with proper zAI.svg
* Add zAI provider to openai-adapters
* Fix Z.ai API key URL
2026-02-20 00:35:44 -08:00
|
|
|
"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",
|
2026-03-19 23:29:45 +00:00
|
|
|
"customize/model-providers/more/tensorix",
|
2025-08-28 15:33:07 -07:00
|
|
|
"customize/model-providers/more/together",
|
feat: model updates and + z.ai (#10638)
* Add latest model definitions across providers
Add new models for OpenAI (gpt-4.1, gpt-5.2, codex-mini, o1/o3/o4-mini),
Gemini (2.5 stable, 2.5-flash-lite, 3-flash-preview), Mistral (devstral,
magistral, ministral, mistral-nemo), xAI (grok-4-fast, grok-4-1-fast,
grok-3-fast), and Bedrock (Claude 4.5/4.6, Nova, Llama 4, DeepSeek).
Update tool support and reasoning detection for the new model families.
* Add Z.ai (GLM) provider, Kimi K2/K2.5 models, and fix OpenRouter tool support bug
- Add Z.ai as a new provider with GLM-5, GLM-4.7, GLM-4-plus, GLM-4.5 models
- Add Kimi K2 and K2.5 model packages to Moonshot provider
- Fix variable shadowing bug in OpenRouter tool support where loop
variables shadowed the outer model parameter, causing specificModels
and supportedContains checks to always return true
- Add moonshotai/kimi and zai-org/glm to OpenRouter supported prefixes
- Add Z.ai and Moonshot to docs navigation
* Clean up unnecessary import aliases for zAI
* Add Z.ai Coding Plan endpoint note to docs
* Replace placeholder zai.png icon with proper zAI.svg
* Add zAI provider to openai-adapters
* Fix Z.ai API key URL
2026-02-20 00:35:44 -08:00
|
|
|
"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",
|
2025-08-28 15:33:07 -07:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
},
|
2025-08-28 15:33:07 -07:00
|
|
|
"customize/telemetry"
|
2025-07-07 16:19:16 -07:00
|
|
|
]
|
2026-01-14 16:12:23 -08: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"
|
|
|
|
|
]
|
2026-01-13 19:10:43 -05:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-12 23:09:53 -08:00
|
|
|
"group": "Guides",
|
|
|
|
|
"expanded": false,
|
|
|
|
|
"icon": "compass",
|
2026-01-13 19:10:43 -05:00
|
|
|
"pages": [
|
2026-02-12 23:09:53 -08:00
|
|
|
"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"
|
2026-01-13 19:10:43 -05:00
|
|
|
]
|
|
|
|
|
},
|
2025-07-07 16:19:16 -07:00
|
|
|
{
|
2026-02-12 23:09:53 -08: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": [
|
2025-11-11 15:40:20 -05:00
|
|
|
{
|
2026-02-12 23:09:53 -08:00
|
|
|
"group": "Secrets",
|
2025-11-11 15:40:20 -05:00
|
|
|
"pages": [
|
2026-02-12 23:09:53 -08:00
|
|
|
"mission-control/secrets/secret-types",
|
|
|
|
|
"mission-control/secrets/secret-resolution"
|
2025-11-11 15:40:20 -05:00
|
|
|
]
|
2026-01-13 19:10:43 -05:00
|
|
|
},
|
|
|
|
|
{
|
2026-02-12 23:09:53 -08:00
|
|
|
"group": "Configs",
|
2026-01-13 19:10:43 -05:00
|
|
|
"pages": [
|
2026-02-12 23:09:53 -08:00
|
|
|
"mission-control/configs/intro",
|
|
|
|
|
"mission-control/configs/use-a-config",
|
|
|
|
|
"mission-control/configs/create-a-config",
|
|
|
|
|
"mission-control/configs/edit-a-config"
|
2026-01-13 19:10:43 -05:00
|
|
|
]
|
2025-11-11 15:40:20 -05:00
|
|
|
}
|
2025-07-07 16:19:16 -07:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"global": {
|
|
|
|
|
"anchors": [
|
|
|
|
|
{
|
|
|
|
|
"anchor": "About Us",
|
2025-07-09 18:37:46 -07:00
|
|
|
"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"
|
2025-08-26 14:46:41 -07:00
|
|
|
},
|
|
|
|
|
{
|
2026-01-30 17:19:56 -08:00
|
|
|
"anchor": "Changelog",
|
2025-08-26 14:46:41 -07:00
|
|
|
"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",
|
2026-01-30 15:47:00 -08:00
|
|
|
"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",
|
2025-11-03 13:13:28 -05:00
|
|
|
"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": {
|
2025-11-13 11:10:10 -08:00
|
|
|
"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"
|
|
|
|
|
},
|
2026-01-29 17:57:34 -08:00
|
|
|
{
|
|
|
|
|
"source": "/changelog",
|
|
|
|
|
"destination": "https://changelog.continue.dev"
|
|
|
|
|
},
|
2025-07-07 15:25:53 -07:00
|
|
|
{
|
|
|
|
|
"source": "/hub",
|
2025-11-14 18:26:19 -05:00
|
|
|
"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",
|
2025-11-14 18:26:19 -05:00
|
|
|
"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",
|
2025-11-14 18:26:19 -05:00
|
|
|
"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",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control"
|
2025-10-20 15:57:24 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/blocks/intro",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control"
|
2025-10-20 15:57:24 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/blocks/use-a-block",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control"
|
2025-10-20 15:57:24 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/blocks/block-types",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control"
|
2025-10-20 15:57:24 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/workflows/intro",
|
2026-02-16 23:16:52 -08:00
|
|
|
"destination": "/mission-control/beyond-checks"
|
2025-10-20 15:57:24 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2025-11-11 22:27:17 +00:00
|
|
|
{
|
|
|
|
|
"source": "/customization/overview#change-your-model-provider",
|
2025-11-12 13:45:20 -05:00
|
|
|
"destination": "/customize/model-providers/overview#change-your-model-provider"
|
2025-11-11 22:27:17 +00: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/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",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/install"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/install/jetbrains",
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/customize/model-roles/"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/model-setup/select-model",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/customize/model-roles/00-intro#selecting-model-roles"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/model-setup/configuration",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/customize/deep-dives/configuration"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/quickstart",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/how-to-use-continue",
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/reference/deprecated-codebase"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/features/codebase-embeddings",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/reference/deprecated-codebase"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/deep-dives/codebase",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/reference/deprecated-codebase"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/context/codebase",
|
2025-08-28 15:33:07 -07:00
|
|
|
"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",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/actions/how-to-customize",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/actions",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/actions/model-setup",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/actions/context-selection",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/actions/how-it-works",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/customize/slash-commands",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/customization/slash-commands",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/deep-dives/slash-commands",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/deep-dives/prompts"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/walkthroughs/quick-actions",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/customize/overview"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/deep-dives/vscode-actions",
|
2025-08-28 15:33:07 -07:00
|
|
|
"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",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/customize/deep-dives/custom-providers"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/context-integration/custom-providers",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/customize/deep-dives/custom-providers"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/context/custom-providers",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/customize/deep-dives/custom-providers"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/custom-providers",
|
2025-08-28 15:33:07 -07:00
|
|
|
"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",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/reference/deprecated-docs"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/context-integration/documentation",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/reference/deprecated-docs"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/deep-dives/docs",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/reference/deprecated-docs"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/advanced/context/documentation",
|
2025-08-28 15:33:07 -07:00
|
|
|
"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",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/chat/quick-start"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/chat/how-to-use-it",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/chat/quick-start"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/agent",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/agent/quick-start"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/agent/how-to-use-it",
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/agent/quick-start"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
2025-07-07 15:25:53 -07:00
|
|
|
{
|
|
|
|
|
"source": "/edit",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/edit/quick-start"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/edit/how-to-use-it",
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/edit/quick-start"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
2025-07-07 15:25:53 -07:00
|
|
|
{
|
|
|
|
|
"source": "/autocomplete",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/autocomplete/quick-start"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/autocomplete/how-to-use-it",
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/autocomplete/quick-start"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
2025-07-07 15:25:53 -07:00
|
|
|
{
|
2025-10-13 18:43:47 -04: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",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/chat/how-it-works"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/autocomplete/how-it-works",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/autocomplete/how-it-works"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/edit/how-it-works",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/edit/how-it-works"
|
2025-07-07 15:25:53 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/agent/how-it-works",
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "https://continue.dev/about-us"
|
2025-07-09 10:20:44 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/autocomplete/model-setup",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/autocomplete/model-setup"
|
2025-07-09 11:05:00 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/autocomplete/how-to-customize",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/autocomplete/how-to-customize"
|
2025-07-09 11:05:00 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/autocomplete/context-selection",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/autocomplete/context-selection"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/chat/model-setup",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/chat/model-setup"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/chat/how-to-customize",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/chat/how-to-customize"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/chat/context-selection",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/chat/context-selection"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/features/chat/how-to-use-it",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/chat/quick-start"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/edit/model-setup",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/edit/model-setup"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/edit/how-to-customize",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/edit/how-to-customize"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/edit/context-selection",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/edit/context-selection"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/agent/model-setup",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/agent/model-setup"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/agent/how-to-customize",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/agent/how-to-customize"
|
2025-07-09 16:49:50 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/agent/context-selection",
|
2025-10-13 18:43:47 -04:00
|
|
|
"destination": "/ide-extensions/agent/context-selection"
|
2025-07-28 17:52:55 -07:00
|
|
|
},
|
2025-08-28 15:33:07 -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",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/guides/codebase-documentation-awareness"
|
2025-07-28 17:52:55 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/customization/overview#documentation-context",
|
2025-08-28 15:33:07 -07:00
|
|
|
"destination": "/guides/codebase-documentation-awareness"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/guides/llama3.1",
|
|
|
|
|
"destination": "/guides/ollama-guide"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/guides/set-up-codestral",
|
2026-01-13 14:22:07 -08:00
|
|
|
"destination": "/customize/model-providers/more/mistral"
|
2025-08-28 15:33:07 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/guides/build-your-own-context-provider",
|
|
|
|
|
"destination": "/customize/deep-dives/custom-providers"
|
|
|
|
|
},
|
2025-11-14 18:26:19 -05:00
|
|
|
|
2025-08-28 15:33:07 -07:00
|
|
|
{
|
|
|
|
|
"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",
|
2025-10-20 15:57:24 -04:00
|
|
|
"destination": "/hub/introduction"
|
2025-08-28 15:33:07 -07:00
|
|
|
},
|
2025-11-11 22:27:17 +00:00
|
|
|
|
2025-08-28 15:33:07 -07:00
|
|
|
{
|
|
|
|
|
"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
|
|
|
},
|
2025-08-14 04:28:56 +01: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
|
|
|
},
|
2025-08-14 04:28:56 +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 22:40:45 +01:00
|
|
|
},
|
2025-08-14 16:20:59 -04:00
|
|
|
{
|
|
|
|
|
"source": "/customize/model-providers",
|
|
|
|
|
"destination": "/customize/model-providers/overview"
|
2025-08-22 10:54:43 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/features/edit/next-edit",
|
2025-10-13 18:43:47 -04:00
|
|
|
"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",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control/configs/intro"
|
2025-09-08 14:40:33 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/assistants/use-an-assistant",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control/configs/use-a-config"
|
2025-09-08 14:40:33 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/assistants/create-an-assistant",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control/configs/create-a-config"
|
2025-09-08 14:40:33 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/assistants/edit-an-assistant",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control/configs/edit-a-config"
|
2025-10-14 08:58:22 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/agents/use-an-agent",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control/configs/use-a-config"
|
2025-10-14 08:58:22 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/agents/create-an-agent",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control/configs/create-a-config"
|
2025-10-14 08:58:22 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/agents/edit-an-agent",
|
2025-11-14 18:26:19 -05:00
|
|
|
"destination": "/mission-control/configs/edit-a-config"
|
2025-09-08 14:40:33 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/guides/understanding-assistants",
|
2025-10-14 07:21:34 -04:00
|
|
|
"destination": "/guides/understanding-configs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/guides/understanding-agents",
|
|
|
|
|
"destination": "/guides/understanding-configs"
|
2025-10-13 18:43:47 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"
|
2025-11-14 18:26:19 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/agents/intro",
|
|
|
|
|
"destination": "/agents/intro"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/agents/overview",
|
2026-02-16 23:16:52 -08:00
|
|
|
"destination": "/mission-control/beyond-checks"
|
2025-11-14 18:26:19 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/agents/create-and-edit",
|
|
|
|
|
"destination": "/agents/create-and-edit"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/agents/slack-agent",
|
2026-01-09 02:34:37 +00:00
|
|
|
"destination": "/mission-control/integrations/slack"
|
2025-11-14 18:26:19 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/integrations/slack-agent",
|
2026-01-09 02:34:37 +00:00
|
|
|
"destination": "/mission-control/integrations/slack"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/mission-control/integrations/slack-agent",
|
|
|
|
|
"destination": "/mission-control/integrations/slack"
|
2025-11-14 18:26:19 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/integrations/github",
|
|
|
|
|
"destination": "/mission-control/integrations/github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/hub/integrations/sentry",
|
|
|
|
|
"destination": "/mission-control/integrations/sentry"
|
2026-02-12 23:09:53 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2026-02-16 23:16:52 -08:00
|
|
|
{
|
|
|
|
|
"source": "/agents/overview",
|
|
|
|
|
"destination": "/mission-control/beyond-checks"
|
|
|
|
|
},
|
2026-02-12 23:09:53 -08:00
|
|
|
{
|
|
|
|
|
"source": "/agents/intro",
|
2026-02-16 23:16:52 -08:00
|
|
|
"destination": "/mission-control/beyond-checks"
|
2026-02-12 23:09:53 -08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/agents/create-and-edit",
|
2026-02-16 23:16:52 -08:00
|
|
|
"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
|
|
|
}
|