File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import KameleoonSvg from '@site/static/img/vendors/kameleoon.svg';
44import DevCycleSvg from '@site/static/img/vendors/devcycle.svg' ;
55import FliptSvg from '@site/static/img/vendors/flipt.svg' ;
66import FlagsmithSvg from '@site/static/img/vendors/flagsmith.svg' ;
7+ import HarnessSvg from '@site/static/img/vendors/harness.svg' ;
78import LaunchDarklySvg from '@site/static/img/vendors/launchdarkly.svg' ;
89import TgglSvg from '@site/static/img/vendors/tggl.svg' ;
910import GoffSvg from '@site/static/img/vendors/gofeatureflag.svg' ;
@@ -51,6 +52,11 @@ export const CommercialSupportList: CommercialSupportType[] = [
5152 href : 'https://gofeatureflag.org/docs/openfeature_sdk/sdk' ,
5253 svg : GoffSvg ,
5354 } ,
55+ {
56+ name : 'Harness FME' ,
57+ href : 'https://developer.harness.io/docs/feature-management-experimentation/sdks-and-infrastructure/openfeature' ,
58+ svg : HarnessSvg ,
59+ } ,
5460 {
5561 name : 'Kameleoon' ,
5662 href : 'https://developers.kameleoon.com/feature-management-and-experimentation/open-feature-providers/' ,
You can’t perform that action at this time.
0 commit comments