mirror of https://github.com/twbs/bootstrap.git
Add a few more redirects.
This commit is contained in:
parent
e7336e7d7f
commit
bec34acbbe
|
@ -3,6 +3,9 @@ layout: docs
|
||||||
title: About
|
title: About
|
||||||
description: Learn more about the team maintaining Bootstrap, how and why the project started, and how to get involved.
|
description: Learn more about the team maintaining Bootstrap, how and why the project started, and how to get involved.
|
||||||
group: about
|
group: about
|
||||||
|
redirect_from:
|
||||||
|
- "/about/"
|
||||||
|
- "/docs/4.2/about/"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Team
|
## Team
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Wall of browser bugs
|
title: Wall of browser bugs
|
||||||
group: 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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,9 @@ layout: docs
|
||||||
title: Buttons
|
title: Buttons
|
||||||
description: Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
|
description: Use Bootstrap's custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.
|
||||||
group: components
|
group: components
|
||||||
redirect_from: "/docs/4.2/components/"
|
redirect_from:
|
||||||
|
- "/components/"
|
||||||
|
- "/docs/4.2/components/"
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
layout: simple
|
layout: simple
|
||||||
title: Examples
|
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.
|
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:
|
redirect_from: "/examples/"
|
||||||
- "/examples/"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% for entry in site.data.examples %}
|
{% for entry in site.data.examples %}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Extend
|
title: Extend
|
||||||
redirect_to: /docs/4.1/extend/approach/
|
redirect_to: "/docs/4.1/extend/approach/"
|
||||||
---
|
---
|
||||||
|
|
||||||
todo: this entire page
|
todo: this entire page
|
||||||
|
|
|
@ -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.
|
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
|
group: getting-started
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /docs/
|
- "/docs/"
|
||||||
- /docs/4.2/
|
- "/docs/4.2/"
|
||||||
- /docs/4.2/getting-started/
|
- "/docs/4.2/getting-started/"
|
||||||
- /docs/getting-started/
|
- "/docs/getting-started/"
|
||||||
|
- "/getting-started/"
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ layout: docs
|
||||||
title: Migrating to v4
|
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.
|
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
|
group: migration
|
||||||
|
redirect_from: "/migration/"
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue