Use banners to display important announcements, updates, or notifications across your entire documentation site. Banners appear at the top of every page, support Markdown formatting, and you can make them dismissible. Banners use the color defined by theDocumentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-contextual-display-1773267894.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
colors.dark property in your docs.json.
To add a banner, use the banner property in your docs.json:
You can also configure banners per language by setting
banner in navigation.languages. See Language-specific banners.Properties
The banner message. Supports plain text and Markdown formatting.
Whether users can dismiss the banner. When
true, users can close the banner and it won’t reappear for their session. Defaults to false.Language-specific banners
Configure different banner content for each language in your documentation. Define language-specific banners in thenavigation.languages array in your docs.json.
Fallback behavior
Banners follow a priority order when determining which content to display:- Language-specific banner: If the current language has a
bannerconfiguration, it takes priority. - Global banner: If no language-specific banner exists, display the global
banner.