Skip to content

Commit

Permalink
docs(guides): add debugging section to index (#5100)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored and gkatsev committed Apr 17, 2018
1 parent 4399bdc commit 62c1477
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Guides explain general topics and use cases (e.g. setup). API docs are automatic
* [Tech](#tech)
* [Languages](#languages)
* [Hooks](#hooks)
* [Debugging](#debugging)
* [API Docs](#api-docs)

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

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.

#### [Debugging](/docs/guides/debugging.md)

Follow this guide to see how you can use `videojs.log` for debugging purposes.

## [API Docs][api]

You can refer to the [full list of API docs][api], but the most relevant API doc is for the [Player][api-player].
Expand Down

0 comments on commit 62c1477

Please sign in to comment.