SearchConfig

Represents the search functionality configuration for the Mintlify documentation site.

Syntax

public class SearchConfig

Inheritance

Properties

Prompt

[JsonPropertyName("prompt")]
public string Prompt { get; set; }
Gets or sets the placeholder text displayed in the search input field.

Returns

string

Remarks

This configuration controls the appearance and behavior of the search feature, including placeholder text and search display settings.