SolutionNavigationConfig

Represents the navigation configuration for a solution.

Syntax

public class SolutionNavigationConfig

Inheritance

Properties

Groups

[JsonPropertyName("groups")]
public List<SolutionNavigationGroup> Groups { get; set; }
Gets or sets the list of navigation groups for this solution.

Returns

List<SolutionNavigationGroup> The groups that organize pages within this solution’s tab.

Inherit

[JsonPropertyName("inherit")]
public bool Inherit { get; set; }
Gets or sets whether to inherit navigation from the solution’s own docs.json.

Returns

bool If true, uses the navigation structure from the solution’s existing docs.json file.

Remarks

This class defines the structure of navigation groups and pages within a solution’s tab.