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.