[DOCS-1988] Update Lychee link check actions to support crawling#2037
Merged
mdlinville merged 9 commits intomainfrom Jan 16, 2026
Merged
[DOCS-1988] Update Lychee link check actions to support crawling#2037mdlinville merged 9 commits intomainfrom
mdlinville merged 9 commits intomainfrom
Conversation
Contributor
📚 Mintlify Preview Links📝 Changed (3 total)📄 Pages (3)
🤖 Generated automatically when Mintlify deployment succeeds |
mdlinville
commented
Jan 14, 2026
dbrian57
approved these changes
Jan 14, 2026
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected in the changed files. Tip Redirects detected: If you see redirects for internal docs.wandb.ai links, check if they have trailing slashes. Mintlify automatically removes trailing slashes, causing redirects like:
Fix: Remove trailing slashes from links to avoid unnecessary redirects. |
71f8e36 to
d2f53e5
Compare
Also sort each list in the TOML alphabetically for maintenance
…chee_crawling_support
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.
Description
Fixes DOCS-1988
David F on CoreWeave docs team discovered that Lychee does not crawl recursively by default. This means that in both PRs and production, we were only checking the site index for broken http:// and https:// links. This PR fixes that and makes other improvements.
lychee.tomllychee.toml.githubandscripts/in internal links../s/in the mainindex.mdxwhich cause an unnecessary redirect.Testing
Prod: Tested in my fork (see https://github.com/mdlinville/docs/actions/runs/21009619899). Checked 1134 links in 24 secxonds.
PR: Tested in my fork (see https://github.com/mdlinville/docs/actions/runs/21011598457 and Break a link to test the PR action mdlinville/docs#63 (comment)). Took 44 seconds to check links in 16 changed files.
Local build succeeds without errors (
mint dev)Local link check succeeds without errors (
mint broken-links)PR tests succeed