Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the banner configuration for displaying announcements or notifications in the Mintlify documentation site.Remarks
This configuration allows you to display a banner at the top of your documentation for important announcements, updates, or notifications. The banner supports MDX formatting.Constructors
.ctor
Syntax
Properties
Content
Gets or sets the content to display in the banner.Syntax
Property Value
Type:string?
Remarks
The text or MDX content that will be displayed in the banner. MDX formatting is supported, allowing for rich content including links, emphasis, and other formatting. This content should be concise but informative.Dismissible
Gets or sets whether to show a dismiss button on the banner.Syntax
Property Value
Type:System.Nullable<bool>?