diff options
| author | Aiden Cline <[email protected]> | 2025-12-09 09:25:28 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-09 11:25:28 -0600 |
| commit | 2ce249dbc06c67a6a19447f295058d0e9019aaf4 (patch) | |
| tree | f0c3bf88590eac4d3d42ebb921eb7cd74092c3b5 /packages/web/src/content/docs/plugins.mdx | |
| parent | 7ba6b189458a297a8905241cf6d9bd2c5526aad2 (diff) | |
| download | opencode-2ce249dbc06c67a6a19447f295058d0e9019aaf4.tar.gz opencode-2ce249dbc06c67a6a19447f295058d0e9019aaf4.zip | |
docs: OpenCode ecosystem (#5287)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to 'packages/web/src/content/docs/plugins.mdx')
| -rw-r--r-- | packages/web/src/content/docs/plugins.mdx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/plugins.mdx b/packages/web/src/content/docs/plugins.mdx index 95c4d3947..ad8c458ef 100644 --- a/packages/web/src/content/docs/plugins.mdx +++ b/packages/web/src/content/docs/plugins.mdx @@ -5,6 +5,8 @@ description: Write your own plugins to extend OpenCode. Plugins allow you to extend OpenCode by hooking into various events and customizing behavior. You can create plugins to add new features, integrate with external services, or modify OpenCode's default behavior. +Check out the [ecosystem](/docs/ecosystem) for community plugins. + --- ## Create a plugin |
