Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/guides/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading