Represents the footer configuration for Mintlify.
public class FooterConfig
[JsonPropertyName("links")] public List<FooterLinkGroup> Links { get; set; }
[JsonPropertyName("socials")] public Dictionary<string, string> Socials { get; set; }