Commit 4cb324af authored by Mark Otto's avatar Mark Otto

add redirects for all top level docs sections

parent abc9f265
...@@ -18,6 +18,9 @@ url: http://getbootstrap.com ...@@ -18,6 +18,9 @@ url: http://getbootstrap.com
encoding: UTF-8 encoding: UTF-8
exclude: [assets/scss/] exclude: [assets/scss/]
gems:
- jekyll-redirect-from
# Custom vars # Custom vars
current_version: 4.0.0-alpha current_version: 4.0.0-alpha
repo: https://github.com/twbs/bootstrap repo: https://github.com/twbs/bootstrap
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: docs layout: docs
title: History title: History
group: about 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. 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.
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: docs layout: docs
title: Buttons title: Buttons
group: components 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. 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.
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: docs layout: docs
title: Reboot title: Reboot
group: content 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. 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.
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: docs layout: docs
title: Introduction title: Introduction
group: getting-started 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. 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.
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
layout: docs layout: docs
title: Overview title: Overview
group: layout 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. 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment