docs: add client extensions link in swagger landing page
parent
78e4060568
commit
09efa1b22b
|
|
@ -25,9 +25,14 @@ use crate::fatal;
|
|||
#[openapi(
|
||||
info(title="Tabby Server",
|
||||
description = "
|
||||
[](https://github.com/TabbyML/tabby)
|
||||
[](https://github.com/TabbyML/tabby)
|
||||
[](https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA)
|
||||
|
||||
OpenAPI documentation for [tabby](https://github.com/TabbyML/tabby), a self-hosted AI coding assistant.",
|
||||
Install following IDE / Editor extensions to get started with [Tabby](https://github.com/TabbyML/tabby).
|
||||
* [VSCode Extension](https://github.com/TabbyML/tabby/tree/main/clients/vscode) – Install from the [marketplace](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby), or [open-vsx.org](https://open-vsx.org/extension/TabbyML/vscode-tabby)
|
||||
* [VIM Extension](https://github.com/TabbyML/tabby/tree/main/clients/vim)
|
||||
* [IntelliJ Platform Plugin](https://github.com/TabbyML/tabby/tree/main/clients/intellij) – Install from the [marketplace](https://plugins.jetbrains.com/plugin/22379-tabby)
|
||||
",
|
||||
license(name = "Apache 2.0", url="https://github.com/TabbyML/tabby/blob/main/LICENSE")
|
||||
),
|
||||
servers(
|
||||
|
|
|
|||
Loading…
Reference in New Issue