Definition
Assembly: CloudNimble.DotNetDocs.Mintlify.dll Namespace: CloudNimble.DotNetDocs.Mintlify Inheritance: System.EnumSyntax
Summary
Specifies how navigation should be organized when generating documentation from multiple assemblies.Values
Name | Value | Description |
---|---|---|
Unified | 0 | All assemblies are merged into a single unified navigation structure. |
This is the default mode for backward compatibility. | ||
ByAssembly | 1 | Each assembly gets its own top-level group in the navigation. |
Useful for large solutions with distinct assembly boundaries. |