2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove the customize redirect. (#28270)

The current `baseurl` makes this wrong.
This commit is contained in:
XhmikosR
2019-02-15 10:34:14 +02:00
committed by GitHub
parent 68b0d231a1
commit bdb962d1e9
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
group :development, :test do group :development, :test do
gem 'jekyll', '~> 3.8.5' gem 'jekyll', '~> 3.8.5'
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0' gem 'jekyll-sitemap', '~> 1.2.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform? gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end end
-3
View File
@@ -29,8 +29,6 @@ GEM
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 4) rouge (>= 1.7, < 4)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-redirect-from (0.14.0)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
sass (~> 3.4) sass (~> 3.4)
jekyll-sitemap (1.2.0) jekyll-sitemap (1.2.0)
@@ -66,7 +64,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll (~> 3.8.5) jekyll (~> 3.8.5)
jekyll-redirect-from (~> 0.14.0)
jekyll-sitemap (~> 1.2.0) jekyll-sitemap (~> 1.2.0)
wdm (~> 0.1.1) wdm (~> 0.1.1)
-1
View File
@@ -17,7 +17,6 @@ exclude:
- assets/less/ - assets/less/
plugins: plugins:
- jekyll-redirect-from
- jekyll-sitemap - jekyll-sitemap
# Custom vars # Custom vars
-1
View File
@@ -3,7 +3,6 @@ layout: default
title: Customize and download title: Customize and download
slug: customize 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. 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/"
--- ---