You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Guides explain general topics and use cases (e.g. setup). API docs are automatic
22
22
*[Tech](#tech)
23
23
*[Languages](#languages)
24
24
*[Hooks](#hooks)
25
+
*[Debugging](#debugging)
25
26
*[API Docs](#api-docs)
26
27
27
28
## Resolving Issues
@@ -80,6 +81,10 @@ Video.js has multi-language support! Follow this guide to see how you can contri
80
81
81
82
A "hook" is functionality that wants to do when videojs creates a player. Right now only `beforesetup` and `setup` are supported. See the guide for more information on that.
82
83
84
+
#### [Debugging](/docs/guides/debugging.md)
85
+
86
+
Follow this guide to see how you can use `videojs.log` for debugging purposes.
87
+
83
88
## [API Docs][api]
84
89
85
90
You can refer to the [full list of API docs][api], but the most relevant API doc is for the [Player][api-player].
0 commit comments