DocFxMintlifyGenerator

Generates Mintlify documentation using DocFX metadata.

Syntax

public class DocFxMintlifyGenerator

Inheritance

Constructors

DocFxMintlifyGenerator

public DocFxMintlifyGenerator()
Initializes a new instance of the DocFxMintlifyGenerator class.

Methods

GenerateAsync

public Task GenerateAsync(IEnumerable<string> projectPaths, MintlifyOptions options)
Generates Mintlify documentation for the specified projects.

Parameters

Returns

Task A task representing the asynchronous operation.

Remarks

This class orchestrates the entire process of generating Mintlify documentation from .NET source code using DocFX for metadata extraction and type resolution.