From 45297ec908b079dd4771545c40530ab11ebf868f Mon Sep 17 00:00:00 2001 From: toshimaru Date: Fri, 17 May 2019 22:24:46 +0900 Subject: [PATCH 1/4] Update bootstrap version --- src/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_layouts/default.html b/src/_layouts/default.html index d0ab19c19f..25ceee4a76 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -3,7 +3,7 @@ - + From 9b3ec3efced952f93bf41f3c3c1cbaf93dce7906 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Fri, 17 May 2019 22:25:06 +0900 Subject: [PATCH 2/4] Define target_rails_version --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 22e0ce1dc1..559a3c9047 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ title: RailsDoc(α) description: Ruby on Rails API Documentation. url: https://railsdoc.github.io source: src +target_rails_version: 5.2.3 plugins: - jekyll-redirect-from - jekyll-seo-tag From 1f637adae21e2d3014b2c07bab7ec3939ac14f1f Mon Sep 17 00:00:00 2001 From: toshimaru Date: Fri, 17 May 2019 22:25:32 +0900 Subject: [PATCH 3/4] Add Ruby version to header --- src/_layouts/default.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 25ceee4a76..9f64334189 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -26,8 +26,12 @@
-