Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the styling configuration for various UI elements in the Mintlify documentation site.Remarks
This configuration controls the visual styling of specific components such as breadcrumbs, section eyebrows, and code blocks throughout the documentation.Constructors
.ctor
Syntax
Properties
Codeblocks
Gets or sets the code block theme.Syntax
Property Value
Type:string?
Remarks
Valid values are “system” or “dark”. The “system” option uses a theme that matches the current light/dark mode, while “dark” always uses a dark theme for code blocks regardless of the site’s appearance mode. Defaults to “system”.Eyebrows
Gets or sets the eyebrows style for content sections.Syntax
Property Value
Type:string?