]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add redirects for all top level docs sections
authorMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 03:34:11 +0000 (20:34 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 03:34:11 +0000 (20:34 -0700)
_config.yml
docs/about/history.md
docs/components/buttons.md
docs/content/reboot.md
docs/getting-started/introduction.md
docs/layout/overview.md

index 439bf865c9d0dc7ba23113d3326e6d263b290942..eb6ff13a092cd66f49757238783d897dc0f34773 100644 (file)
@@ -18,6 +18,9 @@ url:              http://getbootstrap.com
 encoding:         UTF-8
 exclude:          [assets/scss/]
 
+gems:
+  - jekyll-redirect-from
+  
 # Custom vars
 current_version:  4.0.0-alpha
 repo:             https://github.com/twbs/bootstrap
index 79e854c43ad242b66f4d894a624c080d96545701..ae4764ee73d906ecd793f2ca8be1cd753d1d6279 100644 (file)
@@ -2,6 +2,7 @@
 layout: docs
 title: History
 group: about
+redirect_from: "/about/"
 ---
 
 Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.
index 2fd8de07d304bf0daebc78675816da9632a0ad90..708a4870c059008f99a4d67a6ec5f3d271cf11e6 100644 (file)
@@ -2,6 +2,7 @@
 layout: docs
 title: Buttons
 group: components
+redirect_from: "/components/"
 ---
 
 Use Bootstrap's custom button styles for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.
index 4df53b7a1e732e6667394604f21393e4afa7659a..7418c4116b0736129c135020d096ac997881ae3c 100644 (file)
@@ -2,6 +2,7 @@
 layout: docs
 title: Reboot
 group: content
+redirect_from: "/content/"
 ---
 
 Part of Bootstrap's job is to provide an elegant, consistent, and simple baseline to build upon. We use Reboot, a collection of element-specific CSS changes in a single file, to kickstart that.
index a03993b8d27b90d389c43887ec182c99588fc8fa..f5e650caee7c423d2f9e21b69f509ade31d70544 100644 (file)
@@ -2,6 +2,7 @@
 layout: docs
 title: Introduction
 group: getting-started
+redirect_from: "/getting-started/"
 ---
 
 Bootstrap is the world's most popular framework for building responsive, mobile-first sites and applications. Inside you'll find high quality HTML, CSS, and JavaScript to make starting any project easier than ever.
index c3770f95ae54814616e5239de8b7538499277db2..75347e527fd09271060476ceae880883b4f783ce 100644 (file)
@@ -2,6 +2,7 @@
 layout: docs
 title: Overview
 group: layout
+redirect_from: "/layout/"
 ---
 
 Bootstrap includes several components and options for laying out your project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes.