From 61b54b914dd437d2e60362c4ece1429943b32555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 2 Dec 2019 12:52:14 +0100 Subject: [PATCH] docs: FB and OneDrive are not yet in the CDN bundle --- website/src/docs/facebook.md | 6 ------ website/src/docs/onedrive.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/website/src/docs/facebook.md b/website/src/docs/facebook.md index f68826465e..097d5f01dc 100644 --- a/website/src/docs/facebook.md +++ b/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. diff --git a/website/src/docs/onedrive.md b/website/src/docs/onedrive.md index 9a0684d614..ccba59059f 100644 --- a/website/src/docs/onedrive.md +++ b/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.