Definition

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

Syntax

CloudNimble.DotNetDocs.Mintlify.NavigationMode

Summary

Specifies how navigation should be organized when generating documentation from multiple assemblies.

Values

NameValueDescription
Unified0All assemblies are merged into a single unified navigation structure.
This is the default mode for backward compatibility.
ByAssembly1Each assembly gets its own top-level group in the navigation.
Useful for large solutions with distinct assembly boundaries.