public HtmlDocument Spec(SpecPath path) { _document.Title = Title + ": " + path.Parts.Join("/"); var node = _specifications.FindSpecNode(path); writeNode(node); return(_document); }