mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-09 00:18:26 +01:00
fix: add more client SDK to documentation
This commit is contained in:
parent
99b27061aa
commit
ee6beae832
@ -16,6 +16,10 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash
|
||||
|
||||
### Clients written by awesome enthusiasts:
|
||||
|
||||
- [cognitedata/unleash-client-rust](https://github.com/cognitedata/unleash-client-rust) (Rust)
|
||||
- [silvercar/unleash-client-kotlin](https://github.com/silvercar/unleash-client-kotlin) (Kotlin)
|
||||
- [uekoetter.dev/unleash-client-dart](https://pub.dev/packages/unleash) (Dart)
|
||||
- [minds/unleash-client-php](https://gitlab.com/minds/unleash-client-php) (PHP)
|
||||
- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)
|
||||
- [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Larvel - PHP)
|
||||
- [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Laravel - PHP)
|
||||
- _...your implementation for your favorite language._
|
||||
|
@ -160,6 +160,10 @@ const UnleashClient = () => (
|
||||
<div className="blockContent">
|
||||
<h3>Clients written by awesome enthusiasts:</h3>
|
||||
<ul>
|
||||
<li><MarkdownBlock>[cognitedata/unleash-client-rust](https://github.com/cognitedata/unleash-client-rust) (Rust)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[uekoetter.dev/unleash-client-dart](https://pub.dev/packages/unleash) (Dart)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[silvercar/unleash-client-kotlin](https://gitlab.com/minds/unleash-client-php) (PHP)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[minds/unleash-client-php](https://github.com/silvercar/unleash-client-kotlin) (Kotlin)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)</MarkdownBlock></li>
|
||||
<li><MarkdownBlock>[mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Laravel - PHP)</MarkdownBlock></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user