We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bdfaa commit 506a7c1Copy full SHA for 506a7c1
docusaurus.config.ts
@@ -292,8 +292,7 @@ const config: Config = {
292
specs: [
293
{
294
id: 'ofrep-api',
295
- // TODO: revert to main once PR is merged: https://github.com/open-feature/protocol/pull/56
296
- spec: 'https://raw.githubusercontent.com/open-feature/protocol/b549b94c91cf068d8068efaff7e74890e5238447/service/openapi.yaml',
+ spec: 'https://raw.githubusercontent.com/open-feature/protocol/main/service/openapi.yaml',
297
},
298
],
299
theme: {
0 commit comments