Skip to content

Conversation

@danirod
Copy link

@danirod danirod commented Nov 11, 2017

The gems key in _config.yml files was replaced by plugins on Jekyll 3.5. While it only triggers a Deprecation warning, the warning is visible during site compilation:

Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly.

This PR updates the docs to avoid new users to use the wrong key showing deprecation errors. The test cases have been updated as well to use the new keys on their _config.yml files so that deprecation warnings aren't logged to the terminal as well.

The gems key in config.yml files was replaced by plugins on Jekyll 3.5.
While it only triggers a Deprecation warning, the warning is visible
during site compilation. It's probably a good idea to update the docs
using the new keys.

The test cases have been updated as well to use the new keys on their
config.yml files so that deprecation warnings aren't logged to the
terminal as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant