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,13 +35,6 @@ const docsInfoConfig: DocsInfoConfig = {
|
||||
},
|
||||
},
|
||||
markdownSections: docSections,
|
||||
typeConfigs: {
|
||||
typeNameToExternalLink: {
|
||||
Web3: constants.URL_WEB3_DOCS,
|
||||
BigNumber: constants.URL_BIGNUMBERJS_GITHUB,
|
||||
},
|
||||
typeNameToPrefix: {},
|
||||
},
|
||||
};
|
||||
const docsInfo = new DocsInfo(docsInfoConfig);
|
||||
|
||||
|
Reference in New Issue
Block a user