]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add a few redirects.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 30 Dec 2018 15:14:52 +0000 (17:14 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 31 Dec 2018 00:19:36 +0000 (02:19 +0200)
Gemfile
Gemfile.lock
docs/css.html
docs/customize.html
docs/javascript.html

diff --git a/Gemfile b/Gemfile
index 4be88a4244add6ec5cc6be6097fe8bff18523c16..f48eb1e6389cc5a0c0053e4c8bb1bbbc427c379e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,6 @@ source 'https://rubygems.org'
 
 group :development, :test do
   gem 'jekyll', '~> 3.8.5'
+  gem 'jekyll-redirect-from', '~> 0.14.0'
   gem 'jekyll-sitemap', '~> 1.2.0'
 end
index a3311c2514cbe5c3488ea34809893f9a2ef6f832..eeecab88a6f98233f22066ec842d27d94e131bc9 100644 (file)
@@ -4,7 +4,7 @@ GEM
     addressable (2.5.2)
       public_suffix (>= 2.0.2, < 4.0)
     colorator (1.1.0)
-    concurrent-ruby (1.1.3)
+    concurrent-ruby (1.1.4)
     em-websocket (0.5.1)
       eventmachine (>= 0.12.9)
       http_parser.rb (~> 0.6.0)
@@ -29,6 +29,8 @@ GEM
       pathutil (~> 0.9)
       rouge (>= 1.7, < 4)
       safe_yaml (~> 1.0)
+    jekyll-redirect-from (0.14.0)
+      jekyll (~> 3.3)
     jekyll-sass-converter (1.5.2)
       sass (~> 3.4)
     jekyll-sitemap (1.2.0)
@@ -46,8 +48,8 @@ GEM
       forwardable-extended (~> 2.6)
     public_suffix (3.0.3)
     rb-fsevent (0.10.3)
-    rb-inotify (0.9.10)
-      ffi (>= 0.5.0, < 2)
+    rb-inotify (0.10.0)
+      ffi (~> 1.0)
     rouge (3.3.0)
     ruby_dep (1.5.0)
     safe_yaml (1.0.4)
@@ -63,7 +65,8 @@ PLATFORMS
 
 DEPENDENCIES
   jekyll (~> 3.8.5)
+  jekyll-redirect-from (~> 0.14.0)
   jekyll-sitemap (~> 1.2.0)
 
 BUNDLED WITH
-   1.17.2
+   1.17.3
index baefd6526bbb9017fa8d750e9d89b587dad47998..7cd1abce363a2825b0864b6e84025f2b0e5dad39 100644 (file)
@@ -3,6 +3,7 @@ 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 d952a1c8b894f45ce6b4c56a1317db81723589a4..b184603d68b21c11e5e3f28c23b14455dc643c91 100644 (file)
@@ -3,6 +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/"
 ---
 
 
index e49c799167791269a849189873b7d0950f056edd..d00f2ed5ec0aa2973edba45836a45ab17495997b 100644 (file)
@@ -3,6 +3,7 @@ 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/"
 ---