-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Use quiet mode on markdown link checker #6167
🌱 Use quiet mode on markdown link checker #6167
Conversation
That would be an outstanding improvement :) |
The quiet mode still spits out each file its checking, but it no longer produces the full list of links which is an improvement, but not ideal: https://github.com/kubernetes-sigs/cluster-api/runs/5234540056?check_suite_focus=true |
docs/book/src/user/quick-start.md
Outdated
@@ -6,7 +6,7 @@ In this tutorial we'll cover the basics of how to use Cluster API to create one | |||
|
|||
<h1>Warning</h1> | |||
|
|||
If using a [provider] that does not support v1beta1 or v1alpha4 yet, please follow the [release 0.3](https://release-0-3.cluster-api.sigs.k8s.io/user/quick-start.html) or [release 0.4](https://release-0-4.cluster-api.sigs.k8s.io/user/quick-start.html) quickstart instructions instead. | |||
If using a [provider] that does not support v1beta1 or v1alpha4 yet, please follow the [release 0.3](https://-0-3.cluster-api.sigs.k8s.io/user/quick-start.html) or [release 0.4](https://release-0-4.cluster-api.sigs.k8s.io/user/quick-start.html) quickstart instructions instead. |
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.
Breaking a link here just to test the output from the ci job.
Not sure how it looked before, but that looks easily grepp'able ERROR: 1 dead links found!
[✖] https://-0-3.cluster-api.sigs.k8s.io/user/quick-start.html → Status: 0 |
I think this is the best we'll get without updating the JS code and picking up a new linter. WDYT about merging this for now as it makes the output more readable? |
457aba5
to
98c8d34
Compare
98c8d34
to
b7d4e5f
Compare
Easily a big improvement. So +1 from my side |
/lgtm Good call! |
/lgtm Definitely better |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This updates the markdown lint checker config to only produce errors.
Fixes #