mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-11 03:02:27 +02:00
Remove the customize redirect. (#28270)
The current `baseurl` makes this wrong.
This commit is contained in:
parent
68b0d231a1
commit
bdb962d1e9
1
Gemfile
1
Gemfile
@ -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
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ exclude:
|
|||||||
- assets/less/
|
- assets/less/
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-redirect-from
|
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
|
||||||
# Custom vars
|
# Custom vars
|
||||||
|
@ -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/"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user