From 62d9913c2faa7914d2f867e163d3f3328c934d5e Mon Sep 17 00:00:00 2001 From: Pat O'Neill Date: Thu, 20 Oct 2016 09:58:27 -0400 Subject: [PATCH 01/20] Rewrite setup.md --- docs/guides/setup.md | 132 ++++++++++++++----------------------------- 1 file changed, 42 insertions(+), 90 deletions(-) diff --git a/docs/guides/setup.md b/docs/guides/setup.md index 7e6a81f576..ad215e941d 100644 --- a/docs/guides/setup.md +++ b/docs/guides/setup.md @@ -1,124 +1,76 @@ -Setup -===== +# Video.js Setup -Video.js is pretty easy to set up. It can take a matter of seconds to get the player up and working on your web page. +## Installing Video.js -Step 1: Include the Video.js Javascript and CSS files in the head of your page. ------------------------------------------------------------------------------- +Video.js is officially available via CDN, npm, and Bower. -You can download the Video.js source and host it on your own servers, or use the free CDN hosted version. As of Video.js 5.0, the source is [transpiled from ES2015](http://babeljs.io/) (formerly known as ES6) to [ES5](https://es5.github.io/), but IE8 only supports ES3. In order to continue to support IE8, we've bundled an [ES5 shim and sham](https://github.com/es-shims/es5-shim) together and hosted it on the CDN. +Please refer to the [Getting Started][getting-started] document for details. -```html - -``` +## Decorating a `