Definition
Assembly: CloudNimble.DotNetDocs.Mintlify.dll Namespace: CloudNimble.DotNetDocs.Mintlify Inheritance: CloudNimble.DotNetDocs.Core.Renderers.MarkdownRendererBaseSyntax
Summary
Renders documentation as MDX files with Mintlify frontmatter and navigation.Remarks
Generates structured MDX documentation with Mintlify-specific features including frontmatter with icons, tags, and SEO metadata. Optionally generates docs.json navigation configuration for Mintlify documentation sites.Constructors
.ctor
Initializes a new instance of the MintlifyRenderer class.Syntax
Parameters
Methods
RenderAsync
Renders the documentation assembly to MDX files with optional docs.json generation.Syntax
Parameters
Returns
Type:System.Threading.Tasks.Task
A task representing the asynchronous rendering operation.
RenderPlaceholdersAsync
Renders placeholder conceptual content files for the documentation assembly.Syntax
Parameters
Returns
Type:System.Threading.Tasks.Task
A task representing the asynchronous placeholder rendering operation.
Related APIs
- CloudNimble.DotNetDocs.Core.IDocRenderer