Use actual packageName for external example imports

This commit is contained in:
Fabio Berger
2018-08-22 16:11:42 +01:00
parent 40b202f8c0
commit 7c29cadb17
15 changed files with 17 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ const docSections = {
const docsInfoConfig: DocsInfoConfig = {
id: DocPackages.Web3Wrapper,
packageName: '@0xproject/web3-wrapper',
type: SupportedDocJson.TypeDoc,
displayName: 'Web3Wrapper',
packageUrl: 'https://github.com/0xProject/0x-monorepo',