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 8cc610b commit a462b14Copy full SHA for a462b14
src/Elastic.Markdown/IO/DocumentationSet.cs
@@ -380,7 +380,6 @@ public RepositoryLinks CreateLinkReference()
380
{
381
var redirects = Configuration.Redirects;
382
var crossLinks = Context.Collector.CrossLinks.ToHashSet().ToArray();
383
- // reference/aggregations/metrics.md
384
var markdownInNavigation = NavigationIndexedByOrder.Values
385
.OfType<FileNavigationItem>()
386
.Select(m => (Markdown: m.Model, Navigation: (INavigationItem)m))
0 commit comments