Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-30 18:08:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-31 03:20:08 +0300
commitbec34acbbe10eca0e08edfb178573d9d02ffb9fe (patch)
tree9837685d3504f7b000a63f939b4d94b685e4ec81 /site
parente7336e7d7f81b5461fa213dc78257aade47d8f78 (diff)
Add a few more redirects.
Diffstat (limited to 'site')
-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 2d2e33aaf7..bf664e304d 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 2340f90c29..57818a910b 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 df4dcf2c2c..ec0a84a5b8 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 28f94dfb54..965c275646 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 2061df3e3e..8c29313d8f 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 31b8a7d059..bf1ab73a7a 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 54ca918560..c800c12b2a 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
---