aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/containers/sol_cov_documentation.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-11 16:36:41 +0800
committerFabio Berger <me@fabioberger.com>2018-04-11 16:36:41 +0800
commit34446cf5697a58a130c16f480bf021e707708982 (patch)
treec53291eec409619970a3e5a9bffca57dfb6c2d65 /packages/website/ts/containers/sol_cov_documentation.ts
parent1e13e927d022ff9b5eb4297430e13c2a79fa4508 (diff)
downloaddexon-sol-tools-34446cf5697a58a130c16f480bf021e707708982.tar
dexon-sol-tools-34446cf5697a58a130c16f480bf021e707708982.tar.gz
dexon-sol-tools-34446cf5697a58a130c16f480bf021e707708982.tar.bz2
dexon-sol-tools-34446cf5697a58a130c16f480bf021e707708982.tar.lz
dexon-sol-tools-34446cf5697a58a130c16f480bf021e707708982.tar.xz
dexon-sol-tools-34446cf5697a58a130c16f480bf021e707708982.tar.zst
dexon-sol-tools-34446cf5697a58a130c16f480bf021e707708982.zip
Fix sol-cov, web3-wrapper, subproviders documentation pages given recent changes to the libraries
Diffstat (limited to 'packages/website/ts/containers/sol_cov_documentation.ts')
-rw-r--r--packages/website/ts/containers/sol_cov_documentation.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/website/ts/containers/sol_cov_documentation.ts b/packages/website/ts/containers/sol_cov_documentation.ts
index 2b901ec6f..58755c1e0 100644
--- a/packages/website/ts/containers/sol_cov_documentation.ts
+++ b/packages/website/ts/containers/sol_cov_documentation.ts
@@ -44,7 +44,7 @@ const docsInfoConfig: DocsInfoConfig = {
},
sectionNameToModulePath: {
[docSections.coverageSubprovider]: ['"sol-cov/src/coverage_subprovider"'],
- [docSections.types]: ['"subproviders/src/types"'],
+ [docSections.types]: ['"subproviders/src/types"', '"types/src/index"'],
},
menuSubsectionToVersionWhenIntroduced: {},
sections: docSections,
@@ -52,11 +52,9 @@ const docsInfoConfig: DocsInfoConfig = {
typeConfigs: {
// Note: This needs to be kept in sync with the types exported in index.ts. Unfortunately there is
// currently no way to extract the re-exported types from index.ts via TypeDoc :(
- publicTypes: ['NextCallback', 'OnNextCompleted', 'ErrorCallback'],
+ publicTypes: ['NextCallback', 'OnNextCompleted', 'ErrorCallback', 'JSONRPCRequestPayload'],
typeNameToExternalLink: {},
- typeNameToPrefix: {
- JSONRPCRequestPayload: 'Web3',
- },
+ typeNameToPrefix: {},
typeNameToDocSection: {},
},
};