mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +02:00
Removed jekyll headers from docs.
This commit is contained in:
parent
fc6d1b1229
commit
dfbd21f111
@ -1,11 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: API
|
||||
description: Video.JS API Docs - API settings based on the HTML5 video API
|
||||
body_id: api
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
API
|
||||
===
|
||||
The Video.js API allows you to interact with the video through Javascript, whether the browser is playing the video through HTML5 video, Flash, or any other supported playback technologies.
|
||||
|
@ -1,12 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: VideoJS Glossary
|
||||
description: Video.JS Glossary
|
||||
body_id: glossary
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
|
||||
Glossary
|
||||
========
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Docs
|
||||
description: Video.JS Docs
|
||||
body_id: docs
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
<h1>Start</h1>
|
||||
|
||||
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).
|
||||
|
@ -1,11 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Options
|
||||
description: Player Options
|
||||
body_id: options
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
Options
|
||||
=======
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Setup
|
||||
description: Setup
|
||||
body_id: setup
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
Setup
|
||||
=====
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Skins
|
||||
description: Controls Skins, Chrome, Design, look-and-feel.
|
||||
body_id: skins
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
Skins
|
||||
=====
|
||||
|
||||
|
@ -1,11 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Playback Technology
|
||||
description: Video.js Playback Technology
|
||||
body_id: tech
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
Playback Technology ("Tech")
|
||||
============================
|
||||
Playback Technology refers to the specific browser or plugin technology used to play the video or audio. When using HTML5, the playback technology is the video or audio element. When using Flash, the playback technology is the specific Flash player used, e.g. Flowplayer, YouTube Player, video-js.swf, etc. (not just "Flash"). This could also include Silverlight, Quicktime, or any other plugin that will play back video in the browser, as long as there is an API wrapper written for it.
|
||||
|
@ -1,11 +1,3 @@
|
||||
---
|
||||
layout: docs
|
||||
title: HTML5 Video Text Tracks (Subtitles, Captions, Chapters)
|
||||
description: Video.js support for captions, subtitles, and chapters through the use of the HTML5 video track element.
|
||||
body_id: tracks
|
||||
body_class: docs subpage
|
||||
---
|
||||
|
||||
Tracks
|
||||
======
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user