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 65598b0 commit 603fd80Copy full SHA for 603fd80
src/tooling/docs-assembler/Cli/RepositoryCommands.cs
@@ -130,7 +130,7 @@ public async Task<int> BuildAll(
130
var navigation = new GlobalNavigation(assembleSources, navigationFile);
131
132
var pathProvider = new GlobalNavigationPathProvider(navigationFile, assembleSources, assembleContext);
133
- var htmlWriter = new GlobalNavigationHtmlWriter(logger, navigation);
+ var htmlWriter = new GlobalNavigationHtmlWriter(logFactory, navigation);
134
var legacyPageChecker = new LegacyPageChecker();
135
var historyMapper = new PageLegacyUrlMapper(legacyPageChecker, assembleSources.HistoryMappings);
136
0 commit comments