GlobalVersionConfig

Represents a version configuration for global navigation in the Mintlify documentation site.

Syntax

public class GlobalVersionConfig

Inheritance

Properties

Default

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

Returns

bool?

Hidden

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

Returns

bool?

Href

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

Returns

string

Version

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

Returns

string

Remarks

This configuration defines a version option that appears globally across all sections and pages, allowing users to switch between different versions of the documentation.