mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Fix redirects.
* Actually include the jekyll-redirect-from plugin * We handle the removed ones in docs latest version, apart from the 3.3 customizer redirect.
This commit is contained in:
parent
9206e465ad
commit
695c54183f
@ -17,6 +17,7 @@ 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: CSS
|
title: CSS
|
||||||
slug: css
|
slug: css
|
||||||
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
|
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
|
||||||
redirect_from: "/css/"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ 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: "/customize/"
|
redirect_from: "/docs/3.3/customize/"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ layout: default
|
|||||||
title: JavaScript
|
title: JavaScript
|
||||||
slug: js
|
slug: js
|
||||||
lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one."
|
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/"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user