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