-
Notifications
You must be signed in to change notification settings - Fork 8.1k
htmlproofer: add temporary exclusion rules to help with migration to new anchor links in reference #16461
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
htmlproofer: add temporary exclusion rules to help with migration to new anchor links in reference #16461
Conversation
thaJeztah
commented
Jan 7, 2023
- relates to engine: update reference docs to use new anchor tags #16460
- relates to engine: update docs for 23.0.0 #16416
- relates to cmd: set double quotes as code delimiter cli#3924
- relates to [20.10 backport] docs: add anchor tags for command-line flags cli#3525
The buildx build docs refers to anchors that are being updated, but are maintained in a separate repository; exclude that page from the validator until the anchor changes are live and the buildx docs updated. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This page will be updated once the associated PR in docker/cli is merged.
Excluding it until then.
Running ["LinkCheck", "ImageCheck", "ScriptCheck"] on ["./_site"] on *.html...
Ran on 2173 files!
- ./_site/engine/reference/commandline/cli/index.html
* linking to internal hash #format-the-output that does not exist (line 314)
<a href="/engine/reference/commandline/config_ls/#format-the-output"><strong>format the output</strong> section in the documentation</a>
* linking to internal hash #format-the-output that does not exist (line 318)
<a href="/engine/reference/commandline/images/#format-the-output"><strong>format the output</strong> section in the documentation</a>
* linking to internal hash #format-the-output that does not exist (line 334)
<a href="/engine/reference/commandline/secret_ls/#format-the-output"><strong>format the output</strong> section in the documentation</a>
* linking to internal hash #formatting that does not exist (line 326)
<a href="/engine/reference/commandline/plugin_ls/#formatting"><strong>formatting</strong> section in the documentation</a>
* linking to internal hash #formatting that does not exist (line 322)
<a href="/engine/reference/commandline/node_ls/#formatting"><strong>formatting</strong> section in the documentation</a>
* linking to internal hash #formatting that does not exist (line 330)
<a href="/engine/reference/commandline/ps/#formatting"><strong>formatting</strong> section in the documentation</a>
* linking to internal hash #formatting that does not exist (line 338)
<a href="/engine/reference/commandline/service_inspect/#formatting"><strong>formatting</strong> section in the documentation</a>
* linking to internal hash #formatting that does not exist (line 342)
<a href="/engine/reference/commandline/service_ls/#formatting"><strong>formatting</strong> section in the documentation</a>
* linking to internal hash #formatting that does not exist (line 346)
<a href="/engine/reference/commandline/stats/#formatting"><strong>formatting</strong> section in the documentation</a>
HTML-Proofer found 9 failures!
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
Not sure what the best moment is for this one; I guess it’s okay to already get it in, and (temporarily) have no coverage for those two pages; meanwhile we can fix the anchors in buildx, and remove the one from engine once docker/cli#3525 is merged. If we don’t exclude them, CI will be broken once we merge docker/cli#3525 |
|
Opened docker/buildx#1493 to fix the anchors for validation. I should add that the old anchors actually work, but that the html validation will fail on them (as there's two anchors for headings) |
|
Thx! Let me bring this one in, and cleanup some of the other PRs 👍 |