0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +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:
XhmikosR 2019-02-10 13:41:34 +02:00
parent 9206e465ad
commit 695c54183f
4 changed files with 2 additions and 3 deletions

View File

@ -17,6 +17,7 @@ exclude:
- assets/less/
plugins:
- jekyll-redirect-from
- jekyll-sitemap
# Custom vars

View File

@ -3,7 +3,6 @@ layout: default
title: CSS
slug: css
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
redirect_from: "/css/"
---

View File

@ -3,7 +3,7 @@ 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: "/customize/"
redirect_from: "/docs/3.3/customize/"
---

View File

@ -3,7 +3,6 @@ layout: default
title: JavaScript
slug: js
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/"
---