From aa284d90ccafc100082af4c5812966d87c9a3ee7 Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Wed, 3 Feb 2016 16:39:20 +0100 Subject: [PATCH] Add hooks to the plugin categories toc --- site/_docs/plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 050cec0f..e7823465 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -60,12 +60,13 @@ values of the gem names of the plugins you'd like to use. An example:

-In general, plugins you make will fall into one of four categories: +In general, plugins you make will fall into one of five categories: 1. [Generators](#generators) 2. [Converters](#converters) 3. [Commands](#commands) 4. [Tags](#tags) +5. [Hooks](#hooks) ## Generators