From 01806bcec49ba0202fe73173acdb487bc13c4018 Mon Sep 17 00:00:00 2001 From: ashmaroli Date: Fri, 24 Nov 2017 17:49:08 +0530 Subject: [PATCH] use version-badge on an existing feature intro (#6575) Merge pull request 6575 --- docs/_docs/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/themes.md b/docs/_docs/themes.md index 6907ffb0..b5423a6b 100644 --- a/docs/_docs/themes.md +++ b/docs/_docs/themes.md @@ -224,9 +224,9 @@ Your theme's styles can be included in the user's stylesheet using the `@import` ``` {% endraw %} -### Theme-gem dependencies +### Theme-gem dependencies {%- include docs_version_badge.html version="3.5.0" -%} -From `v3.5`, Jekyll will automatically require all whitelisted `runtime_dependencies` of your theme-gem even if they're not explicitly included under the `plugins` array in the site's config file. (Note: whitelisting is only required when building or serving with the `--safe` option.) +Jekyll will automatically require all whitelisted `runtime_dependencies` of your theme-gem even if they're not explicitly included under the `plugins` array in the site's config file. (Note: whitelisting is only required when building or serving with the `--safe` option.) With this, the end-user need not keep track of the plugins required to be included in their config file for their theme-gem to work as intended.