Browse Source

docs: FB and OneDrive are not yet in the CDN bundle

Renée Kooi 5 years ago
parent
commit
61b54b914d
2 changed files with 0 additions and 12 deletions
  1. 0 6
      website/src/docs/facebook.md
  2. 0 6
      website/src/docs/onedrive.md

+ 0 - 6
website/src/docs/facebook.md

@@ -35,12 +35,6 @@ Install from NPM:
 npm install @uppy/facebook
 ```
 
-In the [CDN package](/docs/#With-a-script-tag), it is available on the `Uppy` global object:
-
-```js
-const Facebook = Uppy.Facebook
-```
-
 ## CSS
 
 Dashboard plugin is recommended as a container to all Provider plugins, including Facebook. If you are using Dashboard, it [comes with all the nessesary styles](/docs/dashboard/#CSS) for Dropbox as well.

+ 0 - 6
website/src/docs/onedrive.md

@@ -35,12 +35,6 @@ Install from NPM:
 npm install @uppy/onedrive
 ```
 
-In the [CDN package](/docs/#With-a-script-tag), it is available on the `Uppy` global object:
-
-```js
-const OneDrive = Uppy.OneDrive
-```
-
 ## CSS
 
 Dashboard plugin is recommended as a container to all Provider plugins, including OneDrive. If you are using Dashboard, it [comes with all the nessesary styles](/docs/dashboard/#CSS) for Dropbox as well.