Kaynağa Gözat

chore: generate

GitHub Action 1 ay önce
ebeveyn
işleme
f12d55bf1e

+ 1 - 4
packages/web/src/content/docs/config.mdx

@@ -387,10 +387,7 @@ Place plugin files in `.opencode/plugin/` or `~/.config/opencode/plugin/`. You c
 ```json title="opencode.json"
 {
   "$schema": "https://opencode.ai/config.json",
-  "plugin": [
-    "opencode-helicone-session",
-    "@my-org/custom-plugin"
-  ]
+  "plugin": ["opencode-helicone-session", "@my-org/custom-plugin"]
 }
 ```
 

+ 1 - 5
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"]
 }
 ```