summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/plugins.mdx
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-28 19:13:43 +0000
committerGitHub Action <[email protected]>2025-12-28 19:13:43 +0000
commitf12d55bf1e69785f779e545a67b6fc045d163cdb (patch)
tree9560c7a87b7c080efbdc284f19c54248bfbfd7f6 /packages/web/src/content/docs/plugins.mdx
parent0c19b71f428be388ad9591097b8b234e82192ad9 (diff)
downloadopencode-f12d55bf1e69785f779e545a67b6fc045d163cdb.tar.gz
opencode-f12d55bf1e69785f779e545a67b6fc045d163cdb.zip
chore: generate
Diffstat (limited to 'packages/web/src/content/docs/plugins.mdx')
-rw-r--r--packages/web/src/content/docs/plugins.mdx6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/plugins.mdx b/packages/web/src/content/docs/plugins.mdx
index eb941565d..e806046c1 100644
--- a/packages/web/src/content/docs/plugins.mdx
+++ b/packages/web/src/content/docs/plugins.mdx
@@ -33,11 +33,7 @@ Specify npm packages in your config file.
```json title="opencode.json"
{
"$schema": "https://opencode.ai/config.json",
- "plugin": [
- "opencode-helicone-session",
- "opencode-wakatime",
- "@my-org/custom-plugin"
- ]
+ "plugin": ["opencode-helicone-session", "opencode-wakatime", "@my-org/custom-plugin"]
}
```