From d0e9e33573521ed7e16a2cdd9d580d3aa6b3fbfa Mon Sep 17 00:00:00 2001 From: Mark Fulton <128738155+markunl@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:06:41 -0400 Subject: [PATCH] docs: add video to SDK overview reference (#4855) Added video embed into the SDK overview reference doc: https://docs.getunleash.io/reference/sdks --- website/docs/reference/sdks/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/website/docs/reference/sdks/index.md b/website/docs/reference/sdks/index.md index 7e88bef9546a..cc2b4a58a453 100644 --- a/website/docs/reference/sdks/index.md +++ b/website/docs/reference/sdks/index.md @@ -2,11 +2,20 @@ title: SDK overview --- +import VideoContent from '@site/src/components/VideoContent.jsx' + In order to connect your application to Unleash you will need a client SDK (software developer kit) for your programming language and an [API token](../how-to/how-to-create-api-tokens). The SDK will handle connecting to the Unleash server instance and retrieving feature toggles based on your configuration. All versions of Unleash (OSS, Pro, and Enterprise) use the same client SDKs. Unleash provides official client SDKs for a number of programming language. Additionally, our community have developed and contributed SDKs for other languages. So if you can't find your favorite language in the list of official SDKs, check out the [list of clients written by our fantastic community](#community-sdks). -## Official SDKs +## Official SDKs + + + + +In addition to the written reference below, the following video walks through the various client and server-side SDK offerings, how they are used as well as their differences. + + ### Server-side SDKs: