Represents the navigation bar configuration for the Mintlify documentation site.
public class NavbarConfig
[JsonPropertyName("links")] public List<NavbarLink> Links { get; set; }
[JsonPropertyName("primary")] public object Primary { get; set; }