GlobalTabConfig

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

Syntax

public class GlobalTabConfig

Inheritance

Properties

Hidden

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

Returns

bool?

Href

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

Returns

string

Icon

[JsonPropertyName("icon")]
public object Icon { get; set; }
Gets or sets the icon to display alongside the tab name.

Returns

object

Tab

[JsonPropertyName("tab")]
public string Tab { get; set; }
Gets or sets the display name for the tab.

Returns

string

Remarks

This configuration defines a tab that appears globally across all sections and pages, providing users with quick access to different areas or types of documentation.