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 ae6c6e4 commit 5a4671fCopy full SHA for 5a4671f
src/Elastic.Markdown/IO/DocumentationFolder.cs
@@ -80,7 +80,7 @@ out List<MarkdownFile> filesInOrder
80
{
81
var children = folder.Children;
82
if (children.Count == 0
83
- && folderLookup.TryGetValue(folder.Path, out var documentationFiles))
+ && folderLookup.TryGetValue(folder.Path, out var documentationFiles))
84
85
children = documentationFiles
86
.Select(d => new TocFile(d.RelativePath, true, []))
0 commit comments