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

# Overview

> Summary of the Mintlify.Core Namespace

<div className="flex gap-2 mb-4 items-center">
  <a href="https://www.nuget.org/packages/Mintlify.Core/" className="no-underline border-0">
    <img src="https://img.shields.io/nuget/v/Mintlify.Core.svg" alt="NuGet" className="m-0" />
  </a>

  <a href="https://www.nuget.org/packages/Mintlify.Core/" className="no-underline border-0">
    <img src="https://img.shields.io/nuget/dt/Mintlify.Core.svg" alt="Downloads" className="m-0" />
  </a>

  <a href="https://github.com/CloudNimble/DotNetDocs/blob/master/LICENSE" className="no-underline border-0">
    <img src="https://img.shields.io/github/license/cloudnimble/dotnetdocs.svg" alt="License" className="m-0" />
  </a>
</div>

## Summary

Mintlify.Core is a comprehensive .NET library for working with Mintlify documentation configuration files (`docs.json`). This package provides robust loading,
validation, manipulation, and generation capabilities for Mintlify documentation projects.

## Types

### <Icon icon="file-brackets-curly" iconType="duotone" color="#419AC5" size={24} style={{ paddingRight: '8px' }} /> Classes

| Name                                                                | Summary                                                                                             |
| ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [DocsJsonManager](/api-reference/Mintlify/Core/DocsJsonManager)     | Loads and manages Mintlify docs.json configuration files with navigation manipulation capabilities. |
| [DocsJsonValidator](/api-reference/Mintlify/Core/DocsJsonValidator) | Validates Mintlify docs.json configuration against the official schema requirements.                |
| [MintlifyConstants](/api-reference/Mintlify/Core/MintlifyConstants) | Contains constants and shared configuration objects for Mintlify documentation generation.          |
| [MintlifyOptions](/api-reference/Mintlify/Core/MintlifyOptions)     | Configuration options for Mintlify documentation generation.                                        |
