From 9610145deb83b52706d243af1fc62014fff0a37b Mon Sep 17 00:00:00 2001 From: niltonheck Date: Mon, 9 Sep 2024 08:26:48 -0300 Subject: [PATCH] chore: update docs for Kotlin --- .../docs/cloud/performing-search/official-sdk.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/docs/src/content/docs/cloud/performing-search/official-sdk.mdx b/packages/docs/src/content/docs/cloud/performing-search/official-sdk.mdx index 1cffafed4..59d992313 100644 --- a/packages/docs/src/content/docs/cloud/performing-search/official-sdk.mdx +++ b/packages/docs/src/content/docs/cloud/performing-search/official-sdk.mdx @@ -12,13 +12,13 @@ The SDKs are available in multiple programming languages and provide a set of AP Orama exposes SDKs for the following programming languages: -| Language | Availability | Search APIs | Answer APIs | Index APIs | -|-------------------------------------------------------------|---------------------|-------------|-------------|------------| -| [JavaScript](https://github.com/askorama/oramacloud-client) | ✅ Available | ✅ | ✅ | ✅ | -| [PHP](https://github.com/askorama/oramacloud-client-php) | ✅ Available | ✅ | 🚧 | ✅ | -| Python | 🚧 Work in progress | 🚧 | 🚧 | 🚧 | -| [Swift](https://github.com/askorama/oramacloud-client-swift)| ✅ Available | ✅ | 🚧 | 🚧 | -| Kotlin | ✅ Available | ✅ | ✅ | ✅ | +| Language | Availability | Search APIs | Answer APIs | Index APIs | +|----------------------------------------------------------------|---------------------|-------------|-------------|------------| +| [JavaScript](https://github.com/askorama/oramacloud-client) | ✅ Available | ✅ | ✅ | ✅ | +| [PHP](https://github.com/askorama/oramacloud-client-php) | ✅ Available | ✅ | 🚧 | ✅ | +| Python | 🚧 Work in progress | 🚧 | 🚧 | 🚧 | +| [Swift](https://github.com/askorama/oramacloud-client-swift) | ✅ Available | ✅ | 🚧 | 🚧 | +| [Kotlin](https://github.com/askorama/oramacloud-client-kotlin) | ✅ Available | ✅ | ✅ | ✅ | Want to see a specific language supported? [Let us know](https://github.com/orgs/askorama/discussions/new?category=ideas)!