Add OrderWatcher docs page

This commit is contained in:
Fabio Berger
2018-08-03 11:14:01 +02:00
parent b5d98a2803
commit 6dd656bdfc
14 changed files with 139 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ const docIdToSubpackageName: { [id: string]: string } = {
[DocPackages.SolCov]: 'sol-cov',
[DocPackages.Subproviders]: 'subproviders',
[DocPackages.OrderUtils]: 'order-utils',
[DocPackages.OrderWatcher]: 'order-watcher',
[DocPackages.EthereumTypes]: 'ethereum-types',
};