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: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.