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 90fedc2 commit c714dc4Copy full SHA for c714dc4
settings/global.mdx
@@ -422,8 +422,10 @@ Every documentation site requires a `docs.json` file that contains the core conf
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)
+ ```json
+ {
427
+ "content": "🚀 Banner is live! [Learn more](mintlify.com)"
428
+ }
429
```
430
</ResponseField>
431
<ResponseField name="dismissible" type="boolean">
0 commit comments