hide robodog CDN from docs for now — it’s not available

This commit is contained in:
Artur Paikin 2019-02-17 15:02:32 +03:00
parent 4dcef4c3b9
commit c393fc68f6

View file

@ -25,12 +25,14 @@ Then, with a bundler such as [webpack][webpack] or [Browserify][browserify], do:
const transloadit = require('@uppy/robodog')
```
<!--
If you are not using a bundler, you can also import the Robodog using an HTML script tag.
```html
<link rel="stylesheet" href="https://transloadit.edgly.net/releases/robodog/v1.0.0/dist/style.min.css">
<script src="https://transloadit.edgly.net/releases/robodog/v1.0.0/dist/transloadit.min.js"></script>
```
<script src="https://transloadit.edgly.net/releases/robodog/v1.0.0/dist/transloadit.min.js"></script>
```
-->
## Methods