Move external types to link mapping to doc generation util and refactor typedocUtils to be a class to avoid excessive param passing
This commit is contained in:
@@ -35,12 +35,6 @@ const docsInfoConfig: DocsInfoConfig = {
|
||||
},
|
||||
},
|
||||
markdownSections,
|
||||
typeConfigs: {
|
||||
typeNameToPrefix: {},
|
||||
typeNameToExternalLink: {
|
||||
BigNumber: constants.URL_BIGNUMBERJS_GITHUB,
|
||||
},
|
||||
},
|
||||
};
|
||||
const docsInfo = new DocsInfo(docsInfoConfig);
|
||||
|
||||
|
Reference in New Issue
Block a user