Skip to content

Commit a462b14

Browse files
committed
remove commented line
1 parent 8cc610b commit a462b14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Elastic.Markdown/IO/DocumentationSet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ public RepositoryLinks CreateLinkReference()
380380
{
381381
var redirects = Configuration.Redirects;
382382
var crossLinks = Context.Collector.CrossLinks.ToHashSet().ToArray();
383-
// reference/aggregations/metrics.md
384383
var markdownInNavigation = NavigationIndexedByOrder.Values
385384
.OfType<FileNavigationItem>()
386385
.Select(m => (Markdown: m.Model, Navigation: (INavigationItem)m))

0 commit comments

Comments
 (0)