You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assembleContext.Collector.EmitError(assembleContext.NavigationPath.FullName,$"The following toc: {navigationSource} is not declared in navigation.yml and it's parent failed to yield a navigation root.");
45
+
returnfalse;
46
+
}
47
+
assembleContext.Collector.EmitError(assembleContext.NavigationPath.FullName,$"The following toc: {navigationSource} is not declared in navigation.yml");
assembleContext.Collector.EmitWarning(assembleContext.NavigationPath.FullName,$"Could not find a toc tree for {topLevelMapping.TopLevelSource}");
53
+
assembleContext.Collector.EmitError(assembleContext.NavigationPath.FullName,$"None of the assemble sources define a toc for:{topLevelMapping.TopLevelSource}");
0 commit comments