Skip to content

Commit

Permalink
feat: add ConfigCat to support page
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Csajtai <[email protected]>
  • Loading branch information
z4kn4fein committed Nov 20, 2024
1 parent 35e26e5 commit e62259b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/datasets/support/commercial-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import FlagsmithSvg from '@site/static/img/vendors/flagsmith.svg';
import LaunchDarklySvg from '@site/static/img/vendors/launchdarkly.svg';
import TgglSvg from '@site/static/img/vendors/tggl.svg';
import GoffSvg from '@site/static/img/vendors/gofeatureflag.svg';
import ConfigCatSvg from '@site/static/img/vendors/configcat.svg';

type CommercialSupportType = {
name: string;
Expand All @@ -23,6 +24,11 @@ type CommercialSupportType = {
* - Publicly available mention of OpenFeature support on the company's website or documentation
*/
export const CommercialSupportList: CommercialSupportType[] = [
{
name: 'ConfigCat',
href: 'https://configcat.com/docs/sdk-reference/openfeature/overview',
svg: ConfigCatSvg,
},
{
name: 'DevCycle',
href: 'https://docs.devcycle.com/integrations/openfeature',
Expand Down
36 changes: 36 additions & 0 deletions static/img/vendors/configcat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e62259b

Please sign in to comment.