Skip to content

Commit 90fedc2

Browse files
committed
add baner
1 parent ae9f3ac commit 90fedc2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

settings/global.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)