summaryrefslogtreecommitdiff
path: root/javascript/videojs/docs/legacy-docs/index.html
blob: 1395c3b5aed448e992152814f8768a839dabe04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="./css/guides.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600,600italic' rel='stylesheet' type='text/css'><link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/atelier-forest.light.min.css" />
<script type="text/javascript" src="//use.edgefonts.net/source-code-pro.js"></script>
<style>
    div {
        display: inline-block;
        border: none;
        margin: 2em;
        vertical-align: top;
    }
</style>
<link rel="canonical" href="https://docs.videojs.com/">
</head>
<body>
<p class="legacydocsnote">This documentation is for an outdated version of Video.js. See <a href="https://docs.videojs.com/">documentation for the current release</a>.

<div id="sidenav" class="sidenav"></div>
<div class="main">
    <h1 id="toc_0">Videojs Documentation</h1>
    <div class="guides">
        <h2>Guides</h2>
        <p><a href="./guides/setup.html">Setup</a></p>
        <p><a href="./guides/options.html">Options</a></p>
        <p><a href="./guides/tracks.html">Tracks</a></p>
        <p><a href="./guides/components.html">Components</a></p>
        <p><a href="./guides/api.html">API</a></p>
        <p><a href="./guides/skins.html">Skins</a></p>
        <p><a href="./guides/languages.html">Languages</a></p>
        <p><a href="./guides/tech.html">Tech</a></p>
        <p><a href="./guides/plugins.html">Plugins</a></p>
        <p><a href="./guides/glossary.html">Glossary</a></p>
    </div>
    <div class="samples">
        <h2>Samples</h2>
        <p><a href="./examples/simple-embed.html">Simple Embed</a></p>
        <p><a href="./examples/shared.html">Shared</a></p>
    </div>
    <div class="api">
        <h2>API Reference</h2>
        <p><a href="./api/index.html">Videojs API</a></p>
    </div>


</body>

</html>