AppearanceConfig

Represents the appearance configuration for light and dark mode settings in Mintlify.

Syntax

public class AppearanceConfig

Inheritance

Properties

Default

[JsonPropertyName("default")]
public string Default { get; set; }
Gets or sets the default light/dark mode for the documentation site.

Returns

string

Strict

[JsonPropertyName("strict")]
public bool? Strict { get; set; }
Gets or sets whether to hide the light/dark mode toggle from users.

Returns

bool?

Remarks

This configuration controls the default appearance mode and whether users can toggle between light and dark modes in the documentation site.