Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.ObjectSyntax
Summary
Represents the navigation configuration for Mintlify.Remarks
This is a required field that defines the structure of your documentation. At minimum, you need to define some navigation items (pages, groups, tabs, etc.).Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Anchors
Gets or sets the anchors in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.AnchorConfig>?
Dropdowns
Gets or sets the dropdowns in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.DropdownConfig>?
Global
Gets or sets global navigation items that appear on all sections and pages.Syntax
Property Value
Type:Mintlify.Core.Models.GlobalNavigationConfig?
Groups
Gets or sets the groups in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.GroupConfig>?
Languages
Gets or sets the languages in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.LanguageConfig>?
Pages
Gets or sets the pages in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<object>?
Remarks
Pages can be either strings (page paths) or nested GroupConfig objects.Products
Gets or sets the products in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.ProductConfig>?
Remarks
Products separate documentation into distinct product-specific sections.Tabs
Gets or sets the tabs in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.TabConfig>?
Versions
Gets or sets the versions in the navigation.Syntax
Property Value
Type:System.Collections.Generic.List<Mintlify.Core.Models.VersionConfig>?
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?