From 4dccca27e054d007dd45479ea465e3509470f5fd Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sat, 6 Jan 2018 10:35:41 +0100 Subject: [PATCH] Docs: Mention previous config key for plugins fix #6674 --- docs/_docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index 61aed9ae..e3ce9c2a 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -28,7 +28,7 @@ You have 3 options for installing plugins: here. Any file ending in `*.rb` inside this directory will be loaded before Jekyll generates your site. -2. In your `_config.yml` file, add a new array with the key `plugins` and the +2. In your `_config.yml` file, add a new array with the key `plugins` (or `gems`for Jekyll < `3.5.0`) and the values of the gem names of the plugins you'd like to use. An example: ```yaml