mirror of
https://github.com/videojs/video.js.git
synced 2024-12-23 02:04:34 +02:00
4dd000c809
This adds in the legacy docs into the repo and enables automatic deployment via netlify. The netlify-docs.js script will error out the build on netlify on master if we're not on a tagged commit so that it won't redeploy the docs unless there's a new release. If we're not on master or on master with a tagged commit, it will process with the deploy. Also, this removes the API docs from being published with npm, fixes #4609.
17 lines
363 B
HTML
17 lines
363 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title></title>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h4>Check the console for results</h4>
|
|
<script src="../js/doc-data.js"></script>
|
|
<script src="create-doc-files.js"></script>
|
|
|
|
</body>
|
|
</html>
|