-
Couldn't load subscription status.
- Fork 850
Adds a check to the validateLinks plugin
#2750
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Not sure. I tried adding it back and It's currently throwing 188 warnings. |
|
Can we just update I removed the old link checker as validateLinks.ts does more checks (specifically also doing hash checks) and hooks in to the ignore list when a page should be skipped from validation. |
|
@NWylynko @SarahSoutoul PR has been completely revamped based on the |
|
Would you mind adding a test to |
|
@NWylynko test added. |
What does this solve?
Prevents bad/broken docs links. Example → #2749
What changed?
Adds a check to the
validateLinksplugin for links starting withdocs/(which will fail) instead of/docs/.Running on this PR before merging the fixes already in
main:After brining in the changes from
main: ✅Checklist