Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.Object

Syntax

Mintlify.Core.Models.GlobalNavigationConfig

Summary

Represents global navigation configuration that appears on all sections and pages.

Constructors

.ctor

Syntax

public GlobalNavigationConfig()

Properties

Anchors

Gets or sets the anchors configuration.

Syntax

public System.Collections.Generic.List<Mintlify.Core.Models.GlobalAnchorConfig> Anchors { get; set; }

Property Value

Type: System.Collections.Generic.List<Mintlify.Core.Models.GlobalAnchorConfig>? Gets or sets the dropdowns configuration.

Syntax

public System.Collections.Generic.List<Mintlify.Core.Models.GlobalDropdownConfig> Dropdowns { get; set; }

Property Value

Type: System.Collections.Generic.List<Mintlify.Core.Models.GlobalDropdownConfig>?

Languages

Gets or sets the languages configuration.

Syntax

public System.Collections.Generic.List<Mintlify.Core.Models.GlobalLanguageConfig> Languages { get; set; }

Property Value

Type: System.Collections.Generic.List<Mintlify.Core.Models.GlobalLanguageConfig>?

Tabs

Gets or sets the tabs configuration.

Syntax

public System.Collections.Generic.List<Mintlify.Core.Models.GlobalTabConfig> Tabs { get; set; }

Property Value

Type: System.Collections.Generic.List<Mintlify.Core.Models.GlobalTabConfig>?

Versions

Gets or sets the versions configuration.

Syntax

public System.Collections.Generic.List<Mintlify.Core.Models.GlobalVersionConfig> Versions { get; set; }

Property Value

Type: System.Collections.Generic.List<Mintlify.Core.Models.GlobalVersionConfig>?