1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Release v4.6.0. (#32726)

* Bump version to v4.6.0.

* Dist
This commit is contained in:
XhmikosR
2021-01-19 18:16:38 +02:00
committed by GitHub
parent 9d87bd7a30
commit 6ffb0b48e4
254 changed files with 755 additions and 403 deletions

View File

@@ -1,5 +0,0 @@
---
layout: redirect
sitemap_exclude: true
redirect: "/docs/4.5/getting-started/introduction/"
---

View File

@@ -0,0 +1,5 @@
---
layout: redirect
sitemap_exclude: true
redirect: "/docs/4.6/getting-started/introduction/"
---

View File

@@ -5,7 +5,7 @@ description: Learn more about the team maintaining Bootstrap, how and why the pr
group: about
aliases:
- "/about/"
- "/docs/4.5/about/"
- "/docs/4.6/about/"
---
## Team

View File

@@ -5,7 +5,7 @@ description: Provide contextual feedback messages for typical user actions with
group: components
aliases:
- "/components/"
- "/docs/4.5/components/"
- "/docs/4.6/components/"
toc: true
---

View File

@@ -3,7 +3,7 @@ layout: docs
title: Reboot
description: Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon.
group: content
aliases: "/docs/4.5/content/"
aliases: "/docs/4.6/content/"
toc: true
---

View File

@@ -3,7 +3,7 @@ layout: docs
title: Approach
description: Learn about the guiding principles, strategies, and techniques used to build and maintain Bootstrap so you can more easily customize and extend it yourself.
group: extend
aliases: "/docs/4.5/extend/"
aliases: "/docs/4.6/extend/"
---
While the getting started pages provide an introductory tour of the project and what it offers, this document focuses on _why_ we do the things we do in Bootstrap. It explains our philosophy to building on the web so that others can learn from us, contribute with us, and help us improve.

View File

@@ -132,7 +132,7 @@ bootstrap/
├── site/
│ └──content/
| └──docs/
| └── 4.5/
| └── 4.6/
| └── examples/
├── js/
└── scss/

View File

@@ -4,7 +4,7 @@ title: Introduction
description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.
group: getting-started
aliases:
- "/docs/4.5/getting-started/"
- "/docs/4.6/getting-started/"
- "/docs/getting-started/"
- "/getting-started/"
toc: true

View File

@@ -3,7 +3,7 @@ layout: docs
title: Overview
description: Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes.
group: layout
aliases: "/docs/4.5/layout/"
aliases: "/docs/4.6/layout/"
toc: true
---

View File

@@ -3,7 +3,7 @@ layout: docs
title: Borders
description: Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element.
group: utilities
aliases: "/docs/4.5/utilities/"
aliases: "/docs/4.6/utilities/"
toc: true
---

Some files were not shown because too many files have changed in this diff Show More