aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-12-30 17:14:52 +0200
committerXhmikosR <[email protected]>2018-12-31 02:19:36 +0200
commitb285ea390c5bf6a3ecd97f27932b47d2469dae26 (patch)
treed778f6ddaf717dfb72ee00c874c567e2212c3137
parent3e1b89436d37ef8db5b2945b1918c4a2d0cf1eb2 (diff)
downloadbootstrap-b285ea390c5bf6a3ecd97f27932b47d2469dae26.tar.xz
bootstrap-b285ea390c5bf6a3ecd97f27932b47d2469dae26.zip
Add a few redirects.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock11
-rw-r--r--docs/css.html1
-rw-r--r--docs/customize.html1
-rw-r--r--docs/javascript.html1
5 files changed, 11 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 4be88a424..f48eb1e63 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.8.5'
+ gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index a3311c251..eeecab88a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -4,7 +4,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
- concurrent-ruby (1.1.3)
+ concurrent-ruby (1.1.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
@@ -29,6 +29,8 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
+ jekyll-redirect-from (0.14.0)
+ jekyll (~> 3.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (1.2.0)
@@ -46,8 +48,8 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
rb-fsevent (0.10.3)
- rb-inotify (0.9.10)
- ffi (>= 0.5.0, < 2)
+ rb-inotify (0.10.0)
+ ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
@@ -63,7 +65,8 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.8.5)
+ jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0)
BUNDLED WITH
- 1.17.2
+ 1.17.3
diff --git a/docs/css.html b/docs/css.html
index baefd6526..7cd1abce3 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -3,6 +3,7 @@ layout: default
title: CSS
slug: css
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
+redirect_from: "/css/"
---
diff --git a/docs/customize.html b/docs/customize.html
index d952a1c8b..b184603d6 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -3,6 +3,7 @@ layout: default
title: Customize and download
slug: customize
lead: Customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version. Requires IE9+ or latest Safari, Chrome, or Firefox.
+redirect_from: "/customize/"
---
diff --git a/docs/javascript.html b/docs/javascript.html
index e49c79916..d00f2ed5e 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -3,6 +3,7 @@ layout: default
title: JavaScript
slug: js
lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one."
+redirect_from: "/javascript/"
---