Skip to content

Commit 0528642

Browse files
Copilotbeeme1mr
andcommitted
Revert unintended changes to OFREP documentation files
Co-authored-by: beeme1mr <[email protected]>
1 parent 3b50f27 commit 0528642

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/reference/other-technologies/ofrep/index.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: OpenFeature Remote Evaluation Protocol (OFREP)
33
sidebar_position: 1
44
---
55

6-
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](./openapi) for feature flagging that enables vendor-agnostic communication between applications and flag management systems.
7-
It defines a standard API layer between the provider and the flag management system, allowing any OpenSource or commercial system to implement the protocol and be compatible with community-maintained providers.
6+
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](./openapi) for feature flagging that enables vendor-agnostic communication between applications and flag management systems. It defines a standard API layer between the provider and the flag management system, allowing any OpenSource or commercial system to implement the protocol and be compatible with community-maintained providers.
87

98
### Key Benefits
109

@@ -15,8 +14,7 @@ It defines a standard API layer between the provider and the flag management sys
1514

1615
## How It Works
1716

18-
OFREP is **a protocol, not a provider**.
19-
It defines how to communicate with feature flag management systems and works on top of OpenFeature SDKs by providing standardized providers.
17+
OFREP is **a protocol, not a provider**. It defines how to communicate with feature flag management systems and works on top of OpenFeature SDKs by providing standardized providers.
2018

2119
```mermaid
2220
graph LR
@@ -51,13 +49,11 @@ OFREP supports both paradigms defined by OpenFeature:
5149

5250
### Available Providers
5351

54-
The OpenFeature community maintains OFREP providers for multiple languages.
55-
View the complete list of [OFREP providers in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Bvendor%5D%5B0%5D=OFREP).
52+
The OpenFeature community maintains OFREP providers for multiple languages. View the complete list of [OFREP providers in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Bvendor%5D%5B0%5D=OFREP).
5653

5754
### Available Flag Management Systems
5855

59-
Several flag management systems support OFREP.
60-
View the complete list of [OFREP-compliant systems in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=OFREP%20API).
56+
Several flag management systems support OFREP. View the complete list of [OFREP-compliant systems in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=OFREP%20API).
6157

6258
## Implementing OFREP
6359

@@ -76,3 +72,4 @@ To make your flag management system OFREP-compliant:
7672
1. Implement the [OFREP OpenAPI specification](./openapi)
7773
2. Test your implementation with existing OFREP providers
7874
3. Register your system in the [OpenFeature ecosystem](https://github.com/open-feature/openfeature.dev/issues)
75+

docs/reference/other-technologies/ofrep/openapi.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ import Redoc from '@theme/Redoc';
99
<div className="redoc-container">
1010
<Redoc />
1111
</div>
12+

0 commit comments

Comments
 (0)