We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2567bf4 commit a19d49bCopy full SHA for a19d49b
src/Elastic.Markdown/DocumentationGenerator.cs
@@ -100,7 +100,7 @@ public DocumentationGenerator(
100
public async Task ResolveDirectoryTree(Cancel ctx)
101
{
102
_logger.LogInformation("Resolving tree");
103
- await DocumentationSet.Tree.Resolve(ctx);
+ await DocumentationSet.ResolveDirectoryTree(ctx);
104
_logger.LogInformation("Resolved tree");
105
}
106
0 commit comments