Skip to content

Commit

Permalink
Fix redirects.
Browse files Browse the repository at this point in the history
* Actually include the jekyll-redirect-from plugin
* We handle the removed ones in docs latest version, apart from the 3.3 customizer redirect.
  • Loading branch information
XhmikosR committed Feb 11, 2019
1 parent 9206e46 commit 695c541
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -17,6 +17,7 @@ exclude:
- assets/less/

plugins:
- jekyll-redirect-from
- jekyll-sitemap

# Custom vars
Expand Down
1 change: 0 additions & 1 deletion docs/css.html
Expand Up @@ -3,7 +3,6 @@
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/"
---


Expand Down
2 changes: 1 addition & 1 deletion docs/customize.html
Expand Up @@ -3,7 +3,7 @@
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/"
---


Expand Down
1 change: 0 additions & 1 deletion docs/javascript.html
Expand Up @@ -3,7 +3,6 @@
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/"
---


Expand Down

0 comments on commit 695c541

Please sign in to comment.