Browse Source

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

Artur Paikin 6 years ago
parent
commit
c393fc68f6
1 changed files with 4 additions and 2 deletions
  1. 4 2
      website/src/docs/robodog.md

+ 4 - 2
website/src/docs/robodog.md

@@ -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