mirror of
https://github.com/ollama/ollama.git
synced 2026-04-30 16:08:07 -05:00
docs: integration overview (#13831)
Group integrations into high-level types
This commit is contained in:
@@ -105,21 +105,52 @@
|
|||||||
{
|
{
|
||||||
"group": "Integrations",
|
"group": "Integrations",
|
||||||
"pages": [
|
"pages": [
|
||||||
"/integrations/claude-code",
|
"/integrations/index",
|
||||||
"/integrations/cline",
|
{
|
||||||
"/integrations/openclaw",
|
"group": "Coding",
|
||||||
"/integrations/codex",
|
"pages": [
|
||||||
"/integrations/droid",
|
"/integrations/claude-code",
|
||||||
"/integrations/goose",
|
"/integrations/codex",
|
||||||
"/integrations/jetbrains",
|
"/integrations/opencode",
|
||||||
"/integrations/marimo",
|
"/integrations/droid",
|
||||||
"/integrations/n8n",
|
"/integrations/goose"
|
||||||
"/integrations/onyx",
|
]
|
||||||
"/integrations/opencode",
|
},
|
||||||
"/integrations/roo-code",
|
{
|
||||||
"/integrations/vscode",
|
"group": "Assistants",
|
||||||
"/integrations/xcode",
|
"pages": [
|
||||||
"/integrations/zed"
|
"/integrations/openclaw"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "IDEs & Editors",
|
||||||
|
"pages": [
|
||||||
|
"/integrations/cline",
|
||||||
|
"/integrations/jetbrains",
|
||||||
|
"/integrations/roo-code",
|
||||||
|
"/integrations/vscode",
|
||||||
|
"/integrations/xcode",
|
||||||
|
"/integrations/zed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Chat & RAG",
|
||||||
|
"pages": [
|
||||||
|
"/integrations/onyx"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Automation",
|
||||||
|
"pages": [
|
||||||
|
"/integrations/n8n"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Notebooks",
|
||||||
|
"pages": [
|
||||||
|
"/integrations/marimo"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
50
docs/integrations/index.mdx
Normal file
50
docs/integrations/index.mdx
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
title: Overview
|
||||||
|
---
|
||||||
|
|
||||||
|
Ollama integrates with a wide range of tools.
|
||||||
|
|
||||||
|
## Coding Agents
|
||||||
|
|
||||||
|
Coding assistants that can read, modify, and execute code in your projects.
|
||||||
|
|
||||||
|
- [Claude Code](/integrations/claude-code)
|
||||||
|
- [Codex](/integrations/codex)
|
||||||
|
- [OpenCode](/integrations/opencode)
|
||||||
|
- [Droid](/integrations/droid)
|
||||||
|
- [Goose](/integrations/goose)
|
||||||
|
|
||||||
|
## Assistants
|
||||||
|
|
||||||
|
AI assistants that help with everyday tasks.
|
||||||
|
|
||||||
|
- [OpenClaw](/integrations/openclaw)
|
||||||
|
|
||||||
|
## IDEs & Editors
|
||||||
|
|
||||||
|
Native integrations for popular development environments.
|
||||||
|
|
||||||
|
- [VS Code](/integrations/vscode)
|
||||||
|
- [Cline](/integrations/cline)
|
||||||
|
- [Roo Code](/integrations/roo-code)
|
||||||
|
- [JetBrains](/integrations/jetbrains)
|
||||||
|
- [Xcode](/integrations/xcode)
|
||||||
|
- [Zed](/integrations/zed)
|
||||||
|
|
||||||
|
## Chat & RAG
|
||||||
|
|
||||||
|
Chat interfaces and retrieval-augmented generation platforms.
|
||||||
|
|
||||||
|
- [Onyx](/integrations/onyx)
|
||||||
|
|
||||||
|
## Automation
|
||||||
|
|
||||||
|
Workflow automation platforms with AI integration.
|
||||||
|
|
||||||
|
- [n8n](/integrations/n8n)
|
||||||
|
|
||||||
|
## Notebooks
|
||||||
|
|
||||||
|
Interactive computing environments with AI capabilities.
|
||||||
|
|
||||||
|
- [marimo](/integrations/marimo)
|
||||||
Reference in New Issue
Block a user