-
Notifications
You must be signed in to change notification settings - Fork 1
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
Broken link checker #161
Merged
Merged
Broken link checker #161
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
of the source files and their corresponding URLs. This doesn't run in production.
It runs in three different ways: * Full site scan * Run a check against the pages generated by specific source files * PR mode: same as the above, but it pulls the list of files from the pull request. It relies on a file generated by the site after build, which contains a hash that maps all the source files used by Jekyll to generated pages and the corresponding URLs. The check can then fetch the urls it needs to check based on the source files provided (either manually or pulled from the PR) and run broken-link-checker against those.
have the broken link checker ignore them for now
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
fabianrbz
force-pushed
the
broken-link-checker
branch
from
November 25, 2024 09:56
f9db1c9
to
0201fbf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add broken-link checks
How to run it:
cd into the tool's folder and install the dependencies.
cd tools/broken-link-checker npm ci
node full.js --host http://localhost:8888
NOTES:
relative_path
attribute. The check relies on this file to know which urls to check when running locally or inpr
mode.ignored_targets.json
: Links the check should ignore, e.g.http://localhost:8000
, social media links, etc.ignored_paths.json
: Empty for now, it should include relative URLs the check should ignore.ignored_placeholder_paths.json
: Relative URLs that we currently link to but do not yet have corresponding pages for.