# DotNetDocs ## Docs - [AssemblyManager](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/AssemblyManager.md): Manages assembly metadata extraction using Roslyn for API documentation generation. - [DotNetDocsBuilder](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Configuration/DotNetDocsBuilder.md): Builder for configuring the DotNetDocs documentation pipeline. - [FileNamingOptions](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Configuration/FileNamingOptions.md): Provides configuration options for how documentation files are named and organized. - [NamespaceMode](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Configuration/NamespaceMode.md): Specifies how namespaces should be organized in the output file structure. - [RendererType](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Configuration/RendererType.md): Defines constants for documentation renderer types and provides mapping functionality between documentation framework types and their correspondi... - [SupportedDocumentationType](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Configuration/SupportedDocumentationType.md): Specifies the type of documentation framework being used for the project. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Configuration/index.md): Summary of the CloudNimble.DotNetDocs.Core.Configuration Namespace - [CrossReferenceResolver](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/CrossReferenceResolver.md): Resolves cross-references in documentation to their target entities and generates appropriate links. - [DocAssembly](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocAssembly.md): Represents documentation for a .NET assembly. - [DocConstants](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocConstants.md): Defines constants used throughout the DotNetDocs library. - [DocEntity](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocEntity.md): Base class for documentation entities, providing common contextual metadata. - [DocEnum](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocEnum.md): Represents documentation for a .NET enum type. - [DocEnumValue](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocEnumValue.md): Represents a single value within an enum type. - [DocException](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocException.md): Represents exception documentation extracted from XML documentation comments. - [DocMember](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocMember.md): Represents documentation for a .NET member (method, property, field, event, etc.). - [DocNamespace](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocNamespace.md): Represents documentation for a .NET namespace. - [DocParameter](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocParameter.md): Represents documentation for a method or constructor parameter. - [DocReference](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocReference.md): Represents a cross-reference in documentation, such as a see or seealso tag. - [DocReferenceHandlerBase](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocReferenceHandlerBase.md): Base class for documentation reference handlers providing common file copying functionality. - [DocType](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocType.md): Represents documentation for a .NET type. - [DocTypeParameter](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocTypeParameter.md): Represents type parameter documentation extracted from XML documentation comments. - [DocumentationManager](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocumentationManager.md): Orchestrates the documentation pipeline for one or more assemblies. - [DocumentationReference](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/DocumentationReference.md): Represents a reference to external documentation to be combined into a documentation collection. - [IDocEnricher](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/IDocEnricher.md): Defines an enricher for conceptual documentation augmentation. - [IDocReferenceHandler](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/IDocReferenceHandler.md): Defines a handler for processing documentation references from other projects. - [IDocRenderer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/IDocRenderer.md): Defines a renderer for documentation output generation. - [IDocTransformer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/IDocTransformer.md): Defines a transformation step in the documentation processing pipeline. - [MarkdownDocReferenceHandler](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/MarkdownDocReferenceHandler.md): Handler for Markdown-based documentation references providing content path rewriting. - [ProjectContext](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/ProjectContext.md): Represents MSBuild project context for source intent in documentation generation. - [ReferenceType](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/ReferenceType.md): Specifies the type of documentation reference. - [JsonRenderer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/JsonRenderer.md): Renders documentation as JSON files. - [JsonRendererOptions](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/JsonRendererOptions.md): Configuration options for the JsonRenderer. - [MarkdownRenderer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/MarkdownRenderer.md): Renders documentation as Markdown files. - [MarkdownRendererBase](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/MarkdownRendererBase.md): Base class for Markdown-based renderers providing common formatting utilities. - [RendererBase](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/RendererBase.md): Base class for documentation renderers providing common functionality. - [AccessibilityTypeConverter](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/YamlConverters/AccessibilityTypeConverter.md): Custom type converter for Accessibility enum. - [RefKindTypeConverter](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/YamlConverters/RefKindTypeConverter.md): Custom type converter for RefKind enum. - [SymbolKindTypeConverter](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/YamlConverters/SymbolKindTypeConverter.md): Custom type converter for SymbolKind enum. - [SymbolTypeConverter](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/YamlConverters/SymbolTypeConverter.md): Custom type converter for ISymbol interface to prevent serialization. - [TypeKindTypeConverter](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/YamlConverters/TypeKindTypeConverter.md): Custom type converter for TypeKind enum. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/YamlConverters/index.md): Summary of the CloudNimble.DotNetDocs.Core.Renderers.YamlConverters Namespace - [YamlRenderer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/YamlRenderer.md): Renders documentation as YAML files. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Renderers/index.md): Summary of the CloudNimble.DotNetDocs.Core.Renderers Namespace - [MarkdownXmlTransformer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Transformers/MarkdownXmlTransformer.md): Transforms XML documentation tags in DocEntity properties to Markdown format. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/Transformers/index.md): Summary of the CloudNimble.DotNetDocs.Core.Transformers Namespace - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Core/index.md): Summary of the CloudNimble.DotNetDocs.Core Namespace - [DocsNavigationConfig](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/DocsNavigationConfig.md): Configuration for DotNetDocs-specific navigation properties. - [MintlifyDocReferenceHandler](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/MintlifyDocReferenceHandler.md): Handles documentation references for Mintlify documentation format. - [MintlifyIcons](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/MintlifyIcons.md): Provides FontAwesome 7 icon mappings for different .NET documentation entities in Mintlify. - [MintlifyRenderer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/MintlifyRenderer.md): Renders documentation as MDX files with Mintlify frontmatter and navigation. - [MintlifyRendererOptions](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/MintlifyRendererOptions.md): Configuration options for the Mintlify documentation renderer. - [NavigationMode](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/NavigationMode.md): Specifies how navigation should be organized when generating documentation from multiple assemblies. - [NavigationType](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/NavigationType.md): Defines the navigation type for documentation integration. - [MintlifyMarkdownTransformer](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/Transformers/MintlifyMarkdownTransformer.md): Transforms HTML-style comments to JSX-style comments for MDX compatibility. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/Transformers/index.md): Summary of the CloudNimble.DotNetDocs.Mintlify.Transformers Namespace - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Mintlify/index.md): Summary of the CloudNimble.DotNetDocs.Mintlify Namespace - [AddCommand](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Commands/AddCommand.md): Command-line tool for creating and adding a documentation project to a solution file. - [DocsCommandBase](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Commands/Base/DocsCommandBase.md): Base class for all DotNetDocs CLI commands, providing shared functionality like header display. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Commands/Base/index.md): Summary of the CloudNimble.DotNetDocs.Tools.Commands.Base Namespace - [BuildCommand](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Commands/BuildCommand.md) - [DocsRootCommand](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Commands/DocsRootCommand.md): Represents the root command for the DotNetDocs command-line interface (CLI) application. - [UpdateCommand](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Commands/UpdateCommand.md): Command-line tool for updating existing .docsproj files to use the latest DotNetDocs.Sdk version from NuGet. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Commands/index.md): Summary of the CloudNimble.DotNetDocs.Tools.Commands Namespace - [NuGetVersion](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Models/NuGetVersion.md): Represents a simplified NuGet version for comparison purposes. - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Models/index.md): Summary of the CloudNimble.DotNetDocs.Tools.Models Namespace - [Program](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/Program.md) - [Overview](https://dotnetdocs.com/api-reference/CloudNimble/DotNetDocs/Tools/index.md): Summary of the CloudNimble.DotNetDocs.Tools Namespace - [IServiceCollection](https://dotnetdocs.com/api-reference/Microsoft/Extensions/DependencyInjection/IServiceCollection.md): Extension methods for IServiceCollection from Microsoft.Extensions.DependencyInjection.Abstractions - [Overview](https://dotnetdocs.com/api-reference/Microsoft/Extensions/DependencyInjection/index.md): Summary of the Microsoft.Extensions.DependencyInjection Namespace - [ApiConfigConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/ApiConfigConverter.md): Handles JSON conversion for API configuration properties that can be strings, arrays, or objects. - [BackgroundImageConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/BackgroundImageConverter.md): Handles JSON conversion for background image properties that can be either strings or objects. - [ColorConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/ColorConverter.md): Handles JSON conversion for color properties that can be either strings or objects. - [IconConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/IconConverter.md): Handles JSON conversion for icon properties that can be either strings or objects. - [NavigationJsonConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/NavigationJsonConverter.md): Custom JSON converter for navigation that outputs simple array format for Mintlify compatibility. - [NavigationPageConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/NavigationPageConverter.md): Handles JSON conversion for navigation page items that can be either strings or GroupConfig objects. - [NavigationPageListConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/NavigationPageListConverter.md): Handles JSON conversion for lists of navigation page items that can be either strings or GroupConfig objects. - [PrimaryNavigationConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/PrimaryNavigationConverter.md): Handles JSON conversion for primary navigation properties that can be different types of objects. - [ServerConfigConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/ServerConfigConverter.md): Handles JSON conversion for server configuration properties that can be strings or arrays. - [Overview](https://dotnetdocs.com/api-reference/Mintlify/Core/Converters/index.md): Summary of the Mintlify.Core.Converters Namespace - [DocsJsonManager](https://dotnetdocs.com/api-reference/Mintlify/Core/DocsJsonManager.md): Loads and manages Mintlify docs.json configuration files with navigation manipulation capabilities. - [DocsJsonValidator](https://dotnetdocs.com/api-reference/Mintlify/Core/DocsJsonValidator.md): Validates Mintlify docs.json configuration against the official schema requirements. - [MintlifyConstants](https://dotnetdocs.com/api-reference/Mintlify/Core/MintlifyConstants.md): Contains constants and shared configuration objects for Mintlify documentation generation. - [MintlifyOptions](https://dotnetdocs.com/api-reference/Mintlify/Core/MintlifyOptions.md): Configuration options for Mintlify documentation generation. - [AnchorConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/AnchorConfig.md): Represents an anchor configuration in Mintlify navigation. - [ApiConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ApiConfig.md): Represents the API reference configuration and playground settings for Mintlify. - [ApiExamplesConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ApiExamplesConfig.md): Represents the configuration for autogenerated API examples in the documentation. - [ApiParamsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ApiParamsConfig.md): Represents the display settings for API parameters in the documentation. - [ApiPlaygroundConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ApiPlaygroundConfig.md): Represents the API playground settings for interactive documentation. - [ApiSpecConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ApiSpecConfig.md): Represents an API specification configuration for OpenAPI or AsyncAPI. - [AppearanceConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/AppearanceConfig.md): Represents the appearance configuration for light and dark mode settings in Mintlify. - [BackgroundConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/BackgroundConfig.md): Represents the background configuration for the Mintlify documentation site. - [BackgroundImageConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/BackgroundImageConfig.md): Represents a background image configuration in Mintlify. - [BannerConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/BannerConfig.md): Represents the banner configuration for displaying announcements or notifications in the Mintlify documentation site. - [ColorConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ColorConfig.md): Represents a color configuration for Mintlify. Can be a simple hex color string or a complex color pair configuration with light and dark modes. - [ColorPairConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ColorPairConfig.md): Represents a color pair configuration for light and dark modes. - [ColorsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ColorsConfig.md): Represents the color configuration for Mintlify themes. - [ContextualConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ContextualConfig.md): Represents the contextual options configuration for the Mintlify documentation site. - [DocsJsonConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/DocsJsonConfig.md): Represents the root configuration object for Mintlify docs.json. - [DropdownConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/DropdownConfig.md): Represents a dropdown configuration in Mintlify navigation. - [Error404Config](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Error404Config.md): Represents the configuration for 404 (Not Found) error handling in the Mintlify documentation site. - [ErrorsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ErrorsConfig.md): Represents the error pages configuration for the Mintlify documentation site. - [FaviconConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FaviconConfig.md): Represents the favicon configuration for Mintlify. Can be a single file or separate files for light and dark mode. - [FaviconConfigJsonConverter](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FaviconConfigJsonConverter.md): Custom JSON converter for FaviconConfig that supports both string and object formats. - [FontConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FontConfig.md): Represents a specific font configuration for the Mintlify documentation site. - [FontsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FontsConfig.md): Represents the font configuration for the Mintlify documentation site. - [FooterConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FooterConfig.md): Represents the footer configuration for Mintlify. - [FooterLink](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FooterLink.md): Represents a footer link. - [FooterLinkGroup](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FooterLinkGroup.md): Represents a group of footer links. - [FrontMatterConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/FrontMatterConfig.md): Represents frontmatter configuration for Mintlify documentation pages. - [GlobalAnchorConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/GlobalAnchorConfig.md): Represents an anchor configuration for global navigation in the Mintlify documentation site. - [GlobalDropdownConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/GlobalDropdownConfig.md): Represents a dropdown configuration for global navigation in the Mintlify documentation site. - [GlobalLanguageConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/GlobalLanguageConfig.md): Represents a language configuration for global navigation in the Mintlify documentation site. - [GlobalNavigationConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/GlobalNavigationConfig.md): Represents global navigation configuration that appears on all sections and pages. - [GlobalTabConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/GlobalTabConfig.md): Represents a tab configuration for global navigation in the Mintlify documentation site. - [GlobalVersionConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/GlobalVersionConfig.md): Represents a version configuration for global navigation in the Mintlify documentation site. - [GroupConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/GroupConfig.md): Represents a group configuration in Mintlify navigation. - [IconConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/IconConfig.md): Represents an icon configuration in Mintlify. - [IconsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/IconsConfig.md): Represents the icon library configuration for the Mintlify documentation site. - [AdobeConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/AdobeConfig.md): Represents the configuration for Adobe Analytics integration. - [AmplitudeConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/AmplitudeConfig.md): Represents the configuration for Amplitude analytics integration. - [ClarityConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/ClarityConfig.md): Represents the configuration for Microsoft Clarity integration. - [ClearbitConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/ClearbitConfig.md): Represents the configuration for Clearbit data enrichment integration. - [CookiesConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/CookiesConfig.md): Represents the configuration for cookie settings. - [FathomConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/FathomConfig.md): Represents the configuration for Fathom analytics integration. - [FrontChatConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/FrontChatConfig.md): Represents the configuration for Front chat widget integration. - [GoogleAnalytics4Config](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/GoogleAnalytics4Config.md): Represents the configuration for Google Analytics 4 integration. - [GtmConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/GtmConfig.md): Represents the configuration for Google Tag Manager integration. - [HeapConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/HeapConfig.md): Represents the configuration for Heap analytics integration. - [HightouchConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/HightouchConfig.md): Represents the configuration for Hightouch integration. - [HotjarConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/HotjarConfig.md): Represents the configuration for Hotjar integration. - [IntercomConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/IntercomConfig.md): Represents the configuration for Intercom integration. - [KoalaConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/KoalaConfig.md): Represents the configuration for Koala analytics integration. - [LogRocketConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/LogRocketConfig.md): Represents the configuration for LogRocket integration. - [MixpanelConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/MixpanelConfig.md): Represents the configuration for Mixpanel analytics integration. - [PirschConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/PirschConfig.md): Represents the configuration for Pirsch analytics integration. - [PlausibleConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/PlausibleConfig.md): Represents the configuration for Plausible analytics integration. - [PostHogConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/PostHogConfig.md): Represents the configuration for PostHog analytics integration. - [SegmentConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/SegmentConfig.md): Represents the configuration for Segment integration. - [TelemetryConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/TelemetryConfig.md): Represents the configuration for telemetry and feedback functionality. - [Overview](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/Integrations/index.md): Summary of the Mintlify.Core.Models.Integrations Namespace - [IntegrationsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/IntegrationsConfig.md): Represents the integrations configuration for third-party services in the Mintlify documentation site. - [InteractionConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/InteractionConfig.md): Represents the interaction configuration for navigation elements in Mintlify. - [LanguageConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/LanguageConfig.md): Represents a language configuration in Mintlify navigation. - [LogoConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/LogoConfig.md): Represents the logo configuration for Mintlify. Can be a single image path for both light and dark mode, or separate paths for each mode. - [MdxAuthConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/MdxAuthConfig.md): Represents the authentication configuration for MDX-based API documentation. - [MdxConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/MdxConfig.md): Represents the MDX configuration for API pages generated from MDX files. - [MenuConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/MenuConfig.md): Represents a menu item configuration in Mintlify navigation. - [MergeOptions](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/MergeOptions.md): Defines merging as combining two navigation structures into one integrated structure. Options control how different aspects of the merge are hand... - [MetadataConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/MetadataConfig.md): Represents the metadata configuration for the Mintlify documentation site. - [NavbarConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/NavbarConfig.md): Represents the navigation bar configuration for the Mintlify documentation site. - [NavbarLink](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/NavbarLink.md): Represents a navigation link in the Mintlify navbar. - [NavigationConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/NavigationConfig.md): Represents the navigation configuration for Mintlify. - [NavigationContainerBase](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/NavigationContainerBase.md): Base class for navigation items that can contain groups and have external links. - [NavigationItemBase](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/NavigationItemBase.md): Base class for all navigation items in Mintlify. - [NavigationSectionBase](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/NavigationSectionBase.md): Base class for top-level navigation sections (tabs, anchors, dropdowns). - [PrimaryNavigationConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/PrimaryNavigationConfig.md): Represents the primary navigation configuration for Mintlify navbar. Can be a button configuration or a GitHub configuration. - [ProductConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ProductConfig.md): Represents a product configuration in Mintlify navigation. - [RedirectConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/RedirectConfig.md): Represents a URL redirect configuration for the Mintlify documentation site. - [SearchConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/SearchConfig.md): Represents the search functionality configuration for the Mintlify documentation site. - [SeoConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/SeoConfig.md): Represents the SEO (Search Engine Optimization) configuration for the Mintlify documentation site. - [ServerConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ServerConfig.md): Represents a server configuration for API endpoints. - [StylingConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/StylingConfig.md): Represents the styling configuration for various UI elements in the Mintlify documentation site. - [TabConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/TabConfig.md): Represents a tab configuration in Mintlify navigation. - [ThemePairConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ThemePairConfig.md): Represents a base configuration with Light and Dark theme variants. - [ThumbnailFontsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ThumbnailFontsConfig.md): Represents the font configuration for documentation thumbnails. - [ThumbnailsConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/ThumbnailsConfig.md): Represents the thumbnail configuration for the Mintlify documentation site. - [VersionConfig](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/VersionConfig.md): Represents a version configuration in Mintlify navigation. - [Overview](https://dotnetdocs.com/api-reference/Mintlify/Core/Models/index.md): Summary of the Mintlify.Core.Models Namespace - [Overview](https://dotnetdocs.com/api-reference/Mintlify/Core/index.md): Summary of the Mintlify.Core Namespace - [Documentation Collections](https://dotnetdocs.com/guides/collections.md): Combine multiple documentation projects into unified portals - [Conceptual Documentation](https://dotnetdocs.com/guides/conceptual-docs.md): Expanding your documentation experience with Conceptual Docs - [Deployment](https://dotnetdocs.com/guides/deployment.md): How to deploy DotNetDocs in various hosting solutions - [Guides](https://dotnetdocs.com/guides/index.md): The Guides will help you get the most out of DotNetDocs. - [Documentation Pipeline](https://dotnetdocs.com/guides/pipeline.md): Understand how the Documentation Pipeline works - [CLI Reference](https://dotnetdocs.com/guides/reference/cli.md): Complete command-line reference for the DotNetDocs CLI tool - [.docsproj Reference](https://dotnetdocs.com/guides/reference/docsproj.md): Configure your documentation project with MSBuild properties - [Reference](https://dotnetdocs.com/guides/reference/index.md): Complete technical reference for DotNetDocs SDK, CLI, and configuration - [DotNetDocs - Documentation That Ships With Your Code](https://dotnetdocs.com/index.md): Transform your .NET XML comments into stunning, searchable documentation sites. Zero config. Full control. - [Bridge Assemblies: The Key to LLM-Ready Internal Documentation](https://dotnetdocs.com/learnings/bridge-assemblies.md): How we solved the InternalsVisibleTo limitation to help internal teams create comprehensive documentation that supercharges LLM-assisted development. - [Taming System.Text.Json Infinite Recursion in Custom Converters](https://dotnetdocs.com/learnings/converter-infinite-recursion.md): How we solved a critical infinite recursion bug in JSON serialization that was causing stack overflows during documentation generation, and the elegant solution that prevents it. - [Packaging Project-Style SDKs](https://dotnetdocs.com/learnings/sdk-packaging.md): Learn how to properly structure and package MSBuild SDKs with compiled tasks to avoid file lock issues - [Coming Soon!](https://dotnetdocs.com/plugins/index.md) - [Documentation Providers](https://dotnetdocs.com/providers/index.md): Go beyond the basics to get the most out of your documentation host. - [Documentation Collections](https://dotnetdocs.com/providers/mintlify/collections.md): Learn how the Mintlify provider intelligently restructures combined documentation for seamless multi-project experiences - [.NET Library for Mintlify](https://dotnetdocs.com/providers/mintlify/dotnet-library.md): Use Mintlify.Core to programmatically create, validate, and manage Mintlify docs.json configurations in C# with full type safety and IntelliSense support - [Mintlify-Enhanced Docs](https://dotnetdocs.com/providers/mintlify/index.md): Transform your .NET XML documentation into beautiful, AI-ready Mintlify documentation sites with smart navigation, context-aware icons, and rich MDX features - [Navigation Generation](https://dotnetdocs.com/providers/mintlify/navigation.md): Learn how the MintlifyRenderer builds intelligent navigation structures from .docsproj templates, folder scanning, and generated API documentation - [Tips & Tricks](https://dotnetdocs.com/providers/mintlify/tips-and-tricks.md): Practical patterns for building advanced pages in Mintlify - [Better Docs in 5 Minutes with DotNetDocs](https://dotnetdocs.com/quickstart.md): Get up and running quickly is as easy as 1-2-3. - [Why DotNetDocs?](https://dotnetdocs.com/why-dotnetdocs.md): by Robert McLaws - Former Microsoft MVP and CEO of CloudNimble