From 3cb0f4f59004b45cbe8c8daa860a3da151c8667c Mon Sep 17 00:00:00 2001 From: Adam Richeimer Date: Wed, 14 Jan 2015 11:20:03 -0800 Subject: [PATCH] Formatting fixes - Add command to list of types of plugins - Made "command" plural to be consistent with other types - Made the types into links within the page --- site/_docs/plugins.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index cf0aab6e..36173caf 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -53,9 +53,10 @@ You have 3 options for installing plugins: In general, plugins you make will fall into one of three categories: -1. Generators -2. Converters -3. Tags +1. [Generators](#Generators) +2. [Converters](#Converters) +3. [Commands](#Commands) +4. [Tags](#Tags) ## Generators @@ -248,7 +249,7 @@ In our example, `UpcaseConverter#matches` checks if our filename extension is simply uppercasing the entire content string. Finally, when it saves the page, it will do so with a `.html` extension. -## Command +## Commands As of version 2.5.0, Jekyll can be extended with plugins which provide subcommands for the `jekyll` executable. This is possible by including the