aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/connect/1
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:42:04 +0800
committerHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:42:04 +0800
commit7ae38906926dc09bc10670c361af0d2bf0050426 (patch)
tree5fb10ae366b987db09e4ddb4bc3ba0f75404ad08 /packages/website/md/docs/connect/1
parentb5fd3c72a08aaa6957917d74c333387a16edf66b (diff)
downloaddexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.gz
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.bz2
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.lz
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.xz
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.zst
dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.zip
Update dependency packages
Diffstat (limited to 'packages/website/md/docs/connect/1')
-rw-r--r--packages/website/md/docs/connect/1/installation.md15
-rw-r--r--packages/website/md/docs/connect/1/introduction.md1
2 files changed, 0 insertions, 16 deletions
diff --git a/packages/website/md/docs/connect/1/installation.md b/packages/website/md/docs/connect/1/installation.md
deleted file mode 100644
index d457b0577..000000000
--- a/packages/website/md/docs/connect/1/installation.md
+++ /dev/null
@@ -1,15 +0,0 @@
-**Install**
-
-```bash
-npm install @0xproject/connect --save
-```
-
-**Import**
-
-```javascript
-import { HttpClient } from '@0xproject/connect';
-```
-
-### Wiki
-
-Check out our [0x Connect introduction tutorial](https://0x.org/wiki#Intro-Tutorial) for information on how to integrate relayers into your application.
diff --git a/packages/website/md/docs/connect/1/introduction.md b/packages/website/md/docs/connect/1/introduction.md
deleted file mode 100644
index 4e3039442..000000000
--- a/packages/website/md/docs/connect/1/introduction.md
+++ /dev/null
@@ -1 +0,0 @@
-Welcome to the [0x Connect](https://github.com/0xProject/0x-monorepo/tree/development/packages/connect) documentation! 0x Connect is a Javascript library that makes it easy to interact with relayers that conform to the [Standard Relayer API](https://github.com/0xProject/standard-relayer-api). Functionality includes getting supported token pairs from a relayer, getting orders filtered by different attributes, getting individual orders specified by order hash, getting orderbooks for specific token pairs, getting fee information, and submitting orders.