We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3968eaa commit 3c0c166Copy full SHA for 3c0c166
2 files changed
docusaurus.config.js
@@ -77,9 +77,13 @@ const config = {
77
// You can also pass it a OpenAPI spec URL
78
{
79
id: 'keychain-json',
80
- spec: 'kc/doc/openapi.json',
+ spec: 'kc/doc/keymaster-api.json',
81
//route: '/docs/api',
82
},
83
+ {
84
+ id: 'gatekeeper-json',
85
+ spec: 'kc/doc/gatekeeper-api.json',
86
+ },
87
],
88
// Theme Options for modifying how redoc renders them
89
theme: {
kc
0 commit comments