You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: skip fragment link checks with lychee (#1839)
Recent `lychee` updates (`0.19.0` and above) improve Lychee and align it
more with the HTML spec. This, however, also means that Lychee now finds
2000+ "broken" links due to incorrect setup in this repo.
Since fragment links inside of docs.apify.com are checked internally
with Docusaurus anyway, this PR disables the fragment link checker in
Lychee.
0 commit comments