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
For example, if my function returns Promise<string>, I would like TypeDoc to render it as Promise<string>. MDN is almost the official documentation of JavaScript (easier to read than the standard), but user may also want to link to other sources like Node.js. I imagine the API be like
typedoc --link MDN --link nodejs-v10.x ./src/
The text was updated successfully, but these errors were encountered:
FranklinYu
changed the title
Provide an option to link standard classes to MDN (or other websites)
Provide an option to link standard classes to MDN
Nov 2, 2018
Uh oh!
There was an error while loading. Please reload this page.
For example, if my function returns
Promise<string>
, I would like TypeDoc to render it as Promise<string>. MDN is almost the official documentation of JavaScript (easier to read than the standard), but user may also want to link to other sources like Node.js. I imagine the API be likeThe text was updated successfully, but these errors were encountered: