Replies: 2 comments
-
|
There's no way to suppress this option yet, adding one won't be too much work.... but how should it work? My first thought here was to have an option which listed paths relative to the config file which should be accepted as relative links and just ignored, but given that you say you have many such warnings, it seems like you'd prefer some sort of option which accepts a directory or something where relative links within it would be ignored.... thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
I just imagined it as another boolean option on validation which would suppress all such errrors if it was set to false. For our use case, we'd just need to ignore a couple of folders that end up as siblings of the documentation on our site. For example, we have |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What's the best way to suppress warnings about relative paths missing for elements within comment blocks? These paths exist when our static site is built, but are not available relative to the source files as TypeDoc is resolving. None of the validation options allow me to suppress this type of warning.
Example:
I get many warnings about such links:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions