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
Broken links:
When typedoc creates the API docs it creates links to headings that are within the same file. If the file is docs/packages/<packageName>/api/foo/overview.md the link will look like [foo](overview.md#foo). When docusaurus transforms the markdown into html the link looks like this:
It doesn't recognize overview.md as a relative path and instead thinks it's an absolute path to the root overview.md file.
I've searched for some config that would clarify this, but haven't found anything yet.
False positives for broken links:
Docusaurus prints a giant list of broken links when you build the website. Most of these are false positives which makes finding the links that are actually broken very difficult. It would be great if we could find a way to fix all the false positives.
The text was updated successfully, but these errors were encountered:
Broken links:
When
typedoc
creates the API docs it creates links to headings that are within the same file. If the file isdocs/packages/<packageName>/api/foo/overview.md
the link will look like[foo](overview.md#foo)
. When docusaurus transforms the markdown into html the link looks like this:It doesn't recognize
overview.md
as a relative path and instead thinks it's an absolute path to the rootoverview.md
file.I've searched for some config that would clarify this, but haven't found anything yet.
False positives for broken links:
Docusaurus prints a giant list of broken links when you build the website. Most of these are false positives which makes finding the links that are actually broken very difficult. It would be great if we could find a way to fix all the false positives.
The text was updated successfully, but these errors were encountered: