diff options
author | Fabio Berger <me@fabioberger.com> | 2018-10-12 21:55:00 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-10-12 21:55:00 +0800 |
commit | 16386bc99e88d9e1915f073b101fb066d9fdaa66 (patch) | |
tree | 81cce621e6d61b1e671d77bfb2434145c86b6d1f /packages/website/ts/containers/order_watcher_documentation.ts | |
parent | de20ef1a49966153f25236ee68b186cd49f8dc20 (diff) | |
download | dexon-sol-tools-16386bc99e88d9e1915f073b101fb066d9fdaa66.tar.gz dexon-sol-tools-16386bc99e88d9e1915f073b101fb066d9fdaa66.tar.zst dexon-sol-tools-16386bc99e88d9e1915f073b101fb066d9fdaa66.zip |
Add Getting starter sidebar header
Diffstat (limited to 'packages/website/ts/containers/order_watcher_documentation.ts')
-rw-r--r-- | packages/website/ts/containers/order_watcher_documentation.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/website/ts/containers/order_watcher_documentation.ts b/packages/website/ts/containers/order_watcher_documentation.ts index 59a018847..833380ac4 100644 --- a/packages/website/ts/containers/order_watcher_documentation.ts +++ b/packages/website/ts/containers/order_watcher_documentation.ts @@ -25,8 +25,7 @@ const docsInfoConfig: DocsInfoConfig = { displayName: 'OrderWatcher', packageUrl: 'https://github.com/0xProject/0x-monorepo', markdownMenu: { - introduction: [markdownSections.introduction], - install: [markdownSections.installation], + 'getting-started': [markdownSections.introduction, markdownSections.installation], }, sectionNameToMarkdownByVersion: { '0.0.1': { |