Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .markdown-link-check-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"ignorePatterns": [
{"pattern": ".*split.io.*"}
{
"pattern": ".*split.io.*"
},
{
"pattern": ".*openfeature.dev/docs/reference/other-technologies/ofrep/openapi.*"
}
]
}
}
2 changes: 1 addition & 1 deletion specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sidebar_position: 0
- [Tracking](./sections/06-tracking.md)
- [Appendix A: Included Utilities](./appendix-a-included-utilities.md)
- [Appendix B: Gherkin Suites](./appendix-b-gherkin-suites.md)
- [Appendix C: OFREP](./appendix-c-ofrep.md)
- [Appendix C: OFREP](./appendix-c/index.md)
- [Appendix D: Observability](./appendix-d-observability.md)

## Conformance
Expand Down
5 changes: 5 additions & 0 deletions specification/appendix-c/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Appendix C: OpenFeature Remote Evaluation Protocol",
"position": 5,
"collapsible": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: appendix-c
title: "Appendix C: OpenFeature Remote Evaluation Protocol"
description: A unified protocol for feature flagging
sidebar_position: 5
sidebar_position: 0
---

# Appendix C: OpenFeature Remote Evaluation Protocol
Expand All @@ -17,3 +17,7 @@ There is a dedicated [OpenFeature working group](https://github.com/open-feature
- Reference implementations of the protocol

If you are interested in this initiative, you can join the [`#openfeature-remote-evaluation-protocol`](https://cloud-native.slack.com/archives/C066A48LK35) Slack channel on the [CNCF Slack](https://communityinviter.com/apps/cloud-native/cncf) workspace.

## API Specification

View the full [OFREP API Specification](https://openfeature.dev/docs/reference/other-technologies/ofrep/openapi) with interactive documentation.
Loading