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:
Fabio Berger
2018-08-15 11:36:45 -07:00
parent 3b8a343711
commit a8d44ccc48
17 changed files with 138 additions and 322 deletions

View File

@@ -37,11 +37,7 @@ const docsInfoConfig: DocsInfoConfig = {
[markdownSections.usage]: UsageMarkdown,
},
},
markdownSections: markdownSections,
typeConfigs: {
typeNameToExternalLink: {},
typeNameToPrefix: {},
},
markdownSections,
};
const docsInfo = new DocsInfo(docsInfoConfig);