File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,22 @@ Every documentation site requires a `docs.json` file that contains the core conf
416416 </Expandable >
417417</ResponseField >
418418
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+ ```mdx
426+ 🚀 Banner is live! [ Learn more] ( mintlify.com )
427+ ```
428+ </ResponseField >
429+ <ResponseField name = " dismissible" type = " boolean" >
430+ Whether the banner is dismissible. Defaults to ` false ` .
431+ </ResponseField >
432+ </Expandable >
433+ </ResponseField >
434+
419435<ResponseField name = " redirects" type = " array of object" >
420436
421437 <Expandable title = " Redirects" >
You can’t perform that action at this time.
0 commit comments