ContextualConfig

Represents the contextual options configuration for the Mintlify documentation site.

Syntax

public class ContextualConfig

Inheritance

Properties

Options

[JsonPropertyName("options")]
public List<string> Options { get; set; }
Gets or sets the list of contextual options to enable.

Returns

List<string>

Remarks

This configuration controls the contextual options that appear in the documentation, such as copy buttons, view source links, and AI assistant integrations.