Skip to content

Commit c0bdfaa

Browse files
docs: update SDK documentation and compatibility data
Signed-off-by: Jonathan Norris <[email protected]>
1 parent 4d4b596 commit c0bdfaa

File tree

17 files changed

+69
-32
lines changed

17 files changed

+69
-32
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ sidebar_position: 2
55
id: ofrep
66
---
77

8-
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an API specification 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 open source or commercial system to implement the protocol and be compatible with community-maintained providers.
8+
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](/docs/reference/other-technologies/ofrep/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 open source or commercial system to implement the protocol and be compatible with community-maintained providers.
99

1010
### Key Benefits
1111

1212
- **Vendor Agnostic**: Connect to any OFREP-compliant flag management system without vendor-specific implementations
13-
- **Standardized**: Built on a common OpenAPI specification for consistent integration
13+
- **Standardized**: Built on a common [OpenAPI specification](/docs/reference/other-technologies/ofrep/openapi) for consistent integration
1414
- **Flexible**: Works on both client-side and server-side applications
1515
- **Community Maintained**: Generic OFREP providers maintained by the OpenFeature project
1616

@@ -29,7 +29,7 @@ graph LR
2929
1. Your application uses the OpenFeature SDK
3030
2. The OpenFeature SDK uses an OFREP provider
3131
3. The OFREP provider communicates with your flag management system via the standardized OFREP API
32-
4. Your flag management system implements the OFREP specification
32+
4. Your flag management system implements the [OFREP specification](/docs/reference/other-technologies/ofrep/openapi)
3333

3434
### Server vs Client
3535

docs/reference/sdks/client/kotlin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from kotlin-sdk.
1010
Edits should be made here: https://github.com/open-feature/kotlin-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Oct 30 2025 11:28:04 GMT-0400 (Eastern Daylight Time)
13+
Last updated at Tue Nov 11 2025 09:50:29 GMT-0500 (Eastern Standard Time)
1414
-->
1515
import MCPInstall from '@site/src/partials/mcp-install';
1616

docs/reference/sdks/client/swift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from swift-sdk.
1010
Edits should be made here: https://github.com/open-feature/swift-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Oct 30 2025 11:28:04 GMT-0400 (Eastern Daylight Time)
13+
Last updated at Tue Nov 11 2025 09:50:30 GMT-0500 (Eastern Standard Time)
1414
-->
1515
import MCPInstall from '@site/src/partials/mcp-install';
1616

docs/reference/sdks/client/web/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Oct 30 2025 11:28:05 GMT-0400 (Eastern Daylight Time)
13+
Last updated at Tue Nov 11 2025 09:50:30 GMT-0500 (Eastern Standard Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

docs/reference/sdks/client/web/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Oct 30 2025 11:28:04 GMT-0400 (Eastern Daylight Time)
13+
Last updated at Tue Nov 11 2025 09:50:29 GMT-0500 (Eastern Standard Time)
1414
-->
1515
import MCPInstall from '@site/src/partials/mcp-install';
1616

@@ -20,8 +20,8 @@ import MCPInstall from '@site/src/partials/mcp-install';
2020
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
2121
</a>
2222

23-
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.7.0">
24-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.0&color=blue&style=for-the-badge" />
23+
<a href="https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.7.1">
24+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.1&color=blue&style=for-the-badge" />
2525
</a>
2626

2727
<br/>

docs/reference/sdks/client/web/react.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Oct 30 2025 11:28:04 GMT-0400 (Eastern Daylight Time)
13+
Last updated at Tue Nov 11 2025 09:50:29 GMT-0500 (Eastern Standard Time)
1414
-->
1515
import MCPInstall from '@site/src/partials/mcp-install';
1616

@@ -20,8 +20,8 @@ import MCPInstall from '@site/src/partials/mcp-install';
2020
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
2121
</a>
2222

23-
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v1.0.1">
24-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.1&color=blue&style=for-the-badge" />
23+
<a href="https://github.com/open-feature/js-sdk/releases/tag/react-sdk-v1.0.2">
24+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.0.2&color=blue&style=for-the-badge" />
2525
</a>
2626

2727
<br/>

docs/reference/sdks/server/dart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This content has been automatically generated from dart-server-sdk.
99
Edits should be made here: https://github.com/open-feature/dart-server-sdk
1010
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1111

12-
Last updated at Thu Oct 30 2025 11:28:05 GMT-0400 (Eastern Daylight Time)
12+
Last updated at Tue Nov 11 2025 09:50:31 GMT-0500 (Eastern Standard Time)
1313
-->
1414

1515
<p align="center" class="github-badges">

docs/reference/sdks/server/dotnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from dotnet-sdk.
1010
Edits should be made here: https://github.com/open-feature/dotnet-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Oct 30 2025 11:28:04 GMT-0400 (Eastern Daylight Time)
13+
Last updated at Tue Nov 11 2025 09:50:27 GMT-0500 (Eastern Standard Time)
1414
-->
1515
import MCPInstall from '@site/src/partials/mcp-install';
1616

docs/reference/sdks/server/go.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This content has been automatically generated from go-sdk.
99
Edits should be made here: https://github.com/open-feature/go-sdk
1010
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1111

12-
Last updated at Thu Oct 30 2025 11:28:04 GMT-0400 (Eastern Daylight Time)
12+
Last updated at Tue Nov 11 2025 09:50:28 GMT-0500 (Eastern Standard Time)
1313
-->
1414
import MCPInstall from '@site/src/partials/mcp-install';
1515

@@ -19,8 +19,8 @@ import MCPInstall from '@site/src/partials/mcp-install';
1919
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
2020
</a>
2121

22-
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.16.0">
23-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.16.0&color=blue&style=for-the-badge" />
22+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.17.0">
23+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.17.0&color=blue&style=for-the-badge" />
2424
</a>
2525

2626
<br/>

docs/reference/sdks/server/java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This content has been automatically generated from java-sdk.
99
Edits should be made here: https://github.com/open-feature/java-sdk
1010
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1111

12-
Last updated at Thu Oct 30 2025 11:28:03 GMT-0400 (Eastern Daylight Time)
12+
Last updated at Tue Nov 11 2025 09:50:27 GMT-0500 (Eastern Standard Time)
1313
-->
1414
import MCPInstall from '@site/src/partials/mcp-install';
1515

0 commit comments

Comments
 (0)