diff options
| author | Jan-Niklas W. <[email protected]> | 2025-12-13 11:33:31 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-13 11:33:31 -0600 |
| commit | b7581e01ea58b25708dd9a0d6b8cf30177a00119 (patch) | |
| tree | b2f2bfcf5e3d76477121253c5b27e88c0ed6f13a | |
| parent | b46d4789fc26b36b4c2c3849253de6dc26931ebb (diff) | |
| download | opencode-b7581e01ea58b25708dd9a0d6b8cf30177a00119.tar.gz opencode-b7581e01ea58b25708dd9a0d6b8cf30177a00119.zip | |
docs: fix title for JetBrains ACP config file (#5479)
| -rw-r--r-- | packages/web/src/content/docs/acp.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/acp.mdx b/packages/web/src/content/docs/acp.mdx index eb171b28c..9129db135 100644 --- a/packages/web/src/content/docs/acp.mdx +++ b/packages/web/src/content/docs/acp.mdx @@ -71,7 +71,7 @@ You can also bind a keyboard shortcut by editing your `keymap.json`: Add to your [JetBrains IDE](https://www.jetbrains.com/) acp.json according to the [documentation](https://www.jetbrains.com/help/ai-assistant/acp.html): -```json title="~/.config/zed/settings.json" +```json title="acp.json" { "agent_servers": { "OpenCode": { |
