Represents an anchor configuration for global navigation in the Mintlify documentation site.
public class GlobalAnchorConfig
[JsonPropertyName("anchor")] public string Anchor { get; set; }
[JsonPropertyName("color")] public ColorPairConfig Color { get; set; }
[JsonPropertyName("hidden")] public bool? Hidden { get; set; }
[JsonPropertyName("href")] public string Href { get; set; }
[JsonPropertyName("icon")] public object Icon { get; set; }