Skip to content

Commit f0adcfe

Browse files
feat: add OpenAPI documentation page for OFREP
Signed-off-by: Jonathan Norris <[email protected]>
1 parent 6d7d4c6 commit f0adcfe

File tree

3 files changed

+25
-1
lines changed

3 files changed

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

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](./ofrep-api) with interactive documentation.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "OFREP OpenAPI Documentation"
3+
sidebar_position: 1
4+
hide_title: true
5+
---
6+
7+
import Redoc from '@theme/Redoc';
8+
9+
<div style={{
10+
margin: '-2rem calc(-1 * var(--ifm-spacing-horizontal))',
11+
maxWidth: 'none'
12+
}}>
13+
<Redoc />
14+
</div>

0 commit comments

Comments
 (0)