Skip to content

Commit

Permalink
docs: rename Edgly to Smart CDN (#5449)
Browse files Browse the repository at this point in the history
* docs: rename Edgly to Smart CDN

* Apply suggestions from code review

* Apply suggestions from code review
  • Loading branch information
Murderlon authored Sep 19, 2024
1 parent 23bf229 commit 9eb857e
Show file tree
Hide file tree
Showing 40 changed files with 76 additions and 77 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6154,7 +6154,7 @@ Released: 2018-02-11.
- dashboard: Use more accessible tip lib microtip (#536 / @arturi)
- docs: Add PHP snippets to XHRUpload docs (#567 / @goto-bus-stop)
- meta: Added instruction to fork the repo first (#512 / muhammadInam)
- meta: Automatically host releases on edgly and use that as our main CDN (#558 / @kvz)
- meta: Automatically host releases on Smart CDN and use that as our main CDN (#558 / @kvz)
- meta: Dependency version updates (#523 / @goto-bus-stop)
- meta: Remove unused files from published package (#586 / @goto-bus-stop)
- s3: Respect `limit` option for upload parameter requests too; fix isXml() check when no content-type is available (#545, #544, #528 / @goto-bus-stop)
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ Add CSS
either to your HTML page’s `<head>` or include in JS, if your bundler of choice
supports it.

Alternatively, you can also use a pre-built bundle from Transloadit’s CDN:
Edgly. In that case `Uppy` will attach itself to the global `window.Uppy`
object.
Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Smart
CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.

> ⚠️ The bundle consists of most Uppy plugins, so this method is not recommended
> for production, as your users will have to download all plugins when you are
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<h1>
Uppy Transloadit
<img
src="https://transloadit.edgly.net/assets/images/logo-small.svg"
src="https://my-app.tlcdn.com/resize-img/canoe.jpg?w=300&h=300"
alt="Transloadit"
id="logo"
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/angular/projects/uppy/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
$ npm install @uppy/angular --save
```

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $ npm install @uppy/audio
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ $ npm install @uppy/aws-s3
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ $ npm install @uppy/box
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/compressor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ as [Parcel](https://parceljs.org/), [Vite](https://vitejs.dev/) or
[Webpack](https://webpack.js.org/).

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $ npm install @uppy/core
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ $ npm install @uppy/dashboard
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/drag-drop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $ npm install @uppy/drag-drop
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/dropbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ $ npm install @uppy/dropbox
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/facebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ npm install @uppy/facebook
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/file-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ $ npm install @uppy/file-input
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $ npm install @uppy/form
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/golden-retriever/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ $ npm install @uppy/golden-retriever
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/google-drive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ npm install @uppy/google-drive
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/google-photos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ npm install @uppy/google-photos
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/image-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ npm install @uppy/image-editor
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/informer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ $ npm install @uppy/informer
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/instagram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ $ npm install @uppy/instagram
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/onedrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ npm install @uppy/onedrive
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/progress-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $ npm install @uppy/progress-bar
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ $ npm install @uppy/react
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/redux-dev-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $ npm install @uppy/redux-dev-tools
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/remote-sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ yarn add @uppy/remote-sources
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy.RemoteSources` will attach itself
to the global `window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy.RemoteSources` will attach
itself to the global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/screen-capture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $ npm install @uppy/screen-capture
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/status-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $ npm install @uppy/status-bar
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/store-default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $ npm install @uppy/store-default
```

Alternatively, you can also use this package in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/store-redux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ $ npm install @uppy/store-redux
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/thumbnail-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $ npm install @uppy/thumbnail-generator
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

<!-- Undocumented currently
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/transloadit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ $ npm install @uppy/transloadit
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/tus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ $ npm install @uppy/tus
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/unsplash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ npm install @uppy/unsplash --save
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ $ npm install @uppy/url
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ $ npm install @uppy/vue
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
Loading

0 comments on commit 9eb857e

Please sign in to comment.