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 effe888 commit 03ec234Copy full SHA for 03ec234
src/Elastic.Markdown/IO/DocumentationSet.cs
@@ -213,9 +213,6 @@ public DocumentationSet(
213
214
try
215
{
216
- // First ensure links are fetched - this is essential for resolving links properly
217
- _ = LinkResolver.FetchLinks(new Cancel()).GetAwaiter().GetResult();
218
-
219
NavigationCrossLinkValidator.ValidateNavigationCrossLinksAsync(
220
Tree,
221
LinkResolver,
0 commit comments