LanguageConfig

Represents a language configuration in Mintlify navigation.

Syntax

public class LanguageConfig

Inheritance

Properties

Anchors

[JsonPropertyName("anchors")]
public List<AnchorConfig> Anchors { get; set; }
Gets or sets the anchors for the language.

Returns

List<AnchorConfig>

AsyncApi

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

Returns

object

Default

[JsonPropertyName("default")]
public bool? Default { get; set; }
Gets or sets whether this language is the default language.

Returns

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

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 language.

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 language.

Returns

string

Language

[JsonPropertyName("language")]
public string Language { get; set; }
Gets or sets the language code in ISO 639-1 format.

Returns

string

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 language.

Returns

List<object>

Tabs

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

Returns

List<TabConfig>

Versions

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

Returns

List<VersionConfig>