build(aio): abort doc-gen on dangling links
This commit is contained in:
parent
99b666614d
commit
758848961e
@ -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