aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-11-29 06:02:31 +0800
committerFabio Berger <me@fabioberger.com>2017-11-29 06:02:31 +0800
commit3c3033586d517da667a7618f57c0bc131ae2599e (patch)
treed5eea64c6b1bfc3c53922b5f1abcb6c42e41e4cf /packages/website/ts/pages/documentation
parent166c741beb569ea5245a47203edaef4c9232b8d4 (diff)
downloaddexon-sol-tools-3c3033586d517da667a7618f57c0bc131ae2599e.tar
dexon-sol-tools-3c3033586d517da667a7618f57c0bc131ae2599e.tar.gz
dexon-sol-tools-3c3033586d517da667a7618f57c0bc131ae2599e.tar.bz2
dexon-sol-tools-3c3033586d517da667a7618f57c0bc131ae2599e.tar.lz
dexon-sol-tools-3c3033586d517da667a7618f57c0bc131ae2599e.tar.xz
dexon-sol-tools-3c3033586d517da667a7618f57c0bc131ae2599e.tar.zst
dexon-sol-tools-3c3033586d517da667a7618f57c0bc131ae2599e.zip
Add 0x Connect Docs to the menu and topBar
Diffstat (limited to 'packages/website/ts/pages/documentation')
-rw-r--r--packages/website/ts/pages/documentation/documentation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/pages/documentation/documentation.tsx b/packages/website/ts/pages/documentation/documentation.tsx
index b56441bfe..27cd1da2c 100644
--- a/packages/website/ts/pages/documentation/documentation.tsx
+++ b/packages/website/ts/pages/documentation/documentation.tsx
@@ -120,7 +120,7 @@ export class Documentation extends
menu={this.props.docsInfo.getMenu(this.props.docsVersion)}
menuSubsectionsBySection={menuSubsectionsBySection}
shouldFullWidth={true}
- docPath={this.props.docsInfo.websitePath}
+ docsInfo={this.props.docsInfo}
/>
{_.isUndefined(this.state.docAgnosticFormat) ?
<div