Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.Object

Syntax

Mintlify.Core.Models.FooterConfig

Summary

Represents the footer configuration for Mintlify.

Constructors

.ctor

Syntax

public FooterConfig()

Properties

Gets or sets the footer links.

Syntax

public System.Collections.Generic.List<Mintlify.Core.Models.FooterLinkGroup> Links { get; set; }

Property Value

Type: System.Collections.Generic.List<Mintlify.Core.Models.FooterLinkGroup>?

Socials

Gets or sets the social media links.

Syntax

public System.Collections.Generic.Dictionary<string, string> Socials { get; set; }

Property Value

Type: System.Collections.Generic.Dictionary<string, string>?