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 4f9ca60 commit cca7d09Copy full SHA for cca7d09
src/tooling/docs-assembler/Building/SitemapBuilder.cs
@@ -76,6 +76,8 @@ private static IReadOnlyCollection<INavigationItem> GetNavigationItems(IReadOnly
76
result.AddRange(GetNavigationItems(group.NavigationItems));
77
result.Add(group);
78
break;
79
+ case CrossLinkNavigationItem:
80
+ continue; // we do not emit cross links in the sitemap
81
default:
82
throw new Exception($"Unhandled navigation item type: {item.GetType()}");
83
}
0 commit comments