From c57190dead41846809effb8823bd4e486ca72512 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 29 Nov 2017 18:57:21 -0600 Subject: Add orderWatcher to 0x.js docs --- packages/website/ts/containers/zero_ex_js_documentation.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'packages/website/ts/containers') diff --git a/packages/website/ts/containers/zero_ex_js_documentation.tsx b/packages/website/ts/containers/zero_ex_js_documentation.tsx index fc48297b5..58c0ee186 100644 --- a/packages/website/ts/containers/zero_ex_js_documentation.tsx +++ b/packages/website/ts/containers/zero_ex_js_documentation.tsx @@ -35,6 +35,7 @@ const zeroExJsDocSections = { tokenRegistry: 'tokenRegistry', etherToken: 'etherToken', proxy: 'proxy', + orderWatcher: 'orderWatcher', types: 'types', }; @@ -66,6 +67,9 @@ const docsInfoConfig: DocsInfoConfig = { zeroExJsDocSections.etherToken, zeroExJsDocSections.proxy, ], + orderWatcher: [ + zeroExJsDocSections.orderWatcher, + ], types: [ zeroExJsDocSections.types, ], @@ -122,6 +126,12 @@ const docsInfoConfig: DocsInfoConfig = { 'LogEvent', 'LogEntry', 'DecodedLogEvent', + 'EventWatcherCallback', + 'OnOrderStateChangeCallback', + 'OrderStateValid', + 'OrderStateInvalid', + 'OrderState', + 'FilterObject', ], sectionNameToModulePath: { [zeroExJsDocSections.zeroEx]: ['"src/0x"'], @@ -133,11 +143,13 @@ const docsInfoConfig: DocsInfoConfig = { '"src/contract_wrappers/proxy_wrapper"', '"src/contract_wrappers/token_transfer_proxy_wrapper"', ], + [zeroExJsDocSections.orderWatcher]: ['"src/order_watcher/order_state_watcher"'], [zeroExJsDocSections.types]: ['"src/types"'], }, menuSubsectionToVersionWhenIntroduced: { [zeroExJsDocSections.etherToken]: '0.7.1', [zeroExJsDocSections.proxy]: '0.8.0', + [zeroExJsDocSections.orderWatcher]: '0.27.1', }, sections: zeroExJsDocSections, visibleConstructors: [zeroExJsDocSections.zeroEx], -- cgit v1.2.3