diff --git a/settings/global.mdx b/settings/global.mdx index 083562e34..bb9b780e9 100644 --- a/settings/global.mdx +++ b/settings/global.mdx @@ -416,6 +416,24 @@ Every documentation site requires a `docs.json` file that contains the core conf + + Banner configurations + + + + The content of the banner. This can be a string of text or a markdown string. For example: + ```json + { + "content": "🚀 Banner is live! [Learn more](mintlify.com)" + } + ``` + + + Whether the banner is dismissible. Defaults to `false`. + + + +