From 28e75b816bc372213e88ff49a355d0f50d452bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 4 Jun 2021 14:10:37 +0200 Subject: [PATCH] fix: slug for /sdks --- websitev2/docs/sdks/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/websitev2/docs/sdks/index.md b/websitev2/docs/sdks/index.md index b437a131ff..5fedbfc51c 100644 --- a/websitev2/docs/sdks/index.md +++ b/websitev2/docs/sdks/index.md @@ -1,6 +1,7 @@ --- id: index title: Introduction +slug: /sdks --- In order to connect your application to Unleash you need to use a client SDK (software developer kit) for your programming language. In addition you will need a [API token](../user_guide/api-token). The SDK will handle connecting to the Unleash server instance and retrieve feature toggles based upon your configuration. Both open-source and the Unleash enterprise offering utilize the same set of client SDKs.