Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the appearance configuration for light and dark mode settings in Mintlify.Remarks
This configuration controls the default appearance mode and whether users can toggle between light and dark modes in the documentation site.Constructors
.ctor
Syntax
Properties
Default
Gets or sets the default light/dark mode for the documentation site.Syntax
Property Value
Type:string?
Remarks
Valid values are “system” (follows user’s system preference), “light”, or “dark”. Defaults to “system” if not specified.Strict
Gets or sets whether to hide the light/dark mode toggle from users.Syntax
Property Value
Type:System.Nullable<bool>?