Move react-docs into website and delete it as a standalone package

This commit is contained in:
fabioberger
2019-07-24 23:27:03 +02:00
parent 46384ce80d
commit cc7dec7a99
55 changed files with 148 additions and 1151 deletions

View File

@@ -1,4 +1,4 @@
import { DocAgnosticFormat, GeneratedDocJson } from '@0x/react-docs';
import { DocAgnosticFormat, GeneratedDocJson } from '@0x/types';
import { fetchAsync, logUtils } from '@0x/utils';
import * as _ from 'lodash';
import { S3FileObject, VersionToFilePath } from 'ts/types';