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

# MintlifyDocReferenceHandler

> Handles documentation references for Mintlify documentation format.

## Definition

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

**Namespace:** CloudNimble.DotNetDocs.Mintlify

**Inheritance:** CloudNimble.DotNetDocs.Core.MarkdownDocReferenceHandler

## Syntax

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

## Summary

Handles documentation references for Mintlify documentation format.

## Remarks

This handler extends [MarkdownDocReferenceHandler](/api-reference/CloudNimble/DotNetDocs/Core/MarkdownDocReferenceHandler) to add Mintlify-specific
content rewriting patterns including ES imports, JSX attributes, and CSS url() references.

It processes referenced documentation by:

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> .ctor

#### Syntax

```csharp theme={"dark"}
public MintlifyDocReferenceHandler()
```

## Properties

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> DocumentationType <Badge color="blue">Override</Badge>

#### Syntax

```csharp theme={"dark"}
public override CloudNimble.DotNetDocs.Core.Configuration.SupportedDocumentationType DocumentationType { get; }
```

#### Property Value

Type: `CloudNimble.DotNetDocs.Core.Configuration.SupportedDocumentationType`

## Methods

### <Icon icon="code-merge" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> ProcessAsync <Badge color="blue">Override</Badge>

#### Syntax

```csharp theme={"dark"}
public override System.Threading.Tasks.Task ProcessAsync(CloudNimble.DotNetDocs.Core.DocumentationReference reference, string documentationRootPath)
```

#### Parameters

| Name                    | Type                                                 | Description |
| ----------------------- | ---------------------------------------------------- | ----------- |
| `reference`             | `CloudNimble.DotNetDocs.Core.DocumentationReference` | -           |
| `documentationRootPath` | `string`                                             | -           |

#### Returns

Type: `System.Threading.Tasks.Task`
