From 216582d703d0db9e1055f4ce1ec5a9f4ef27eea6 Mon Sep 17 00:00:00 2001 From: Heinrich Hartmann Date: Tue, 20 Feb 2018 15:34:41 +0100 Subject: [PATCH] Add reference to Liquid to plugin docs (#6794) Merge pull request 6794 --- docs/_docs/plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index f52c6f87d08..d320de7256e 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -94,7 +94,8 @@ In general, plugins you make will fall broadly into one of five categories: 4. [Tags](#tags) 5. [Hooks](#hooks) -See the bottom of the page for a [list of available plugins](#available-plugins) +See the bottom of the page for a [list of available plugins](#available-plugins). +For further information on how to develop your own plugins, check out the [Liquid documentation](https://github.com/Shopify/liquid/wiki/Liquid-for-Programmers) as well. ## Generators