Skip to content

Commit 3168ffb

Browse files
beeme1mrDmitryAE
andauthored
add kameleoon to commercial support page (#750)
Leaving as a draft until there's a better link. Direct link: https://deploy-preview-750--openfeature.netlify.app/support-training --------- Signed-off-by: Michael Beemer <[email protected]> Signed-off-by: Dmitry Eryshov <[email protected]> Co-authored-by: DmitryAE <[email protected]>
1 parent 3889bda commit 3168ffb

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

src/datasets/support/commercial-support.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { ComponentType, SVGProps } from 'react';
22

3+
import KameleoonSvg from '@site/static/img/vendors/kameleoon.svg';
34
import DevCycleSvg from '@site/static/img/vendors/devcycle.svg';
45
import FliptSvg from '@site/static/img/vendors/flipt.svg';
56
import FlagsmithSvg from '@site/static/img/vendors/flagsmith.svg';
@@ -49,6 +50,11 @@ export const CommercialSupportList: CommercialSupportType[] = [
4950
href: 'https://gofeatureflag.org/docs/openfeature_sdk/sdk',
5051
svg: GoffSvg,
5152
},
53+
{
54+
name: 'Kameleoon',
55+
href: 'https://developers.kameleoon.com/feature-management-and-experimentation/open-feature-providers/',
56+
svg: KameleoonSvg,
57+
},
5258
{
5359
name: 'LaunchDarkly',
5460
href: 'https://docs.launchdarkly.com/sdk/openfeature/',

static/img/vendors/kameleoon.svg

Lines changed: 42 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)