File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,24 @@ Every documentation site requires a `docs.json` file that contains the core conf
416
416
</Expandable >
417
417
</ResponseField >
418
418
419
+ <ResponseField name = " banner" type = " object" >
420
+ Banner configurations
421
+
422
+ <Expandable title = " Banner" >
423
+ <ResponseField name = " content" type = " string" >
424
+ The content of the banner. This can be a string of text or a markdown string. For example:
425
+ ```json
426
+ {
427
+ " content" : " 🚀 Banner is live! [Learn more](mintlify.com)"
428
+ }
429
+ ```
430
+ </ResponseField >
431
+ <ResponseField name = " dismissible" type = " boolean" >
432
+ Whether the banner is dismissible. Defaults to ` false ` .
433
+ </ResponseField >
434
+ </Expandable >
435
+ </ResponseField >
436
+
419
437
<ResponseField name = " redirects" type = " array of object" >
420
438
421
439
<Expandable title = " Redirects" >
You can’t perform that action at this time.
0 commit comments