chore(nx-dev): ignore anchors on changelog page (#28540)
Do not check anchor links pointing to the changelog page
This commit is contained in:
parent
25e3bdde9c
commit
1876b83c3f
@ -76,7 +76,7 @@ This is where the concept of derived directories comes in. It will try to inspec
|
||||
|
||||
There's a lot more in Nx 20, so be sure to check the full changelog for all the details on everything in this major release.
|
||||
|
||||
- [Nx 20 Changelog](/changelog)
|
||||
- [Nx 20 Changelog](/changelog#20.0.0)
|
||||
|
||||
[rspack]: https://rspack.dev
|
||||
[rescope]: /deprecated/rescope
|
||||
|
||||
@ -148,6 +148,7 @@ const ignoreAnchorUrls = [
|
||||
'/blog',
|
||||
'/pricing',
|
||||
'/ci/reference',
|
||||
'/changelog',
|
||||
'/conf',
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user