aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-15 10:34:14 +0200
committerGitHub <[email protected]>2019-02-15 10:34:14 +0200
commitbdb962d1e949e471dd338c74ebc867f91b80b1e6 (patch)
tree12eb5a90ab539e921b5174475acc5ae70eda0e0a
parent68b0d231a13201eb14acd3dc84e51543d16e5f7e (diff)
downloadbootstrap-bdb962d1e949e471dd338c74ebc867f91b80b1e6.tar.xz
bootstrap-bdb962d1e949e471dd338c74ebc867f91b80b1e6.zip
Remove the customize redirect. (#28270)
The current `baseurl` makes this wrong.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
-rw-r--r--_config.yml1
-rw-r--r--docs/customize.html1
4 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index c71222021..a3bb60e8b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +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'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 175fe6a78..91a4c3a91 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,8 +29,6 @@ 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)
@@ -66,7 +64,6 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.8.5)
- jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0)
wdm (~> 0.1.1)
diff --git a/_config.yml b/_config.yml
index 9e695d7a6..fafb96603 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,7 +17,6 @@ exclude:
- assets/less/
plugins:
- - jekyll-redirect-from
- jekyll-sitemap
# Custom vars
diff --git a/docs/customize.html b/docs/customize.html
index c4d781ee1..d952a1c8b 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -3,7 +3,6 @@ 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: "/docs/3.3/customize/"
---