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:
@@ -37,11 +37,7 @@ const docsInfoConfig: DocsInfoConfig = {
|
||||
[markdownSections.usage]: UsageMarkdown,
|
||||
},
|
||||
},
|
||||
markdownSections: markdownSections,
|
||||
typeConfigs: {
|
||||
typeNameToExternalLink: {},
|
||||
typeNameToPrefix: {},
|
||||
},
|
||||
markdownSections,
|
||||
};
|
||||
const docsInfo = new DocsInfo(docsInfoConfig);
|
||||
|
||||
|
Reference in New Issue
Block a user