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

# NavigationType

> Defines the navigation type for documentation integration.

## Definition

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

**Namespace:** CloudNimble.DotNetDocs.Mintlify

**Inheritance:** System.Enum

## Syntax

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

## Summary

Defines the navigation type for documentation integration.

## Values

| Name       | Value | Description                                                 |
| ---------- | ----- | ----------------------------------------------------------- |
| `Pages`    | 0     | Documentation appears in the main navigation as pages.      |
| `Tabs`     | 1     | Documentation appears as a top-level tab.                   |
| `Products` | 2     | Documentation appears as a product in the products section. |
