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 <DerekNonGeneric@inf.is> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
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)