AnchorConfig

Represents an anchor configuration in Mintlify navigation.

Syntax

public class AnchorConfig

Inheritance

Properties

Anchor

[JsonPropertyName("anchor")]
public string Anchor { get; set; }
Gets or sets the name of the anchor.

Returns

string

AsyncApi

[JsonPropertyName("asyncapi")]
public object AsyncApi { get; set; }
Gets or sets the AsyncAPI configuration.

Returns

object

Color

[JsonPropertyName("color")]
public ColorPairConfig Color { get; set; }
Gets or sets the color configuration for the anchor.

Returns

ColorPairConfig
[JsonPropertyName("dropdowns")]
public List<DropdownConfig> Dropdowns { get; set; }
Gets or sets the dropdowns for the anchor.

Returns

List<DropdownConfig>

Global

[JsonPropertyName("global")]
public GlobalNavigationConfig Global { get; set; }
Gets or sets the global navigation configuration.

Returns

GlobalNavigationConfig

Groups

[JsonPropertyName("groups")]
public List<GroupConfig> Groups { get; set; }
Gets or sets the groups for the anchor.

Returns

List<GroupConfig>

Hidden

[JsonPropertyName("hidden")]
public bool? Hidden { get; set; }
Gets or sets whether the current option is default hidden.

Returns

bool?

Href

[JsonPropertyName("href")]
public string Href { get; set; }
Gets or sets the URL or path for the anchor.

Returns

string

Icon

[JsonPropertyName("icon")]
public object Icon { get; set; }
Gets or sets the icon to be displayed in the section.

Returns

object

Languages

[JsonPropertyName("languages")]
public List<LanguageConfig> Languages { get; set; }
Gets or sets the languages for the anchor.

Returns

List<LanguageConfig>

OpenApi

[JsonPropertyName("openapi")]
public object OpenApi { get; set; }
Gets or sets the OpenAPI configuration.

Returns

object

Pages

[JsonPropertyName("pages")]
public List<object> Pages { get; set; }
Gets or sets the pages for the anchor.

Returns

List<object>

Tabs

[JsonPropertyName("tabs")]
public List<TabConfig> Tabs { get; set; }
Gets or sets the tabs for the anchor.

Returns

List<TabConfig>

Versions

[JsonPropertyName("versions")]
public List<VersionConfig> Versions { get; set; }
Gets or sets the versions for the anchor.

Returns

List<VersionConfig>