Skip to content

Commit c714dc4

Browse files
committed
update banner example
1 parent 90fedc2 commit c714dc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

settings/global.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,10 @@ Every documentation site requires a `docs.json` file that contains the core conf
422422
<Expandable title="Banner">
423423
<ResponseField name="content" type="string">
424424
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)
425+
```json
426+
{
427+
"content": "🚀 Banner is live! [Learn more](mintlify.com)"
428+
}
427429
```
428430
</ResponseField>
429431
<ResponseField name="dismissible" type="boolean">

0 commit comments

Comments
 (0)