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
* First version of addTypeAliasLinks that will scan TypeDoc HTML output and insert links to external library documentation.
* Updated link for UserRecord and UserInfo
* Resolving a few of Hiranya's comments. Removing unecessary debugging console log, JSDOM is now imported with one line, and Map of types and links is now created from a JSON file, Still need to resolve a couple of Hiranya's comments.
* Ran npm run format:fix
* Resolving more of Hiranya's comments. Loading JSON file uses 'require' rather than 'read file'. JSON file is now simpler. Script only replaces fully qualified names rather than aliases in document.
* Adding comment as requested by thechenky.
* Updating package.json to include JSDom module required by doc generation script.
0 commit comments