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
Copy file name to clipboardExpand all lines: src/Elastic.Documentation.Navigation/Assembler/AssembledNavigation.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -177,18 +177,18 @@ public SiteNavigation(SiteNavigationFile siteNavigationFile,
177
177
context.EmitError(context.ConfigurationPath,$"Could not find navigation node for identifier: {tocRef.Source} (from source: {tocRef.Source})");
178
178
returnnull;
179
179
}
180
-
if(nodeis not INavigationPathPrefixProviderprefixProvider)
180
+
if(nodeis not INavigationHomeAccessorhomeAccessor)
181
181
{
182
-
context.EmitError(context.ConfigurationPath,$"Navigation contains an node navigation that does not implement: {nameof(IPathPrefixProvider)} (from source: {tocRef.Source})");
182
+
context.EmitError(context.ConfigurationPath,$"Navigation contains an node navigation that does not implement: {nameof(INavigationHomeAccessor)} (from source: {tocRef.Source})");
0 commit comments