Skip to content

Commit 166f14a

Browse files
aduh95danielleadams
authored andcommitted
tools: check links in api docs
Fixes: #35189 PR-URL: #35191 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 5a730b5 commit 166f14a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/doc/checkLinks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function findMarkdownFilesRecursively(dirPath) {
2626

2727
if (
2828
entry.isDirectory() &&
29-
entry.name !== 'api' &&
3029
entry.name !== 'build' &&
3130
entry.name !== 'changelogs' &&
3231
entry.name !== 'deps' &&

0 commit comments

Comments
 (0)