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
$"File '{notFound.FilePath}' was deleted but it has no redirect targets. This will lead to broken links.");
92
+
$"Redirect contains path relative to root '{rootRelativePath}' but should be relative to the documentation set '{docSetRelativePath}'");
93
+
continue;
104
94
}
95
+
missingCount++;
96
+
97
+
if(changeisRenamedGitChangerename)
98
+
collector.EmitError(redirectFile.Source,$"Missing '{docSetRelativePath}' in redirects.yml. '{rename.OldFilePath}' was renamed to '{rename.NewFilePath}' but it has no redirect configuration set.");
99
+
elseif(change.ChangeTypeisGitChangeType.Deleted)
100
+
collector.EmitError(redirectFile.Source,$"Missing '{docSetRelativePath}' in redirects.yml. '{change.FilePath}' was deleted but it has no redirect targets. This will lead to broken links.");
0 commit comments