Represents remote repository information for source links.
public class DocFxRemote
public string Branch { get; set; }
public string Path { get; set; }
public string Repo { get; set; }