BackgroundConfig

Represents the background configuration for the Mintlify documentation site.

Syntax

public class BackgroundConfig

Inheritance

Properties

Color

[JsonPropertyName("color")]
public object Color { get; set; }
Gets or sets the background color configuration.

Returns

object

Decoration

[JsonPropertyName("decoration")]
public string Decoration { get; set; }
Gets or sets the background decoration style.

Returns

string

Image

[JsonPropertyName("image")]
public object Image { get; set; }
Gets or sets the background image configuration.

Returns

object

Remarks

This configuration controls the background appearance including images, decorations, and colors for the documentation site.