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 52f36b0 commit 29fdd70Copy full SHA for 29fdd70
generator/konfig-dash/packages/konfig-lib/src/KonfigYamlCommon.ts
@@ -191,6 +191,13 @@ export const portal = z
191
.describe(
192
"List of operations to hide in Konfig's API Portal. The first key is the path and the second is the HTTP method."
193
),
194
+ cta: z
195
+ .object({
196
+ url: z.string(),
197
+ label: z.string(),
198
+ })
199
+ .optional()
200
+ .describe('Adds a call-to-action button at the top-right of the docs.'),
201
hideSecurity: z
202
.object({
203
name: z.string(),
0 commit comments