1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00
video.js/docs/index.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

# [Video.js][vjs-website] API Documentation
2012-11-15 02:51:05 +03:00
## Generated API docs
2012-01-06 10:25:09 +03:00
These [API docs][api] at [docs.videojs.com][vjs-docs] are automatically generated from the jsdoc comments in the code of the `main` branch of the [Video.js repository][vjs-gh]. You'll find specific details about functions, properties, and events.
2012-11-15 02:51:05 +03:00
The most useful API doc to start with is usually the [Player][api-player] class.
## Guides
More in-depth instructional [guides](vjs-guides) are found on the main [Video.js website](vjs-website). The guides explain general topics and use cases (e.g. setup).
The full list of articles is on the [guides page][vjs-guides]. If you are looking for troubleshooting information, try the [FAQ][vjs-faq] and [troubleshooting][vjs-troubleshooting] pages.
[vjs-website]: https://videojs.com
[vjs-docs]: https://docs.videojs.com
[vjs-gh]: https://github.com/videojs/video.js
[vjs-guides]: https://videojs.com/guides/
[vjs-faq]: https://videojs.com/guides/faqs/
[vjs-troubleshooting]: https://videojs.com/guides/troubleshooting/
[api]: https://docs.videojs.com
[api-player]: https://docs.videojs.com/Player.html