Skip to main content

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()

.ctor Inherited

Inherited from object

Syntax

public Object()

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>?

Methods

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?