StylingConfig

Represents the styling configuration for various UI elements in the Mintlify documentation site.

Syntax

public class StylingConfig

Inheritance

Properties

Codeblocks

[JsonPropertyName("codeblocks")]
public string Codeblocks { get; set; }
Gets or sets the code block theme.

Returns

string

Eyebrows

[JsonPropertyName("eyebrows")]
public string Eyebrows { get; set; }
Gets or sets the eyebrows style for content sections.

Returns

string

Remarks

This configuration controls the visual styling of specific components such as breadcrumbs, section eyebrows, and code blocks throughout the documentation.