DocFxNavigationGenerator

Generates navigation structure for Mintlify documentation from DocFX metadata.

Syntax

public class DocFxNavigationGenerator

Inheritance

Constructors

DocFxNavigationGenerator

public DocFxNavigationGenerator(DocFxMetadata metadata, MintlifyOptions options)
Initializes a new instance of the DocFxNavigationGenerator class.

Parameters

Methods

GenerateNavigation

public List<GroupConfig> GenerateNavigation()
Generates the navigation structure for the documentation.

Returns

List<GroupConfig> The navigation structure.

Remarks

This class creates a hierarchical navigation structure based on namespaces and types found in the DocFX metadata, suitable for use in docs.json configuration.