add/lychee-docker-local-make-call - #2465
Open
Micha Hobert (Isengo1989) wants to merge 6 commits into
Open
Conversation
Developer Docs healthcheckStatus: Completed with |
Contributor
📢 Developer Announcement RecommendationRecommendation: ❌ No Announcement Recommended No developer announcement signals were detected.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Dockerized local Lychee Markdown link checking with optional directory scoping and CI-aligned URL rules.
Changes:
- Defines Lychee Docker configuration and arguments.
- Adds
make linkcheckwith optionalDIRsupport.
Suppressed comments (1)
Makefile:37
- The new contributor-facing command is not documented in the README's existing External link check section, which currently only points to the scheduled CI workflow. Please add the
make linkcheckandDIR=...usage there so contributors can discover the local check instead of relying on the PR description ormake help.
linkcheck: ## Check HTTPS links in Markdown (via Docker / Lychee). Optional: DIR=path/to/folder
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Micha Hobert (Isengo1989)
force-pushed
the
add/local-lychee
branch
from
August 24, 2026 08:49
440d943 to
6454d5d
Compare
This file contains hidden or 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
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.
Summary
Added local Markdown link checking via Lychee in Docker:
make linkcheck — runs lycheeverse/lychee with the same HTTPS accept/exclude rules as CI
DIR= — optional folder scope, e.g. make linkcheck DIR=guides/plugins
Root-relative portal links ignored — --root-dir /var/empty so paths like /frontends/ don’t fail (they belong to the developer portal, not this repo)
Usage: make linkcheck or make linkcheck DIR=path/to/folder.
Related links
Checklist
PageRefreferences where relevant..gitbook.yamlif pages were moved, renamed, or deleted..wordlist.txt(and sorted it) if spellcheck flags new legitimate terms.Notes