docs[minor]ci[minor]: Add script & CI to check recurring links daily (#19100)

This commit is contained in:
Brace Sproul
2024-03-14 17:42:22 -07:00
committed by GitHub
parent 4d7f6fa968
commit 98cd8f673b
4 changed files with 331 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
// Sorry py folks, gotta be js for this one
const { checkBrokenLinks } = require("@langchain/scripts/check_broken_links");
checkBrokenLinks("docs", {
timeout: 10000,
whitelist: ["microsoft.com"],
});