Since we moved Web3Wrapper class from index to it's own file, we need to update doc mapping

This commit is contained in:
Fabio Berger
2018-04-07 10:41:43 +09:00
parent 68e8d6f304
commit 073bf738dd

View File

@@ -39,7 +39,7 @@ const docsInfoConfig: DocsInfoConfig = {
[docSections.installation]: InstallationMarkdown,
},
sectionNameToModulePath: {
[docSections.web3Wrapper]: ['"web3-wrapper/src/index"'],
[docSections.web3Wrapper]: ['"web3-wrapper/src/web3_wrapper"'],
[docSections.types]: ['"types/src/index"'],
},
menuSubsectionToVersionWhenIntroduced: {},