{{ message }}
docs(docs-infra): Throw build error on invalid guide links - #66254
Merged
Conversation
14 tasks
JeanMeche
force-pushed
the
docs/invalid-links
branch
2 times, most recently
from
December 26, 2025 12:07
7b3b854 to
96aa219
Compare
JeanMeche
marked this pull request as ready for review
December 26, 2025 12:14
JeanMeche
force-pushed
the
docs/invalid-links
branch
3 times, most recently
from
December 28, 2025 13:27
95f4404 to
23ae41a
Compare
14 tasks
JeanMeche
force-pushed
the
docs/invalid-links
branch
from
December 30, 2025 16:03
23ae41a to
1a774e2
Compare
14 tasks
JeanMeche
force-pushed
the
docs/invalid-links
branch
11 times, most recently
from
January 4, 2026 01:18
2a1fabd to
b025ea1
Compare
14 tasks
josephperrott
requested changes
Jan 5, 2026
Member
There was a problem hiding this comment.
So now we have to maintain this document of routes as well? I just want to make sure I am understanding correctly
Member
Author
There was a problem hiding this comment.
It's more like, this is now we file we need to update when we add routes. adev/src/app/routing/sub-navigation-data.ts is almost empty now
JeanMeche
force-pushed
the
docs/invalid-links
branch
3 times, most recently
from
January 9, 2026 00:59
2ccff9a to
a906268
Compare
JeanMeche
force-pushed
the
docs/invalid-links
branch
3 times, most recently
from
January 9, 2026 03:13
9d3231a to
6f01751
Compare
JeanMeche
force-pushed
the
docs/invalid-links
branch
3 times, most recently
from
January 12, 2026 20:14
a374676 to
7bcbc63
Compare
The list of valid links is generated from navigation data configuration in the ADEV app. Redirections are knowingly exclude so we stop referencing them. This commit also fixes all necessary links.
JeanMeche
force-pushed
the
docs/invalid-links
branch
from
January 12, 2026 20:30
7bcbc63 to
bf9f24e
Compare
Contributor
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

The list of valid links is generated from the guides configuration in the ADEV app.
Redirections are knowingly exclude so we stop referencing them.
This commit also fixes all necessary links.
This is to detect issues like #66246 at build time.