use version-badge on an existing feature intro (#6575)

Merge pull request 6575
This commit is contained in:
ashmaroli 2017-11-24 17:49:08 +05:30 committed by Frank Taillandier
parent 65fd990459
commit abeee6fdf6
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 2 additions and 2 deletions

View File

@ -224,9 +224,9 @@ Your theme's styles can be included in the user's stylesheet using the `@import`
``` ```
{% endraw %} {% 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. 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.