]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix redirects.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 10 Feb 2019 11:41:34 +0000 (13:41 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 11 Feb 2019 13:18:08 +0000 (15:18 +0200)
* Actually include the jekyll-redirect-from plugin
* We handle the removed ones in docs latest version, apart from the 3.3 customizer redirect.

_config.yml
docs/css.html
docs/customize.html
docs/javascript.html

index af72a491c4b6e2b98492f01ba6308eaa8289d33c..da6870ed5df72f72e4902f652892f3505c8d82f6 100644 (file)
@@ -17,6 +17,7 @@ exclude:
   - assets/less/
 
 plugins:
+  - jekyll-redirect-from
   - jekyll-sitemap
 
 # Custom vars
index 7cd1abce363a2825b0864b6e84025f2b0e5dad39..baefd6526bbb9017fa8d750e9d89b587dad47998 100644 (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/"
 ---
 
 
index b184603d68b21c11e5e3f28c23b14455dc643c91..c4d781ee172b0061372f7b19e6b7e5351ff7f46a 100644 (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/"
 ---
 
 
index d00f2ed5ec0aa2973edba45836a45ab17495997b..e49c799167791269a849189873b7d0950f056edd 100644 (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/"
 ---