Page url
https://microsoft.github.io/react-native-windows/v1/docs/debugging-javascript
Problem Description
The CI was updated in #1150 to allow it to pass if time-outs occur when checking for links. Which is fine, except there are local only links within the website that are also failing, and are also being ignored.
For example, see the link provided, with a broken image:
I'd recommend two separate checks in the website building:
- One that calls unbroken with
--local-only to catch broken internal links (between docs pages) and has no time-out
- The current call to unbroken that also checks external links, and has the timeout
Page url
https://microsoft.github.io/react-native-windows/v1/docs/debugging-javascript
Problem Description
The CI was updated in #1150 to allow it to pass if time-outs occur when checking for links. Which is fine, except there are local only links within the website that are also failing, and are also being ignored.
For example, see the link provided, with a broken image:
I'd recommend two separate checks in the website building:
--local-onlyto catch broken internal links (between docs pages) and has no time-out