Skip to content

Commit 765c155

Browse files
kp-catadams85aisz0811
authored
openfeature overview update (#673)
* openfeature overview update * openfeature url seo optimization * Apply suggestions from code review Co-authored-by: adams85 <31276480+adams85@users.noreply.github.com> * seo optmized desc for openfeature docs * Apply suggestions from code review Co-authored-by: Csilla Kisfaludi <55664408+aisz0811@users.noreply.github.com> --------- Co-authored-by: adams85 <31276480+adams85@users.noreply.github.com> Co-authored-by: Csilla Kisfaludi <55664408+aisz0811@users.noreply.github.com>
1 parent 8b1e217 commit 765c155

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

website/docs/sdk-reference/openfeature/overview.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
---
22
id: overview
33
title: OpenFeature Providers
4-
description: List of all supported OpenFeature Providers.
4+
description: Integrate feature flags using OpenFeature's vendor-agnostic API with ConfigCat OpenFeature providers. Supported for .NET, Java, Python, Go, JavaScript, React, Node.js, and more.
5+
slug: /sdk-reference/openfeature
56
---
67

7-
OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging.
8+
OpenFeature is an open specification that provides SDKs with a vendor-agnostic API for feature flagging. It helps developers integrate feature flags in a standardized way across different feature flag management platforms.
89

9-
OpenFeature providers are the abstraction between an OpenFeature SDK and an underlying flag management system like ConfigCat. To learn more, see the [OpenFeature documentation](https://openfeature.dev/docs/reference/intro).
10+
OpenFeature providers act as the bridge between an OpenFeature SDK and a feature flag service such as ConfigCat. When your application evaluates a feature flag through the OpenFeature API, the configured provider determines the flag value using the underlying feature flag system.
1011

11-
ConfigCat offers providers for the following platforms supported by OpenFeature SDKs:
12+
OpenFeature providers allow teams to adopt a standardized feature flag interface while managing flags with ConfigCat. To learn more, see the [OpenFeature documentation](https://openfeature.dev/docs/reference/intro/).
13+
14+
## ConfigCat OpenFeature Providers
15+
16+
ConfigCat offers OpenFeature providers for multiple platforms supported by OpenFeature SDKs. These providers let applications evaluate feature flags through the OpenFeature API while managing configuration in ConfigCat.
17+
18+
Supported platforms include:
1219

1320
<div className="sdk-cards">
1421
<div className="sdk-card">
@@ -113,9 +120,7 @@ ConfigCat offers providers for the following platforms supported by OpenFeature
113120

114121
## OpenFeature Remote Evaluation Protocol (OFREP)
115122

116-
The <a href="https://github.com/open-feature/protocol" target="_blank">OpenFeature Remote Flag Evaluation Protocol</a> is an
117-
API specification for feature flagging that allows the use of generic providers to connect
118-
to any feature flag management systems that supports the protocol.
123+
The <a href="https://github.com/open-feature/protocol" target="_blank">OpenFeature Remote Flag Evaluation Protocol (OFREP)</a> defines a standard API for remote feature flag evaluation. It allows generic providers to connect to any feature flag system that supports the protocol.
119124

120-
ConfigCat conforms to OFREP via the [ConfigCat Proxy](../../advanced/proxy/overview.mdx).
125+
ConfigCat supports OFREP through the [ConfigCat Proxy](../../advanced/proxy/overview.mdx), enabling OpenFeature-compatible clients to evaluate flags remotely.
121126
The API documentation for the OFREP implementation with usage examples is available [here](../../advanced/proxy/endpoints.mdx#openfeature-remote-evaluation-protocol-ofrep).

website/docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ const config: Config = {
3737
'@docusaurus/plugin-client-redirects',
3838
{
3939
redirects: [
40+
{
41+
from: '/sdk-reference/openfeature/overview',
42+
to: '/sdk-reference/openfeature',
43+
},
4044
{
4145
from: '/sdk-reference/csharp',
4246
to: '/sdk-reference/dotnet',

0 commit comments

Comments
 (0)