VersionConfig

Represents a version configuration in Mintlify navigation.

Syntax

public class VersionConfig

Inheritance

Properties

Anchors

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

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 version is the default version.

Returns

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

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

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

Returns

string

Languages

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

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

Returns

List<object>

Tabs

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

Returns

List<TabConfig>

Version

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

Returns

string