build(aio): abort doc-gen on dangling links
This commit is contained in:
parent
a94f5e8cbb
commit
d204f7aa2a
@ -47,4 +47,5 @@ module.exports = new Package('angular.io', [gitPackage, apiPackage, contentPacka
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
checkAnchorLinksProcessor.pathVariants = ['', '/', '.html', '/index.html', '#top-of-page'];
|
checkAnchorLinksProcessor.pathVariants = ['', '/', '.html', '/index.html', '#top-of-page'];
|
||||||
|
checkAnchorLinksProcessor.errorOnUnmatchedLinks = true;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user