aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/docs/4.2/about/overview.md3
-rw-r--r--site/docs/4.2/browser-bugs.md1
-rw-r--r--site/docs/4.2/components/buttons.md4
-rw-r--r--site/docs/4.2/examples/index.html3
-rw-r--r--site/docs/4.2/extend/index.md2
-rw-r--r--site/docs/4.2/getting-started/introduction.md9
-rw-r--r--site/docs/4.2/migration.md1
7 files changed, 15 insertions, 8 deletions
diff --git a/site/docs/4.2/about/overview.md b/site/docs/4.2/about/overview.md
index 2d2e33aaf..bf664e304 100644
--- a/site/docs/4.2/about/overview.md
+++ b/site/docs/4.2/about/overview.md
@@ -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
diff --git a/site/docs/4.2/browser-bugs.md b/site/docs/4.2/browser-bugs.md
index 2340f90c2..57818a910 100644
--- a/site/docs/4.2/browser-bugs.md
+++ b/site/docs/4.2/browser-bugs.md
@@ -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.
diff --git a/site/docs/4.2/components/buttons.md b/site/docs/4.2/components/buttons.md
index df4dcf2c2..ec0a84a5b 100644
--- a/site/docs/4.2/components/buttons.md
+++ b/site/docs/4.2/components/buttons.md
@@ -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
---
diff --git a/site/docs/4.2/examples/index.html b/site/docs/4.2/examples/index.html
index 28f94dfb5..965c27564 100644
--- a/site/docs/4.2/examples/index.html
+++ b/site/docs/4.2/examples/index.html
@@ -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 %}
diff --git a/site/docs/4.2/extend/index.md b/site/docs/4.2/extend/index.md
index 2061df3e3..8c29313d8 100644
--- a/site/docs/4.2/extend/index.md
+++ b/site/docs/4.2/extend/index.md
@@ -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
diff --git a/site/docs/4.2/getting-started/introduction.md b/site/docs/4.2/getting-started/introduction.md
index 31b8a7d05..bf1ab73a7 100644
--- a/site/docs/4.2/getting-started/introduction.md
+++ b/site/docs/4.2/getting-started/introduction.md
@@ -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
---
diff --git a/site/docs/4.2/migration.md b/site/docs/4.2/migration.md
index 54ca91856..c800c12b2 100644
--- a/site/docs/4.2/migration.md
+++ b/site/docs/4.2/migration.md
@@ -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
---