Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Mintlify.dll Namespace: CloudNimble.DotNetDocs.Mintlify Inheritance: System.Object

Syntax

Summary

Configuration for DotNetDocs-specific navigation properties.

Remarks

This class holds metadata that bridges .docsproj XML templates to Mintlify.Core, but is not part of the Mintlify docs.json specification itself. These properties control how DotNetDocs organizes and integrates documentation into the Mintlify navigation structure.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

Mode

Gets or sets the navigation mode for multi-assembly documentation.

Syntax

Property Value

Type: CloudNimble.DotNetDocs.Mintlify.NavigationMode? The navigation organization mode. Default is NavigationMode.Unified.

Name

Gets or sets the navigation name/title for this documentation project when Type is Tabs or Products.

Syntax

Property Value

Type: string? The display name for the tab or product. If not specified, the project name will be used.

Type

Gets or sets the navigation type for this documentation project.

Syntax

Property Value

Type: CloudNimble.DotNetDocs.Mintlify.NavigationType? The navigation type. Default is NavigationType.Pages.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?