MergeTransformations

Represents the transformations applied during external documentation merge.

Syntax

public class MergeTransformations

Inheritance

Properties

[JsonPropertyName("navigationPrefix")]
public string NavigationPrefix { get; set; }
Gets or sets the navigation prefix for external content.

Returns

string The prefix added to navigation items from external documentation.

PathPrefix

[JsonPropertyName("pathPrefix")]
public string PathPrefix { get; set; }
Gets or sets the path prefix to add to all external content.

Returns

string The prefix added to file paths when copying external documentation.

Remarks

This class defines how paths and navigation should be modified when integrating external documentation into the combined site.