]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add a few more redirects.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 30 Dec 2018 15:08:28 +0000 (17:08 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 31 Dec 2018 00:20:08 +0000 (02:20 +0200)
site/docs/4.2/about/overview.md
site/docs/4.2/browser-bugs.md
site/docs/4.2/components/buttons.md
site/docs/4.2/examples/index.html
site/docs/4.2/extend/index.md
site/docs/4.2/getting-started/introduction.md
site/docs/4.2/migration.md

index 2d2e33aaf7b561932421bee90ecc1b44d6c0cd3e..bf664e304d5f1a46161b092f597697a93b8c7cd1 100644 (file)
@@ -3,6 +3,9 @@ layout: docs
 title: About
 description: Learn more about the team maintaining Bootstrap, how and why the project started, and how to get involved.
 group: about
+redirect_from:
+  - "/about/"
+  - "/docs/4.2/about/"
 ---
 
 ## Team
index 2340f90c299a81916dbf33a01d36c94423d47edb..57818a910bb8626ac91bbeb6e5ea41a616bf09f0 100644 (file)
@@ -2,6 +2,7 @@
 layout: docs
 title: Wall of browser bugs
 group: browser-bugs
+redirect_from: "/browser-bugs/"
 ---
 
 Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us.
index df4dcf2c2c07052d8a4a340b349e6a4f5cf8bde3..ec0a84a5b8ee4abe3425d9140da7a004985764ec 100644 (file)
@@ -3,7 +3,9 @@ layout: docs
 title: Buttons
 description: Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
 group: components
-redirect_from: "/docs/4.2/components/"
+redirect_from:
+  - "/components/"
+  - "/docs/4.2/components/"
 toc: true
 ---
 
index 28f94dfb544aa5c606fd7255ed5e7487fc4c4399..965c2756463ba257b7730fed3053ad8756f5e650 100644 (file)
@@ -2,8 +2,7 @@
 layout: simple
 title: Examples
 description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts.
-redirect_from:
-  - "/examples/"
+redirect_from: "/examples/"
 ---
 
 {% for entry in site.data.examples %}
index 2061df3e3e379175392a57b3598eef2e40e652c6..8c29313d8f29ba80650722614155d759a6b95a5c 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: docs
 title: Extend
-redirect_to: /docs/4.1/extend/approach/
+redirect_to: "/docs/4.1/extend/approach/"
 ---
 
 todo: this entire page
index 31b8a7d059edfab131f9ce9690c3bd3848901167..bf1ab73a7a3bd1812feed4a2d201604cd0467057 100644 (file)
@@ -4,10 +4,11 @@ title: Introduction
 description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with BootstrapCDN and a template starter page.
 group: getting-started
 redirect_from:
-  - /docs/
-  - /docs/4.2/
-  - /docs/4.2/getting-started/
-  - /docs/getting-started/
+  - "/docs/"
+  - "/docs/4.2/"
+  - "/docs/4.2/getting-started/"
+  - "/docs/getting-started/"
+  - "/getting-started/"
 toc: true
 ---
 
index 54ca918560fe9fabed7fb0aff730d3a9629c9990..c800c12b2a7928fd0a69c07b834a7089841ef38e 100644 (file)
@@ -3,6 +3,7 @@ layout: docs
 title: Migrating to v4
 description: Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components.
 group: migration
+redirect_from: "/migration/"
 toc: true
 ---