-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: check external links (excluding GH) #2362
CI: check external links (excluding GH) #2362
Conversation
99eca67
to
9c1aaad
Compare
Links checked (internal and external) in less than 8 seconds. From the build log: > npm run _check:links
...
htmltest started at 08:10:56 on public
--
| ========================================================================
| ✔✔✔ passed in 7.515506054s
| tested 333 documents |
implemented OpenTelemetry in their organizations, resolved common issues, and | ||
more. Example topics that have been discussed include tail sampling, collector | ||
scaling, and OpAMP; there really is no limit to the topics! We simply ask that | ||
you be respectful and abide by the [Chatham House Rule](https://www.chathamhouse.org/about-us/chatham-house-rule#:~:text=The%20Rule%20reads%20as%20follows,other%20participant%2C%20may%20be%20revealed.). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, I dropped the higlight "hash" from the link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably best to review the changes to this file while ignoring whitespace differences.
/cc @trask |
9c1aaad
to
35bfff1
Compare
Note: Adding external link checking, with the cache, takes at most 2 sec more on my local machine.
check:links
NPM script for full link checkingstatic
refcache.json
file understatic
so that it gets deployed. That way each "edition" of the website will have it's own published refcache data file.Note: If / once this PR is merged, anyone submitting a PR will need to run
npm run test
(as indicated in the contributing notes) to update the refcache. We're not currently filing if that isn't done, but we might soon./cc @reyang