diff options
| author | Jay V <[email protected]> | 2025-12-15 15:44:41 -0500 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-12-15 15:44:46 -0500 |
| commit | c3b3b133b0b405a4cad700e57194620f653ee215 (patch) | |
| tree | c758929a4462c3dd9f1c6ab62a5d126d774763e2 /packages | |
| parent | 300ec0e0af7c3a844f322ae37f3b89a1c3367a7b (diff) | |
| download | opencode-c3b3b133b0b405a4cad700e57194620f653ee215.tar.gz opencode-c3b3b133b0b405a4cad700e57194620f653ee215.zip | |
docs: make project names clickable links in ecosystem documentation
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/web/src/content/docs/ecosystem.mdx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 6a3119549..8f75f5aeb 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -35,12 +35,12 @@ 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 | +| 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 | --- |
