Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dotnetdocs.com/llms.txt

Use this file to discover all available pages before exploring further.

Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core Inheritance: System.Object

Syntax

Mintlify.Core.MintlifyConstants

Summary

Contains constants and shared configuration objects for Mintlify documentation generation.

Properties

JsonSerializerOptions

Gets the shared JsonSerializerOptions instance for consistent Mintlify JSON serialization.

Syntax

public static System.Text.Json.JsonSerializerOptions JsonSerializerOptions { get; }

Property Value

Type: System.Text.Json.JsonSerializerOptions

Remarks

This instance is configured with:
  • Indented formatting for readable output
  • CamelCase property naming to match Mintlify schema
  • Null value ignoring to omit optional properties
  • Polymorphic JSON converters for complex object types
  • Source-generated type info resolver on .NET 8+ for AOT compatibility