Skip to content

Commit

Permalink
docs: ran npm run docs:fix to update TOC on guides (#3971)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jan 23, 2017
1 parent 58f2349 commit de3945d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/guides/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The architecture of the Video.js player is centered around components. The `Play
* [Default Component Tree](#default-component-tree)
* [Specific Component Details](#specific-component-details)
* [Volume Panel](#volume-panel)
* [Progress Control](#progress-control)
* [Text Track Settings](#text-track-settings)

## What is a Component?
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/event-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

* [Overview](#overview)
* [on() and addEventListener()](#on-and-addeventlistener)
* [off() and removeEventListener](#off-and-removeeventlistener)
* [off() and removeEventListener()](#off-and-removeeventlistener)
* [one()](#one)
* [trigger() and dispatchEvent](#trigger-and-dispatchevent)
* [trigger() and dispatchEvent()](#trigger-and-dispatchevent)

## Overview

Expand Down
5 changes: 5 additions & 0 deletions docs/guides/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,13 @@ These two methods are functionally identical - use whichever you prefer!
* [Plugin Conventions][standards]

[api-player]: http://docs.videojs.com/docs/api/player.html

[api-plugin]: http://docs.videojs.com/docs/api/plugin.html

[generator]: https://github.com/videojs/generator-videojs-plugin

[spellbook]: https://github.com/videojs/spellbook

[standards]: https://github.com/videojs/generator-videojs-plugin/blob/master/docs/standards.md

[yeoman]: http://yeoman.io
6 changes: 3 additions & 3 deletions docs/guides/videojs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* [videojs()](#videojs)
* [options](#options)
* [getComponent()](#getcomponent)
* [registerComponent](#registercomponent)
* [registerComponent()](#registercomponent)
* [getTech()](#gettech)
* [registerTech](#registertech)
* [registerTech()](#registertech)
* [extend()](#extend)
* [mergeOptions()](#mergeoptions)
* [bind()](#bind)
* [plugin()](#plugin)
* [xhr](#xhr)
* [xhr()](#xhr)

## `videojs()`

Expand Down

0 comments on commit de3945d

Please sign in to comment.