Represents global navigation configuration that appears on all sections and pages.
public class GlobalNavigationConfig
[JsonPropertyName("anchors")] public List<GlobalAnchorConfig> Anchors { get; set; }
[JsonPropertyName("dropdowns")] public List<GlobalDropdownConfig> Dropdowns { get; set; }
[JsonPropertyName("languages")] public List<GlobalLanguageConfig> Languages { get; set; }
[JsonPropertyName("tabs")] public List<GlobalTabConfig> Tabs { get; set; }
[JsonPropertyName("versions")] public List<GlobalVersionConfig> Versions { get; set; }