Skip to content

Conversation

TyDunn
Copy link
Contributor

@TyDunn TyDunn commented Aug 22, 2025

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.

  • Refactors
    • Removed outdated pages: User Settings, Build Your Own Context Provider, Llama 3.1, Codestral setup, and Hub Bundles.
    • Updated links/copy to current targets: user settings (telemetry), customize/custom-providers, Ollama guide, and Mistral provider page; removed obsolete guide references across chat/context and hub docs.
    • Trimmed navigation and added redirects in docs.json so old URLs (e.g., /customize/settings, /guides/llama3.1, /hub/blocks/bundles) go to maintained pages.

Copy link
Collaborator

@Patrick-Erichsen Patrick-Erichsen left a 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.

bdougie
bdougie previously approved these changes Aug 28, 2025
Copy link
Collaborator

@bdougie bdougie left a 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).

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Aug 28, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 28, 2025
@bdougie
Copy link
Collaborator

bdougie commented Aug 28, 2025

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

Copy link
Collaborator

@RomneyDa RomneyDa left a 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
Copy link
Collaborator

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"
Copy link
Collaborator

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here, etc.

Copy link
Collaborator

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>
Copy link
Collaborator

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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: "MCP servers"
title: "MCP Servers"


## Learn More About MCP Blocks
## Learn More About MCP servers
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 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 |
Copy link
Collaborator

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.

Copy link
Collaborator

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",
Copy link
Collaborator

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.

image

image - 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.

Copy link
Collaborator

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

@dosubot dosubot bot removed the lgtm This PR has been approved by a maintainer label Aug 28, 2025
BekahHW
BekahHW previously approved these changes Aug 28, 2025
Copy link
Collaborator

@BekahHW BekahHW left a 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.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 28, 2025
@bdougie bdougie dismissed stale reviews from BekahHW and themself via 81f6d5b August 28, 2025 22:21
@bdougie bdougie merged commit 9f68638 into main Aug 28, 2025
57 checks passed
@bdougie bdougie deleted the docs/simplify-and-add-agent-awareness-guide branch August 28, 2025 22:33
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Aug 28, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2025
@sestinj
Copy link
Contributor

sestinj commented Sep 1, 2025

🎉 This PR is included in version 1.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Sep 3, 2025

🎉 This PR is included in version 1.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm This PR has been approved by a maintainer released size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants