Skip to main content

Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.Object

Syntax

Mintlify.Core.Models.ThumbnailsConfig

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

public ThumbnailsConfig()

.ctor Inherited

Inherited from object

Syntax

public Object()

Properties

Appearance

Gets or sets the visual theme for thumbnails.

Syntax

public string Appearance { get; set; }

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

public string Background { get; set; }

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

public Mintlify.Core.Models.ThumbnailFontsConfig Fonts { get; set; }

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 object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?