-
Notifications
You must be signed in to change notification settings - Fork 3.4k
docs: updates to reflect product simplifications #7357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't see any overlap with Hub updates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went through the each page and audited it live on the url. I am happy with all these changes and will be nice to have a fresh start with our new focus on agents and a clean up of some deprecated features.
I'll wait for @RomneyDa to take a technical look at the changes, but I think the majority of the changes are known deprecation removals and name changes (block removal).
Just saw @Patrick-Erichsen already approved. I think we are good to move forward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vast improvements! Added some nitpicks. The only main non-nitpick thing is that I wonder if we shouldn't replace actual model names/slugs with <MODEL_NAME> everywhere, because it removes the user one level from being able to use the config directly. I wonder if we should use Mintlify features to have a select that populates the YAML with examples or similar
|
||
Continue Hub also makes it easy for engineering leaders to centrally [configure](/hub/secrets/secret-types) and [govern](/hub/governance/org-permissions) blocks and assistants for their organization. | ||
- **[Models](/hub/blocks/block-types#models)**: Discover and configure models from various providers | ||
- **[MCP Tools](/hub/blocks/block-types#mcp-servers)**: Access and integrate Model Context Protocol tools to retrieve real-time data and take action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one case that still says tools
@@ -1,20 +1,20 @@ | |||
--- | |||
title: "MCP Blocks" | |||
title: "MCP servers" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick but several points throughout PR where I think "servers" should be capitalized when in a title
|
||
## Learn More About MCP Blocks | ||
## Learn More About MCP servers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't make sense to me to call this "custom providers", they're more like "manual context providers".
<Tabs> | ||
<Tab title="YAML"> | ||
```yaml title="config.yaml" | ||
models: | ||
- name: GPT-4o | ||
- name: <Model_NAME> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
casing
@@ -1,20 +1,20 @@ | |||
--- | |||
title: "MCP Blocks" | |||
title: "MCP servers" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: "MCP servers" | |
title: "MCP Servers" |
|
||
## Learn More About MCP Blocks | ||
## Learn More About MCP servers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Learn More About MCP servers | |
## Learn More About MCP Servers |
| Embed | [Nomic Embed Text](https://hub.continue.dev/ollama/nomic-embed-text-latest), Qwen3 Embedding | [Voyage Code 3](https://hub.continue.dev/voyageai/voyage-code-3), [Morph Embeddings](https://hub.continue.dev/morphllm/morph-embedding-v2), Codestral Embed | Closed models are slightly better than open models | | ||
| Rerank | zerank-1, zerank-1-small, Qwen3 Reranker | [Voyage Rerank 2.5](https://hub.continue.dev/voyageai/rerank-2-5), Relace Code Rerank, [Morph Rerank](https://hub.continue.dev/morphllm/morph-rerank-v2) | Open models are beginning to emerge for this model role | | ||
| Next Edit | Zeta | Mercury Coder | Closed models are significantly better than open models | | ||
| Agent / Plan | [Qwen3 Coder (480B)](https://hub.continue.dev/openrouter/qwen3-coder), [Qwen3 Coder (30B)](https://hub.continue.dev/ollama/qwen3-coder-30b), [Devstral (27B)](https://hub.continue.dev/ollama/devstral), [Kimi K2 (1T)](https://hub.continue.dev/openrouter/kimi-k2), [gpt-oss (120B)](https://hub.continue.dev/openrouter/gpt-oss-120b), [gpt-oss (20B)](https://hub.continue.dev/ollama/gpt-oss-20b), GLM 4.5 (355B), GLM 4.5 Air (106B) | [Claude Opus 4.1](https://hub.continue.dev/anthropic/claude-4-1-opus), [Claude Sonnet 4](https://hub.continue.dev/anthropic/claude-4-sonnet), [GPT-5](https://hub.continue.dev/openai/gpt-5), [Gemini 2.5 Pro](https://hub.continue.dev/google/gemini-2.5-pro) | Closed models are slightly better than open models | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if your PR will get merged in before mine, but I created a reusable component for recommendations that we'll use instead of the md table, so we only need to update in one place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will need to update your pr once this gets merged
@@ -210,8 +195,7 @@ | |||
"hub/blocks/intro", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we removing the terminology "blocks" altogether? I see that we're still using it some places in the hub.

- https://hub.continue.dev/new?type=block&blockType=models&createFor=agent
Are the docs ahead of the hub? I'm really wondering if this section needs rewritten or removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hub has already been updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of small changes. Looks good.
🎉 This PR is included in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
closes ty/con-3393
Summary by cubic
Cleaned up and simplified the docs by removing outdated pages, updating links/copy to current flows, and adding redirects to prevent 404s. This clarifies “user settings” references and aligns guides with current features.