summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-16 17:30:08 +0000
committerGitHub Action <[email protected]>2025-12-16 17:30:08 +0000
commit5be4bda90f16c3489500cb91c03f94ad90dee9a1 (patch)
treefed23abb69c7fca2a4ee176a2e8b0f3697acde21 /packages/web/src/content/docs
parentb78e2db0136f0b883b35c94b56a05c1216070a42 (diff)
downloadopencode-5be4bda90f16c3489500cb91c03f94ad90dee9a1.tar.gz
opencode-5be4bda90f16c3489500cb91c03f94ad90dee9a1.zip
chore: format code
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/ecosystem.mdx14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx
index 50a0b3165..d3a7b2c3e 100644
--- a/packages/web/src/content/docs/ecosystem.mdx
+++ b/packages/web/src/content/docs/ecosystem.mdx
@@ -35,13 +35,13 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
## Projects
-| Name | Description |
-| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
-| [kimaki](https://github.com/remorses/kimaki) | Discord bot to control OpenCode sessions, built on the SDK |
-| [opencode.nvim](https://github.com/NickvanDyke/opencode.nvim) | Neovim plugin for editor-aware prompts, built on the API |
-| [portal](https://github.com/hosenur/portal) | Mobile-first web UI for OpenCode over Tailscale/VPN |
-| [opencode plugin template](https://github.com/zenobi-us/opencode-plugin-template/) | Template for building OpenCode plugins |
-| [opencode.nvim](https://github.com/sudo-tee/opencode.nvim) | Neovim frontend for opencode - a terminal-based AI coding agent |
+| Name | Description |
+| ---------------------------------------------------------------------------------- | --------------------------------------------------------------- |
+| [kimaki](https://github.com/remorses/kimaki) | Discord bot to control OpenCode sessions, built on the SDK |
+| [opencode.nvim](https://github.com/NickvanDyke/opencode.nvim) | Neovim plugin for editor-aware prompts, built on the API |
+| [portal](https://github.com/hosenur/portal) | Mobile-first web UI for OpenCode over Tailscale/VPN |
+| [opencode plugin template](https://github.com/zenobi-us/opencode-plugin-template/) | Template for building OpenCode plugins |
+| [opencode.nvim](https://github.com/sudo-tee/opencode.nvim) | Neovim frontend for opencode - a terminal-based AI coding agent |
---