From c3d78bc028f501c223e7e69b2b94de1f75592277 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 10 Jan 2022 14:53:41 +0100 Subject: [PATCH] docs: delete /sdks/community page This page was more or less a duplicate of the final section of the SDK overview. I've moved the section on implementing your own SDK into the SDK overview instead. --- website/docs/sdks/community.md | 28 ---------------------------- website/docs/sdks/index.md | 7 +++++++ website/sidebars.js | 1 - 3 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 website/docs/sdks/community.md diff --git a/website/docs/sdks/community.md b/website/docs/sdks/community.md deleted file mode 100644 index f724e599c9..0000000000 --- a/website/docs/sdks/community.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -id: community -title: Community SDKs ♥ ---- - -We from the Unleash teams take care of a handful of official SDKs for all the major programming languages. - -We ♥ love ♥ our contributors, and your effort make it easier to use Unleash everywhere. - -Community developed Client SDKs we already know about: - -- [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) -- [Stogon/unleash-bundle](https://git.stogon.io/Stogon/unleash-bundle/) (PHP - Symfony) -- [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (PHP - Laravel) -- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir) -- [AppsFlyer/clojure-unleash](https://github.com/AppsFlyer/unleash-client-clojure) (Clojure) -- [pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js) -- _...your implementation for your favorite language._ - -### Implement your own SDK? {#implement-your-own-sdk} - -If none of the above SDKs fits your need there is always the option of developing your own SDK. To guide the implementation we have a few resources available: - -- [Unleash Client Specifications](https://github.com/Unleash/client-specification) - Used by all official SDKs to make sure they all behave correctly across different language implementations. This helps us verify that 10% of the users in the Java SDK means the exactly same 10% of the users in Python. -- [Client SDK overview](../client-specification) - Overall guide of the Unleash Architecture and important aspects of the SDK role in it all. diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index db3ad5ae1c..54ae0a8655 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -112,3 +112,10 @@ Here's some of the fantastic work our community has done to make Unleash work in - [AppsFlyer/clojure-unleash](https://github.com/AppsFlyer/unleash-client-clojure) (Clojure) - [pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js) - _...your implementation for your favorite language._ + +### Implement your own SDK {#implement-your-own-sdk} + +If you can't find an SDK that fits your need, you can also develop your own SDK. To make implementation easier, check out these resources: + +- [Unleash Client Specifications](https://github.com/Unleash/client-specification) - Used by all official SDKs to make sure they behave correctly across different language implementations. This lets us verify that a gradual rollout to 10% of the users would affect the same users regardless of which SDK you're using. +- [Client SDK overview](../client-specification) - A brief, overall guide of the _Unleash Architecture_ and important aspects of the SDK role in it all. diff --git a/website/sidebars.js b/website/sidebars.js index 56539410ca..7a803b4929 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -41,7 +41,6 @@ module.exports = { 'sdks/proxy-javascript', 'sdks/proxy-react', 'sdks/proxy-ios', - 'sdks/community', ], Addons: [ 'addons/index',