]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove the customize redirect. (#28270)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 15 Feb 2019 08:34:14 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Feb 2019 08:34:14 +0000 (10:34 +0200)
The current `baseurl` makes this wrong.

Gemfile
Gemfile.lock
_config.yml
docs/customize.html

diff --git a/Gemfile b/Gemfile
index c71222021ea33a5292119a40b03d36b25218d549..a3bb60e8b29560a7a12896a05e728525ac96d9e3 100644 (file)
--- 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
index 175fe6a78e5f27906990cfc5524d2bf67825c7e8..91a4c3a91c31796bd1a409241643701347512f6b 100644 (file)
@@ -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)
 
index 9e695d7a60997e957b3de011a2c9b74d26528621..fafb966030ac221123ec568da316b88bb1298927 100644 (file)
@@ -17,7 +17,6 @@ exclude:
   - assets/less/
 
 plugins:
-  - jekyll-redirect-from
   - jekyll-sitemap
 
 # Custom vars
index c4d781ee172b0061372f7b19e6b7e5351ff7f46a..d952a1c8b894f45ce6b4c56a1317db81723589a4 100644 (file)
@@ -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/"
 ---