Skip to content

Commit 48337c9

Browse files
authored
feat(ConfigCat): Add new ConfigCat providers to the ecosystem page (#1211)
## This PR - Adds the 6 new ConfigCat OpenFeature providers (NestJS, Angular, React, Ruby, Kotlin, Swift) to the Ecosystem page. Signed-off-by: Peter Csajtai <[email protected]>
1 parent a8192d0 commit 48337c9

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

src/datasets/providers/configcat.ts

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,33 @@ export const ConfigCat: Provider = {
1111
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/config-cat',
1212
category: ['Server'],
1313
},
14+
{
15+
technology: 'NestJS',
16+
parentTechnology: 'JavaScript',
17+
vendorOfficial: true,
18+
href: 'https://configcat.com/docs/sdk-reference/openfeature/nestjs',
19+
category: ['Server'],
20+
},
1421
{
1522
technology: 'JavaScript',
1623
vendorOfficial: true,
1724
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/config-cat-web',
1825
category: ['Client'],
1926
},
27+
{
28+
technology: 'Angular',
29+
parentTechnology: 'JavaScript',
30+
vendorOfficial: true,
31+
href: 'https://configcat.com/docs/sdk-reference/openfeature/angular',
32+
category: ['Client'],
33+
},
34+
{
35+
technology: 'React',
36+
parentTechnology: 'JavaScript',
37+
vendorOfficial: true,
38+
href: 'https://configcat.com/docs/sdk-reference/openfeature/react',
39+
category: ['Client'],
40+
},
2041
{
2142
technology: 'Go',
2243
vendorOfficial: true,
@@ -53,5 +74,23 @@ export const ConfigCat: Provider = {
5374
href: 'https://github.com/configcat/openfeature-rust',
5475
category: ['Server'],
5576
},
77+
{
78+
technology: 'Ruby',
79+
vendorOfficial: true,
80+
href: 'https://github.com/configcat/openfeature-ruby',
81+
category: ['Server'],
82+
},
83+
{
84+
technology: 'Kotlin',
85+
vendorOfficial: true,
86+
href: 'https://github.com/configcat/openfeature-kotlin',
87+
category: ['Client'],
88+
},
89+
{
90+
technology: 'Swift',
91+
vendorOfficial: true,
92+
href: 'https://github.com/configcat/openfeature-swift',
93+
category: ['Client'],
94+
},
5695
],
5796
};

0 commit comments

Comments
 (0)