Browse Source

docs: make project names clickable links in ecosystem documentation

Jay V 3 months ago
parent
commit
c3b3b133b0
1 changed files with 6 additions and 6 deletions
  1. 6 6
      packages/web/src/content/docs/ecosystem.mdx

+ 6 - 6
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                     |
 
 ---