From a17dacc28a4181d5b25b04fcad6ffaee20685247 Mon Sep 17 00:00:00 2001 From: Azaria4459 Date: Tue, 2 Jun 2026 21:20:25 +0800 Subject: [PATCH] docs: add Ollama local setup guide to community resources --- docs/guides/overview.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/overview.mdx b/docs/guides/overview.mdx index fc601ca63ec..87d0d300dad 100644 --- a/docs/guides/overview.mdx +++ b/docs/guides/overview.mdx @@ -89,6 +89,12 @@ Step-by-step guides for integrating Model Context Protocol (MCP) servers with Co - [Codebase and Documentation Awareness](/guides/codebase-documentation-awareness) - Make agent mode aware of codebases and documentation - [Custom Code RAG](/guides/custom-code-rag) - Advanced: Build custom retrieval-augmented generation for large codebases +## Community Tutorials + +External guides from the community: + +- [Continue.dev + Ollama Local AI Coding Stack (2026)](https://runaihome.com/blog/continue-dev-ollama-local-ai-coding-stack-2026/) — Practical walkthrough of running Continue with a local Ollama backend: model selection, dual-model setup (fast autocomplete + slower chat), and config.yaml patterns for everyday use + ## How to Contribute to Guides Have a guide idea or found an issue? We welcome contributions! Check our [GitHub repository](https://github.com/continuedev/continue) to get involved.