chore(nx-dev): ignore anchors on changelog page (#28540)

Do not check anchor links pointing to the changelog page
This commit is contained in:
Isaac Mann 2024-10-21 10:05:31 -04:00 committed by GitHub
parent 25e3bdde9c
commit 1876b83c3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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. 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 [rspack]: https://rspack.dev
[rescope]: /deprecated/rescope [rescope]: /deprecated/rescope

View File

@ -148,6 +148,7 @@ const ignoreAnchorUrls = [
'/blog', '/blog',
'/pricing', '/pricing',
'/ci/reference', '/ci/reference',
'/changelog',
'/conf', '/conf',
]; ];