NavbarConfig

Represents the navigation bar configuration for the Mintlify documentation site.

Syntax

public class NavbarConfig

Inheritance

Properties

[JsonPropertyName("links")]
public List<NavbarLink> Links { get; set; }
Gets or sets the list of navigation links to display in the navbar.

Returns

List<NavbarLink>

Primary

[JsonPropertyName("primary")]
public object Primary { get; set; }
Gets or sets the primary call-to-action configuration in the navbar.

Returns

object

Remarks

This configuration controls the content and appearance of the top navigation bar, including custom links and primary call-to-action buttons.