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
.ctor Inherited
Inherited from
objectSyntax
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?
Remarks
Valid values are “section” or “breadcrumbs”. This controls the style of the small text that appears above page titles and section headers. “section” shows the current section name, while “breadcrumbs” shows the full navigation path. Defaults to “section”.Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?