Represents a table of contents item in DocFX metadata.
public class DocFxTocItem
public string Href { get; set; }
public List<DocFxTocItem> Items { get; set; }
public string Name { get; set; }
public string Uid { get; set; }