mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
f87297b20e
People keep finding the v4 legacy docs at docs.videojs.com/docs and Google keeps positioning them highly in search results. This attempts to lessen that.
51 lines
1.9 KiB
HTML
51 lines
1.9 KiB
HTML
<!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> |