Skip to content

Commit 62c1477

Browse files
thijstriemstragkatsev
authored andcommitted
docs(guides): add debugging section to index (#5100)
1 parent 4399bdc commit 62c1477

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Guides explain general topics and use cases (e.g. setup). API docs are automatic
2222
* [Tech](#tech)
2323
* [Languages](#languages)
2424
* [Hooks](#hooks)
25+
* [Debugging](#debugging)
2526
* [API Docs](#api-docs)
2627

2728
## Resolving Issues
@@ -80,6 +81,10 @@ Video.js has multi-language support! Follow this guide to see how you can contri
8081

8182
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.
8283

84+
#### [Debugging](/docs/guides/debugging.md)
85+
86+
Follow this guide to see how you can use `videojs.log` for debugging purposes.
87+
8388
## [API Docs][api]
8489

8590
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

Comments
 (0)