diff --git a/Gemfile b/Gemfile index fc4b4e8b40..3900a54ba7 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,6 @@ gem 'rake' group :jekyll_plugins do gem 'github-pages' + gem 'jekyll-include-cache' gem 'jekyll-toc' end diff --git a/Gemfile.lock b/Gemfile.lock index ebde2d22a9..c5a0c3de96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,6 +120,8 @@ GEM jekyll-github-metadata (2.13.0) jekyll (>= 3.4, < 5.0) octokit (~> 4.0, != 4.4.0) + jekyll-include-cache (0.2.0) + jekyll (>= 3.7, < 5.0) jekyll-mentions (1.5.1) html-pipeline (~> 2.3) jekyll (>= 3.7, < 5.0) @@ -247,8 +249,9 @@ PLATFORMS DEPENDENCIES github-pages + jekyll-include-cache jekyll-toc rake BUNDLED WITH - 2.0.1 + 2.1.4 diff --git a/_config.yml b/_config.yml index 6068f25e4a..9070af621a 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ url: https://railsdoc.github.io source: src target_rails_version: 5.2.4 plugins: + - jekyll-include-cache - jekyll-redirect-from - jekyll-seo-tag - jekyll-sitemap diff --git a/src/_includes/navigation.html b/src/_includes/navigation.html index f24bb8cecf..ea058a2378 100644 --- a/src/_includes/navigation.html +++ b/src/_includes/navigation.html @@ -1,19996 +1,16370 @@ -