Skip to content

Commit

Permalink
docs: FB and OneDrive are not yet in the CDN bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 2, 2019
1 parent fc28354 commit 61b54b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions website/src/docs/facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions website/src/docs/onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61b54b9

Please sign in to comment.