Add automated broken link checking for documentation#7399
Open
ShivamJha2436 wants to merge 2 commits intoprojectcontour:mainfrom
Open
Add automated broken link checking for documentation#7399ShivamJha2436 wants to merge 2 commits intoprojectcontour:mainfrom
ShivamJha2436 wants to merge 2 commits intoprojectcontour:mainfrom
Conversation
Signed-off-by: ShivamJha2436 <shivamkumar87148@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7399 +/- ##
==========================================
- Coverage 81.85% 81.77% -0.09%
==========================================
Files 130 130
Lines 15766 15766
==========================================
- Hits 12906 12893 -13
Misses 2576 2576
- Partials 284 297 +13 🚀 New features to boost your workflow:
|
tsaarni
reviewed
Feb 4, 2026
tsaarni
reviewed
Feb 4, 2026
tsaarni
reviewed
Feb 4, 2026
tsaarni
reviewed
Feb 4, 2026
Signed-off-by: ShivamJha2436 <shivamkumar87148@gmail.com>
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
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
This PR adds an automated broken-link checker for Contour documentation using the Lychee GitHub Action.
Behavior
site/content/docs/mainWhy
Broken links in documentation negatively impact users and contributors.
This workflow provides early detection while keeping CI cost low by scanning only the actively maintained
maindocs.Files Added
.github/workflows/docs-link-check.yml.lycheeignore