From 42cd11ed742adfa4d87f7446856aca9683c66d2a Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 30 Apr 2024 07:22:04 -0400 Subject: [PATCH] chore: add links to OF web SDK (#207) --- integration/client.mdx | 2 +- integration/openfeature.mdx | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/integration/client.mdx b/integration/client.mdx index ccc56514..c8488ad4 100644 --- a/integration/client.mdx +++ b/integration/client.mdx @@ -24,7 +24,7 @@ Flipt provides a number of client-side SDKs to help you integrate with Flipt in Evaluate flags client-side in your Node applications - We currently only provide server-side OpenFeature providers. Once the - OpenFeature client-side specification is finalized, we will provide - client-side OpenFeature providers as well. - - From the [OpenFeature Specification](https://docs.openfeature.dev/docs/specification/sections/providers): > Providers are the "translator" between the flag evaluation calls made in application code, and the flag management system that stores flags and in some cases evaluates flags. -We currently provide the following OpenFeature server-side providers: +We currently provide the following OpenFeature providers: + + The official Flipt OpenFeature Provider using the OpenFeature Node SDK. + + + The official Flipt OpenFeature Provider using the OpenFeature Web SDK. + The official Flipt OpenFeature Provider using the OpenFeature Java SDK. - - The official Flipt OpenFeature Provider using the OpenFeature JS SDK. - The official Flipt OpenFeature Provider using the OpenFeature PHP SDK.