Skip to content

Commit ed50557

Browse files
feat: Update OFREP OpenAPI documentation (#347)
Signed-off-by: Jonathan Norris <[email protected]>
1 parent 6d7d4c6 commit ed50557

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.markdown-link-check-config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"ignorePatterns": [
3-
{"pattern": ".*split.io.*"}
3+
{
4+
"pattern": ".*split.io.*"
5+
},
6+
{
7+
"pattern": ".*openfeature.dev/docs/reference/other-technologies/ofrep/openapi.*"
8+
}
49
]
5-
}
10+
}

specification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sidebar_position: 0
1919
- [Tracking](./sections/06-tracking.md)
2020
- [Appendix A: Included Utilities](./appendix-a-included-utilities.md)
2121
- [Appendix B: Gherkin Suites](./appendix-b-gherkin-suites.md)
22-
- [Appendix C: OFREP](./appendix-c-ofrep.md)
22+
- [Appendix C: OFREP](./appendix-c/index.md)
2323
- [Appendix D: Observability](./appendix-d-observability.md)
2424

2525
## Conformance
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Appendix C: OpenFeature Remote Evaluation Protocol",
3+
"position": 5,
4+
"collapsible": false
5+
}

specification/appendix-c-ofrep.md renamed to specification/appendix-c/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: appendix-c
33
title: "Appendix C: OpenFeature Remote Evaluation Protocol"
44
description: A unified protocol for feature flagging
5-
sidebar_position: 5
5+
sidebar_position: 0
66
---
77

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

1919
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.
20+
21+
## API Specification
22+
23+
View the full [OFREP API Specification](https://openfeature.dev/docs/reference/other-technologies/ofrep/openapi) with interactive documentation.

0 commit comments

Comments
 (0)