mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
docs[minor]ci[minor]: Add script & CI to check recurring links daily (#19100)
This commit is contained in:
7
docs/scripts/check-broken-links.js
Normal file
7
docs/scripts/check-broken-links.js
Normal 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"],
|
||||
});
|
Reference in New Issue
Block a user