diff --git a/docs/Gemfile b/docs/Gemfile index 40afa37aaf2..5d23daa1c8d 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -18,7 +18,6 @@ group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" gem "jekyll-redirect-from" gem "jekyll-remote-theme" - gem "jekyll-get-json", "~> 1.0" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/docs/_config.yml b/docs/_config.yml index dc11ade32b0..506c5aa8226 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -17,4 +17,4 @@ plugins: jekyll_get_json: - data: menus - json: 'menus.json' + json: './menus.json'