FooterConfig

Represents the footer configuration for Mintlify.

Syntax

public class FooterConfig

Inheritance

Properties

[JsonPropertyName("links")]
public List<FooterLinkGroup> Links { get; set; }
Gets or sets the footer links.

Returns

List<FooterLinkGroup>

Socials

[JsonPropertyName("socials")]
public Dictionary<string, string> Socials { get; set; }
Gets or sets the social media links.

Returns

Dictionary<string, string>