docs: rename opencode to OpenCode

This commit is contained in:
Jay V
2025-10-03 13:46:56 -04:00
parent 31534913a4
commit b7fc1a16f9
19 changed files with 133 additions and 133 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
---
title: Plugins
description: Write your own plugins to extend opencode.
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.
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.
---