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
When we use relative links in our docs that escape the docs folder, eg ../../../../../foo, we rewrite them to GitHub URIs of the given file in our Docusaurus transform. However, we don't detect if they're broken. We should look in the repo for the file and throw an error if it doesn't exist
The text was updated successfully, but these errors were encountered:
When we use relative links in our docs that escape the docs folder, eg
../../../../../foo
, we rewrite them to GitHub URIs of the given file in our Docusaurus transform. However, we don't detect if they're broken. We should look in the repo for the file and throw an error if it doesn't existThe text was updated successfully, but these errors were encountered: