> ## Documentation Index
> Fetch the complete documentation index at: https://dotnetdocs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NavigationMode

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

## Definition

**Assembly:** CloudNimble.DotNetDocs.Mintlify.dll

**Namespace:** CloudNimble.DotNetDocs.Mintlify

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.DotNetDocs.Mintlify.NavigationMode
```

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