Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the thumbnail configuration for the Mintlify documentation site.Remarks
This configuration controls the appearance and styling of thumbnails used throughout the documentation, including visual theme, background images, and font settings.Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Appearance
Gets or sets the visual theme for thumbnails.Syntax
Property Value
Type:string?
Remarks
Controls the overall appearance of generated thumbnails. Valid values are “light” or “dark”, which determine the color scheme used for thumbnail rendering.Background
Gets or sets the background image path for thumbnails.Syntax
Property Value
Type:string?
Remarks
Specifies the path to a background image used when rendering thumbnails. This allows for custom branding and visual consistency across all documentation thumbnails.Fonts
Gets or sets the font configuration for thumbnails.Syntax
Property Value
Type:Mintlify.Core.Models.ThumbnailFontsConfig?
Remarks
Controls the fonts used in thumbnail rendering, allowing customization of the font family used for text displayed within thumbnails.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?