diff --git a/docs/glossary.md b/docs/glossary.md index 4ee2376b1..86ec1e9de 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -1,5 +1,6 @@ Glossary ======== +Terms related to web video. ### DOM (Document Object Model) The container of elements on the page that must be loaded before you can interact with the elements with through Javascript. diff --git a/docs/index.md b/docs/index.md index 7553b8c8b..eb19189bb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,24 +1,25 @@ -

TOC

+(Video.js homepage)[http://videojs.com] + +

Video.js Documentation

The Video.js documentation is here to help you setup and use the player. These docs can be found and contributed to in the [Video.js library repository](https://github.com/zencoder/video-js/tree/master/docs). -### [Setup](setup.md) -Check out the [5 second setup](/#setup) if you're just getting started. The setup documentation gives a deeper view of the additional methods you can use to trigger the player setup. +## Getting Started -### [Options](options.md) -There are a number of options that can be used to change how the player behaves, starting with the HTML5 media options like autoplay and preload, and expanding to Video.JS specific options. +* [Setup](setup.md) - Check out the [5 second setup](/#setup) if you're just getting started. The setup documentation gives a deeper view of the additional methods you can use to trigger the player setup. -### [API](api.md) -The Video.js API allows you to control the video through javascript or trigger event listeners, whether the video is playing through HTML5, flash, or another playback technology. +* [Options](options.md) - There are a number of options that can be used to change how the player behaves, starting with the HTML5 media options like autoplay and preload, and expanding to Video.JS specific options. -### [Skins](skins.md) -You can change the look of the player across playback technologies just by editing a CSS file. The skins documentation gives you a intro to how the HTML and CSS of the default skin is put together. +* [Tracks](tracks.md) - Text Tracks are used to display subtitles and captions, and add a menu for navigating between chapters in a video. -### [Tech](tech.md) -A 'playback technology' is the term we're using to represent HTML5 video, Flash, and other video plugins, as well as other players like the YouTube player. Basically anything that has a unique API to audio or video. Additional playback technologies can be added relatively easily. +## Customizing -### [Tracks](tracks.md) -Text Tracks are used to display subtitles and captions, and add a menu for navigating between chapters in a video. +* [API](api.md) - The Video.js API allows you to control the video through javascript or trigger event listeners, whether the video is playing through HTML5, flash, or another playback technology. -### [Glossary](glossary.md) -Some helpful definitions. \ No newline at end of file +* [Skins](skins.md) - You can change the look of the player across playback technologies just by editing a CSS file. The skins documentation gives you a intro to how the HTML and CSS of the default skin is put together. + +*[Tech](tech.md) - A 'playback technology' is the term we're using to represent HTML5 video, Flash, and other video plugins, as well as other players like the YouTube player. Basically anything that has a unique API to audio or video. Additional playback technologies can be added relatively easily. + +## Resources + +* [Glossary](glossary.md) - Some helpful definitions. \ No newline at end of file