Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the background configuration for the Mintlify documentation site.Remarks
This configuration controls the background appearance including images, decorations, and colors for the documentation site.Constructors
.ctor
Syntax
Properties
Color
Gets or sets the background color configuration.Syntax
Property Value
Type:object?
Remarks
Can be a hex color string or an object with color configuration properties. This controls the base background color of the documentation site.Decoration
Gets or sets the background decoration style.Syntax
Property Value
Type:string?
Remarks
Valid values are “gradient”, “grid”, or “windows”. This adds decorative background patterns to enhance the visual appearance of the site.Image
Gets or sets the background image configuration.Syntax
Property Value
Type:object?