diff --git a/README.md b/README.md index 32a9608ff1b5..4821c170eece 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
@@ -9,7 +9,7 @@
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs »
+ Explore Bootstrap docs »
Report bug
@@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
Several quick start options are available:
-- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.3.zip)
+- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip)
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap`
-- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.3`
+- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0-beta1`
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
-Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
+Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
## Status
diff --git a/config.yml b/config.yml
index aff997edc38c..214d4e897073 100644
--- a/config.yml
+++ b/config.yml
@@ -31,7 +31,7 @@ publishDir: "_site"
module:
mounts:
- source: dist
- target: static/docs/5.1/dist
+ target: static/docs/5.2/dist
- source: site/assets
target: assets
- source: site/content
@@ -42,20 +42,20 @@ module:
target: layouts
- source: site/static
target: static
- - source: site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png
+ - source: site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png
target: static/apple-touch-icon.png
- - source: site/static/docs/5.1/assets/img/favicons/favicon.ico
+ - source: site/static/docs/5.2/assets/img/favicons/favicon.ico
target: static/favicon.ico
params:
description: "The most popular HTML, CSS, and JS library in the world."
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
- social_image_path: /docs/5.1/assets/brand/bootstrap-social.png
- social_logo_path: /docs/5.1/assets/brand/bootstrap-social-logo.png
+ social_image_path: /docs/5.2/assets/brand/bootstrap-social.png
+ social_logo_path: /docs/5.2/assets/brand/bootstrap-social-logo.png
- current_version: "5.1.3"
- current_ruby_version: "5.1.3"
- docs_version: "5.1"
+ current_version: "5.2.0-beta1"
+ current_ruby_version: "5.2.0-beta1"
+ docs_version: "5.2"
rfs_version: "v9.0.6"
github_org: "https://github.com/twbs"
repo: "https://github.com/twbs/bootstrap"
@@ -67,19 +67,19 @@ params:
icons: "https://icons.getbootstrap.com/"
download:
- source: "https://github.com/twbs/bootstrap/archive/v5.1.3.zip"
- dist: "https://github.com/twbs/bootstrap/releases/download/v5.1.3/bootstrap-5.1.3-dist.zip"
- dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.1.3/bootstrap-5.1.3-examples.zip"
+ source: "https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip"
+ dist: "https://github.com/twbs/bootstrap/releases/download/v5.2.0-beta1/bootstrap-5.2.0-beta1-dist.zip"
+ dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.2.0-beta1/bootstrap-5.2.0-beta1-examples.zip"
cdn:
# See https://www.srihash.org for info on how to generate the hashes
- css: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
+ css: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"
css_hash: "sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
- css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.rtl.min.css"
+ css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.rtl.min.css"
css_rtl_hash: "sha384-+qdLaIRZfNu4cVPK/PxJJEy0B0f3Ugv8i482AKY7gwXwhaCroABd086ybrVKTa0q"
- js: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
+ js: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.min.js"
js_hash: "sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
- js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
+ js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
js_bundle_hash: "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
popper_hash: "sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
diff --git a/js/index.esm.js b/js/index.esm.js
index 51a9ff8ea262..0c03cb2ecbca 100644
--- a/js/index.esm.js
+++ b/js/index.esm.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): index.esm.js
+ * Bootstrap (v5.2.0-beta1): index.esm.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/index.umd.js b/js/index.umd.js
index d6e587fb1d54..d4a5ee338d43 100644
--- a/js/index.umd.js
+++ b/js/index.umd.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): index.umd.js
+ * Bootstrap (v5.2.0-beta1): index.umd.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/alert.js b/js/src/alert.js
index 7d4b555ea0a5..0263d756ffbf 100644
--- a/js/src/alert.js
+++ b/js/src/alert.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): alert.js
+ * Bootstrap (v5.2.0-beta1): alert.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/base-component.js b/js/src/base-component.js
index 75bb90c32697..09de681beb8f 100644
--- a/js/src/base-component.js
+++ b/js/src/base-component.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): base-component.js
+ * Bootstrap (v5.2.0-beta1): base-component.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -14,7 +14,7 @@ import Config from './util/config'
* Constants
*/
-const VERSION = '5.1.3'
+const VERSION = '5.2.0-beta1'
/**
* Class definition
diff --git a/js/src/button.js b/js/src/button.js
index e2a52e7ebaa8..c891f383d49b 100644
--- a/js/src/button.js
+++ b/js/src/button.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): button.js
+ * Bootstrap (v5.2.0-beta1): button.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/carousel.js b/js/src/carousel.js
index 64f38d7e64d4..b68f32e7cce4 100644
--- a/js/src/carousel.js
+++ b/js/src/carousel.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): carousel.js
+ * Bootstrap (v5.2.0-beta1): carousel.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/collapse.js b/js/src/collapse.js
index b1088e106fb7..24892fb4bae9 100644
--- a/js/src/collapse.js
+++ b/js/src/collapse.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): collapse.js
+ * Bootstrap (v5.2.0-beta1): collapse.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/dom/data.js b/js/src/dom/data.js
index 4209f3188e89..04bb2e58819b 100644
--- a/js/src/dom/data.js
+++ b/js/src/dom/data.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): dom/data.js
+ * Bootstrap (v5.2.0-beta1): dom/data.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/dom/event-handler.js b/js/src/dom/event-handler.js
index 413aa6e284ad..c3abaca67c04 100644
--- a/js/src/dom/event-handler.js
+++ b/js/src/dom/event-handler.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): dom/event-handler.js
+ * Bootstrap (v5.2.0-beta1): dom/event-handler.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/dom/manipulator.js b/js/src/dom/manipulator.js
index 2d96d65fc87e..842f0ab21fa0 100644
--- a/js/src/dom/manipulator.js
+++ b/js/src/dom/manipulator.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): dom/manipulator.js
+ * Bootstrap (v5.2.0-beta1): dom/manipulator.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/dom/selector-engine.js b/js/src/dom/selector-engine.js
index ed565bebbf4e..37d09a227455 100644
--- a/js/src/dom/selector-engine.js
+++ b/js/src/dom/selector-engine.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): dom/selector-engine.js
+ * Bootstrap (v5.2.0-beta1): dom/selector-engine.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/dropdown.js b/js/src/dropdown.js
index dfa9a63aadcd..87dc49676481 100644
--- a/js/src/dropdown.js
+++ b/js/src/dropdown.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): dropdown.js
+ * Bootstrap (v5.2.0-beta1): dropdown.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/modal.js b/js/src/modal.js
index cb6c5e627cf6..824e04e3dc00 100644
--- a/js/src/modal.js
+++ b/js/src/modal.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): modal.js
+ * Bootstrap (v5.2.0-beta1): modal.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/offcanvas.js b/js/src/offcanvas.js
index 0ae5dbfdab4d..34616eb37a6b 100644
--- a/js/src/offcanvas.js
+++ b/js/src/offcanvas.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): offcanvas.js
+ * Bootstrap (v5.2.0-beta1): offcanvas.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/popover.js b/js/src/popover.js
index b6d1e2010e82..d4c9b34892c1 100644
--- a/js/src/popover.js
+++ b/js/src/popover.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): popover.js
+ * Bootstrap (v5.2.0-beta1): popover.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js
index 71c111a9416f..323194c53420 100644
--- a/js/src/scrollspy.js
+++ b/js/src/scrollspy.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): scrollspy.js
+ * Bootstrap (v5.2.0-beta1): scrollspy.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/tab.js b/js/src/tab.js
index 3fa5e4c9e9fe..74bfc4148423 100644
--- a/js/src/tab.js
+++ b/js/src/tab.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): tab.js
+ * Bootstrap (v5.2.0-beta1): tab.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/toast.js b/js/src/toast.js
index 8ee8c8c968ee..14e923ea6f3d 100644
--- a/js/src/toast.js
+++ b/js/src/toast.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): toast.js
+ * Bootstrap (v5.2.0-beta1): toast.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index db626048f67b..a7368d085b72 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): tooltip.js
+ * Bootstrap (v5.2.0-beta1): tooltip.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/backdrop.js b/js/src/util/backdrop.js
index 8f121e5bd297..31619de719a4 100644
--- a/js/src/util/backdrop.js
+++ b/js/src/util/backdrop.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/backdrop.js
+ * Bootstrap (v5.2.0-beta1): util/backdrop.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/component-functions.js b/js/src/util/component-functions.js
index bd44c3fdc4ba..f1f0701c5515 100644
--- a/js/src/util/component-functions.js
+++ b/js/src/util/component-functions.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/component-functions.js
+ * Bootstrap (v5.2.0-beta1): util/component-functions.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/config.js b/js/src/util/config.js
index f6c194276bf3..1878de330759 100644
--- a/js/src/util/config.js
+++ b/js/src/util/config.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/config.js
+ * Bootstrap (v5.2.0-beta1): util/config.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/focustrap.js b/js/src/util/focustrap.js
index 88fd16b10447..40509c1ba985 100644
--- a/js/src/util/focustrap.js
+++ b/js/src/util/focustrap.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/focustrap.js
+ * Bootstrap (v5.2.0-beta1): util/focustrap.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/index.js b/js/src/util/index.js
index 4e52fd3eb0bf..161501e391d7 100644
--- a/js/src/util/index.js
+++ b/js/src/util/index.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/index.js
+ * Bootstrap (v5.2.0-beta1): util/index.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/sanitizer.js b/js/src/util/sanitizer.js
index 1db61ae707c2..06402d296f6b 100644
--- a/js/src/util/sanitizer.js
+++ b/js/src/util/sanitizer.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/sanitizer.js
+ * Bootstrap (v5.2.0-beta1): util/sanitizer.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/scrollbar.js b/js/src/util/scrollbar.js
index 86a2bca01ff3..8b66b76be837 100644
--- a/js/src/util/scrollbar.js
+++ b/js/src/util/scrollbar.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/scrollBar.js
+ * Bootstrap (v5.2.0-beta1): util/scrollBar.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/swipe.js b/js/src/util/swipe.js
index ac09b6fa1399..66baa3dadeb8 100644
--- a/js/src/util/swipe.js
+++ b/js/src/util/swipe.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/swipe.js
+ * Bootstrap (v5.2.0-beta1): util/swipe.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/js/src/util/template-factory.js b/js/src/util/template-factory.js
index 8a8d4da7984f..39fa450c02b2 100644
--- a/js/src/util/template-factory.js
+++ b/js/src/util/template-factory.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.3): util/template-factory.js
+ * Bootstrap (v5.2.0-beta1): util/template-factory.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
diff --git a/package-lock.json b/package-lock.json
index e76e69304249..0c11636522ed 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "bootstrap",
- "version": "5.1.3",
+ "version": "5.2.0-beta1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bootstrap",
- "version": "5.1.3",
+ "version": "5.2.0-beta1",
"funding": [
{
"type": "github",
diff --git a/package.js b/package.js
index e561a6a74afa..fe9b818c4fde 100644
--- a/package.js
+++ b/package.js
@@ -5,7 +5,7 @@
Package.describe({
name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
- version: '5.1.3',
+ version: '5.2.0-beta1',
git: 'https://github.com/twbs/bootstrap.git'
})
diff --git a/package.json b/package.json
index 392b1d6827e0..049c51bb2529 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
- "version": "5.1.3",
+ "version": "5.2.0-beta1",
"config": {
- "version_short": "5.1"
+ "version_short": "5.2"
},
"keywords": [
"css",
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss
index e927ee49125a..115cab4db553 100644
--- a/scss/bootstrap-grid.scss
+++ b/scss/bootstrap-grid.scss
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
+ * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index b733597f77a3..4bae00fe785e 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
+ * Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
diff --git a/scss/bootstrap-utilities.scss b/scss/bootstrap-utilities.scss
index 48428a10fbc5..43a40c5c66c2 100644
--- a/scss/bootstrap-utilities.scss
+++ b/scss/bootstrap-utilities.scss
@@ -1,5 +1,5 @@
/*!
- * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
+ * Bootstrap Utilities v5.2.0-beta1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index 794bbf5ed99f..a167ff89a73f 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -1,5 +1,5 @@
/*!
- * Bootstrap v5.1.3 (https://getbootstrap.com/)
+ * Bootstrap v5.2.0-beta1 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
diff --git a/site/content/docs/5.1/_index.html b/site/content/docs/5.1/_index.html
deleted file mode 100644
index 198e6af8c3e2..000000000000
--- a/site/content/docs/5.1/_index.html
+++ /dev/null
@@ -1,5 +0,0 @@
----
-layout: redirect
-sitemap_exclude: true
-redirect: "/docs/5.1/getting-started/introduction/"
----
diff --git a/site/content/docs/5.2/_index.html b/site/content/docs/5.2/_index.html
new file mode 100644
index 000000000000..fe65dc364ce8
--- /dev/null
+++ b/site/content/docs/5.2/_index.html
@@ -0,0 +1,5 @@
+---
+layout: redirect
+sitemap_exclude: true
+redirect: "/docs/5.2/getting-started/introduction/"
+---
diff --git a/site/content/docs/5.1/about/brand.md b/site/content/docs/5.2/about/brand.md
similarity index 100%
rename from site/content/docs/5.1/about/brand.md
rename to site/content/docs/5.2/about/brand.md
diff --git a/site/content/docs/5.1/about/license.md b/site/content/docs/5.2/about/license.md
similarity index 100%
rename from site/content/docs/5.1/about/license.md
rename to site/content/docs/5.2/about/license.md
diff --git a/site/content/docs/5.1/about/overview.md b/site/content/docs/5.2/about/overview.md
similarity index 99%
rename from site/content/docs/5.1/about/overview.md
rename to site/content/docs/5.2/about/overview.md
index 4fd019314360..f61101c15f7f 100644
--- a/site/content/docs/5.1/about/overview.md
+++ b/site/content/docs/5.2/about/overview.md
@@ -5,7 +5,7 @@ description: Learn more about the team maintaining Bootstrap, how and why the pr
group: about
aliases:
- "/about/"
- - "/docs/5.1/about/"
+ - "/docs/5.2/about/"
---
## Team
diff --git a/site/content/docs/5.1/about/team.md b/site/content/docs/5.2/about/team.md
similarity index 100%
rename from site/content/docs/5.1/about/team.md
rename to site/content/docs/5.2/about/team.md
diff --git a/site/content/docs/5.1/about/translations.md b/site/content/docs/5.2/about/translations.md
similarity index 100%
rename from site/content/docs/5.1/about/translations.md
rename to site/content/docs/5.2/about/translations.md
diff --git a/site/content/docs/5.1/components/accordion.md b/site/content/docs/5.2/components/accordion.md
similarity index 99%
rename from site/content/docs/5.1/components/accordion.md
rename to site/content/docs/5.2/components/accordion.md
index ee906f686ad9..2e247239c8c4 100644
--- a/site/content/docs/5.1/components/accordion.md
+++ b/site/content/docs/5.2/components/accordion.md
@@ -5,7 +5,7 @@ description: Build vertically collapsing accordions in combination with our Coll
group: components
aliases:
- "/components/"
- - "/docs/5.1/components/"
+ - "/docs/5.2/components/"
toc: true
---
diff --git a/site/content/docs/5.1/components/alerts.md b/site/content/docs/5.2/components/alerts.md
similarity index 100%
rename from site/content/docs/5.1/components/alerts.md
rename to site/content/docs/5.2/components/alerts.md
diff --git a/site/content/docs/5.1/components/badge.md b/site/content/docs/5.2/components/badge.md
similarity index 100%
rename from site/content/docs/5.1/components/badge.md
rename to site/content/docs/5.2/components/badge.md
diff --git a/site/content/docs/5.1/components/breadcrumb.md b/site/content/docs/5.2/components/breadcrumb.md
similarity index 100%
rename from site/content/docs/5.1/components/breadcrumb.md
rename to site/content/docs/5.2/components/breadcrumb.md
diff --git a/site/content/docs/5.1/components/button-group.md b/site/content/docs/5.2/components/button-group.md
similarity index 100%
rename from site/content/docs/5.1/components/button-group.md
rename to site/content/docs/5.2/components/button-group.md
diff --git a/site/content/docs/5.1/components/buttons.md b/site/content/docs/5.2/components/buttons.md
similarity index 100%
rename from site/content/docs/5.1/components/buttons.md
rename to site/content/docs/5.2/components/buttons.md
diff --git a/site/content/docs/5.1/components/card.md b/site/content/docs/5.2/components/card.md
similarity index 100%
rename from site/content/docs/5.1/components/card.md
rename to site/content/docs/5.2/components/card.md
diff --git a/site/content/docs/5.1/components/carousel.md b/site/content/docs/5.2/components/carousel.md
similarity index 100%
rename from site/content/docs/5.1/components/carousel.md
rename to site/content/docs/5.2/components/carousel.md
diff --git a/site/content/docs/5.1/components/close-button.md b/site/content/docs/5.2/components/close-button.md
similarity index 100%
rename from site/content/docs/5.1/components/close-button.md
rename to site/content/docs/5.2/components/close-button.md
diff --git a/site/content/docs/5.1/components/collapse.md b/site/content/docs/5.2/components/collapse.md
similarity index 100%
rename from site/content/docs/5.1/components/collapse.md
rename to site/content/docs/5.2/components/collapse.md
diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.2/components/dropdowns.md
similarity index 100%
rename from site/content/docs/5.1/components/dropdowns.md
rename to site/content/docs/5.2/components/dropdowns.md
diff --git a/site/content/docs/5.1/components/list-group.md b/site/content/docs/5.2/components/list-group.md
similarity index 100%
rename from site/content/docs/5.1/components/list-group.md
rename to site/content/docs/5.2/components/list-group.md
diff --git a/site/content/docs/5.1/components/modal.md b/site/content/docs/5.2/components/modal.md
similarity index 100%
rename from site/content/docs/5.1/components/modal.md
rename to site/content/docs/5.2/components/modal.md
diff --git a/site/content/docs/5.1/components/navbar.md b/site/content/docs/5.2/components/navbar.md
similarity index 100%
rename from site/content/docs/5.1/components/navbar.md
rename to site/content/docs/5.2/components/navbar.md
diff --git a/site/content/docs/5.1/components/navs-tabs.md b/site/content/docs/5.2/components/navs-tabs.md
similarity index 99%
rename from site/content/docs/5.1/components/navs-tabs.md
rename to site/content/docs/5.2/components/navs-tabs.md
index b3d3067503ff..e09a9fee0e0b 100644
--- a/site/content/docs/5.1/components/navs-tabs.md
+++ b/site/content/docs/5.2/components/navs-tabs.md
@@ -3,7 +3,7 @@ layout: docs
title: Navs and tabs
description: Documentation and examples for how to use Bootstrap's included navigation components.
group: components
-aliases: "/docs/5.1/components/navs/"
+aliases: "/docs/5.2/components/navs/"
toc: true
---
diff --git a/site/content/docs/5.1/components/offcanvas.md b/site/content/docs/5.2/components/offcanvas.md
similarity index 100%
rename from site/content/docs/5.1/components/offcanvas.md
rename to site/content/docs/5.2/components/offcanvas.md
diff --git a/site/content/docs/5.1/components/pagination.md b/site/content/docs/5.2/components/pagination.md
similarity index 100%
rename from site/content/docs/5.1/components/pagination.md
rename to site/content/docs/5.2/components/pagination.md
diff --git a/site/content/docs/5.1/components/placeholders.md b/site/content/docs/5.2/components/placeholders.md
similarity index 100%
rename from site/content/docs/5.1/components/placeholders.md
rename to site/content/docs/5.2/components/placeholders.md
diff --git a/site/content/docs/5.1/components/popovers.md b/site/content/docs/5.2/components/popovers.md
similarity index 100%
rename from site/content/docs/5.1/components/popovers.md
rename to site/content/docs/5.2/components/popovers.md
diff --git a/site/content/docs/5.1/components/progress.md b/site/content/docs/5.2/components/progress.md
similarity index 100%
rename from site/content/docs/5.1/components/progress.md
rename to site/content/docs/5.2/components/progress.md
diff --git a/site/content/docs/5.1/components/scrollspy.md b/site/content/docs/5.2/components/scrollspy.md
similarity index 100%
rename from site/content/docs/5.1/components/scrollspy.md
rename to site/content/docs/5.2/components/scrollspy.md
diff --git a/site/content/docs/5.1/components/spinners.md b/site/content/docs/5.2/components/spinners.md
similarity index 100%
rename from site/content/docs/5.1/components/spinners.md
rename to site/content/docs/5.2/components/spinners.md
diff --git a/site/content/docs/5.1/components/toasts.md b/site/content/docs/5.2/components/toasts.md
similarity index 100%
rename from site/content/docs/5.1/components/toasts.md
rename to site/content/docs/5.2/components/toasts.md
diff --git a/site/content/docs/5.1/components/tooltips.md b/site/content/docs/5.2/components/tooltips.md
similarity index 100%
rename from site/content/docs/5.1/components/tooltips.md
rename to site/content/docs/5.2/components/tooltips.md
diff --git a/site/content/docs/5.1/content/figures.md b/site/content/docs/5.2/content/figures.md
similarity index 100%
rename from site/content/docs/5.1/content/figures.md
rename to site/content/docs/5.2/content/figures.md
diff --git a/site/content/docs/5.1/content/images.md b/site/content/docs/5.2/content/images.md
similarity index 100%
rename from site/content/docs/5.1/content/images.md
rename to site/content/docs/5.2/content/images.md
diff --git a/site/content/docs/5.1/content/reboot.md b/site/content/docs/5.2/content/reboot.md
similarity index 99%
rename from site/content/docs/5.1/content/reboot.md
rename to site/content/docs/5.2/content/reboot.md
index 7d00e42c6429..4a1521cd003e 100644
--- a/site/content/docs/5.1/content/reboot.md
+++ b/site/content/docs/5.2/content/reboot.md
@@ -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/5.1/content/"
+aliases: "/docs/5.2/content/"
toc: true
---
diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.2/content/tables.md
similarity index 100%
rename from site/content/docs/5.1/content/tables.md
rename to site/content/docs/5.2/content/tables.md
diff --git a/site/content/docs/5.1/content/typography.md b/site/content/docs/5.2/content/typography.md
similarity index 100%
rename from site/content/docs/5.1/content/typography.md
rename to site/content/docs/5.2/content/typography.md
diff --git a/site/content/docs/5.1/customize/color.md b/site/content/docs/5.2/customize/color.md
similarity index 100%
rename from site/content/docs/5.1/customize/color.md
rename to site/content/docs/5.2/customize/color.md
diff --git a/site/content/docs/5.1/customize/components.md b/site/content/docs/5.2/customize/components.md
similarity index 100%
rename from site/content/docs/5.1/customize/components.md
rename to site/content/docs/5.2/customize/components.md
diff --git a/site/content/docs/5.1/customize/css-variables.md b/site/content/docs/5.2/customize/css-variables.md
similarity index 100%
rename from site/content/docs/5.1/customize/css-variables.md
rename to site/content/docs/5.2/customize/css-variables.md
diff --git a/site/content/docs/5.1/customize/optimize.md b/site/content/docs/5.2/customize/optimize.md
similarity index 100%
rename from site/content/docs/5.1/customize/optimize.md
rename to site/content/docs/5.2/customize/optimize.md
diff --git a/site/content/docs/5.1/customize/options.md b/site/content/docs/5.2/customize/options.md
similarity index 100%
rename from site/content/docs/5.1/customize/options.md
rename to site/content/docs/5.2/customize/options.md
diff --git a/site/content/docs/5.1/customize/overview.md b/site/content/docs/5.2/customize/overview.md
similarity index 99%
rename from site/content/docs/5.1/customize/overview.md
rename to site/content/docs/5.2/customize/overview.md
index e839c45d27ae..1b332bfe4671 100644
--- a/site/content/docs/5.1/customize/overview.md
+++ b/site/content/docs/5.2/customize/overview.md
@@ -4,7 +4,7 @@ title: Customize
description: Learn how to theme, customize, and extend Bootstrap with Sass, a boatload of global options, an expansive color system, and more.
group: customize
toc: false
-aliases: "/docs/5.1/customize/"
+aliases: "/docs/5.2/customize/"
sections:
- title: Sass
description: Utilize our source Sass files to take advantage of variables, maps, mixins, and functions.
diff --git a/site/content/docs/5.1/customize/sass.md b/site/content/docs/5.2/customize/sass.md
similarity index 100%
rename from site/content/docs/5.1/customize/sass.md
rename to site/content/docs/5.2/customize/sass.md
diff --git a/site/content/docs/5.1/examples/.stylelintrc b/site/content/docs/5.2/examples/.stylelintrc
similarity index 100%
rename from site/content/docs/5.1/examples/.stylelintrc
rename to site/content/docs/5.2/examples/.stylelintrc
diff --git a/site/content/docs/5.1/examples/_index.md b/site/content/docs/5.2/examples/_index.md
similarity index 100%
rename from site/content/docs/5.1/examples/_index.md
rename to site/content/docs/5.2/examples/_index.md
diff --git a/site/content/docs/5.1/examples/album-rtl/index.html b/site/content/docs/5.2/examples/album-rtl/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/album-rtl/index.html
rename to site/content/docs/5.2/examples/album-rtl/index.html
diff --git a/site/content/docs/5.1/examples/album/index.html b/site/content/docs/5.2/examples/album/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/album/index.html
rename to site/content/docs/5.2/examples/album/index.html
diff --git a/site/content/docs/5.1/examples/blog-rtl/index.html b/site/content/docs/5.2/examples/blog-rtl/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/blog-rtl/index.html
rename to site/content/docs/5.2/examples/blog-rtl/index.html
diff --git a/site/content/docs/5.1/examples/blog/blog.css b/site/content/docs/5.2/examples/blog/blog.css
similarity index 100%
rename from site/content/docs/5.1/examples/blog/blog.css
rename to site/content/docs/5.2/examples/blog/blog.css
diff --git a/site/content/docs/5.1/examples/blog/blog.rtl.css b/site/content/docs/5.2/examples/blog/blog.rtl.css
similarity index 100%
rename from site/content/docs/5.1/examples/blog/blog.rtl.css
rename to site/content/docs/5.2/examples/blog/blog.rtl.css
diff --git a/site/content/docs/5.1/examples/blog/index.html b/site/content/docs/5.2/examples/blog/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/blog/index.html
rename to site/content/docs/5.2/examples/blog/index.html
diff --git a/site/content/docs/5.1/examples/carousel-rtl/index.html b/site/content/docs/5.2/examples/carousel-rtl/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/carousel-rtl/index.html
rename to site/content/docs/5.2/examples/carousel-rtl/index.html
diff --git a/site/content/docs/5.1/examples/carousel/carousel.css b/site/content/docs/5.2/examples/carousel/carousel.css
similarity index 100%
rename from site/content/docs/5.1/examples/carousel/carousel.css
rename to site/content/docs/5.2/examples/carousel/carousel.css
diff --git a/site/content/docs/5.1/examples/carousel/carousel.rtl.css b/site/content/docs/5.2/examples/carousel/carousel.rtl.css
similarity index 100%
rename from site/content/docs/5.1/examples/carousel/carousel.rtl.css
rename to site/content/docs/5.2/examples/carousel/carousel.rtl.css
diff --git a/site/content/docs/5.1/examples/carousel/index.html b/site/content/docs/5.2/examples/carousel/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/carousel/index.html
rename to site/content/docs/5.2/examples/carousel/index.html
diff --git a/site/content/docs/5.1/examples/cheatsheet-rtl/index.html b/site/content/docs/5.2/examples/cheatsheet-rtl/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/cheatsheet-rtl/index.html
rename to site/content/docs/5.2/examples/cheatsheet-rtl/index.html
diff --git a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.css b/site/content/docs/5.2/examples/cheatsheet/cheatsheet.css
similarity index 100%
rename from site/content/docs/5.1/examples/cheatsheet/cheatsheet.css
rename to site/content/docs/5.2/examples/cheatsheet/cheatsheet.css
diff --git a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.js b/site/content/docs/5.2/examples/cheatsheet/cheatsheet.js
similarity index 100%
rename from site/content/docs/5.1/examples/cheatsheet/cheatsheet.js
rename to site/content/docs/5.2/examples/cheatsheet/cheatsheet.js
diff --git a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css b/site/content/docs/5.2/examples/cheatsheet/cheatsheet.rtl.css
similarity index 100%
rename from site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css
rename to site/content/docs/5.2/examples/cheatsheet/cheatsheet.rtl.css
diff --git a/site/content/docs/5.1/examples/cheatsheet/index.html b/site/content/docs/5.2/examples/cheatsheet/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/cheatsheet/index.html
rename to site/content/docs/5.2/examples/cheatsheet/index.html
diff --git a/site/content/docs/5.1/examples/checkout-rtl/index.html b/site/content/docs/5.2/examples/checkout-rtl/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/checkout-rtl/index.html
rename to site/content/docs/5.2/examples/checkout-rtl/index.html
diff --git a/site/content/docs/5.1/examples/checkout/form-validation.css b/site/content/docs/5.2/examples/checkout/form-validation.css
similarity index 100%
rename from site/content/docs/5.1/examples/checkout/form-validation.css
rename to site/content/docs/5.2/examples/checkout/form-validation.css
diff --git a/site/content/docs/5.1/examples/checkout/form-validation.js b/site/content/docs/5.2/examples/checkout/form-validation.js
similarity index 100%
rename from site/content/docs/5.1/examples/checkout/form-validation.js
rename to site/content/docs/5.2/examples/checkout/form-validation.js
diff --git a/site/content/docs/5.1/examples/checkout/index.html b/site/content/docs/5.2/examples/checkout/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/checkout/index.html
rename to site/content/docs/5.2/examples/checkout/index.html
diff --git a/site/content/docs/5.1/examples/cover/cover.css b/site/content/docs/5.2/examples/cover/cover.css
similarity index 100%
rename from site/content/docs/5.1/examples/cover/cover.css
rename to site/content/docs/5.2/examples/cover/cover.css
diff --git a/site/content/docs/5.1/examples/cover/index.html b/site/content/docs/5.2/examples/cover/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/cover/index.html
rename to site/content/docs/5.2/examples/cover/index.html
diff --git a/site/content/docs/5.1/examples/dashboard-rtl/dashboard.js b/site/content/docs/5.2/examples/dashboard-rtl/dashboard.js
similarity index 100%
rename from site/content/docs/5.1/examples/dashboard-rtl/dashboard.js
rename to site/content/docs/5.2/examples/dashboard-rtl/dashboard.js
diff --git a/site/content/docs/5.1/examples/dashboard-rtl/index.html b/site/content/docs/5.2/examples/dashboard-rtl/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/dashboard-rtl/index.html
rename to site/content/docs/5.2/examples/dashboard-rtl/index.html
diff --git a/site/content/docs/5.1/examples/dashboard/dashboard.css b/site/content/docs/5.2/examples/dashboard/dashboard.css
similarity index 100%
rename from site/content/docs/5.1/examples/dashboard/dashboard.css
rename to site/content/docs/5.2/examples/dashboard/dashboard.css
diff --git a/site/content/docs/5.1/examples/dashboard/dashboard.js b/site/content/docs/5.2/examples/dashboard/dashboard.js
similarity index 100%
rename from site/content/docs/5.1/examples/dashboard/dashboard.js
rename to site/content/docs/5.2/examples/dashboard/dashboard.js
diff --git a/site/content/docs/5.1/examples/dashboard/dashboard.rtl.css b/site/content/docs/5.2/examples/dashboard/dashboard.rtl.css
similarity index 100%
rename from site/content/docs/5.1/examples/dashboard/dashboard.rtl.css
rename to site/content/docs/5.2/examples/dashboard/dashboard.rtl.css
diff --git a/site/content/docs/5.1/examples/dashboard/index.html b/site/content/docs/5.2/examples/dashboard/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/dashboard/index.html
rename to site/content/docs/5.2/examples/dashboard/index.html
diff --git a/site/content/docs/5.1/examples/dropdowns/dropdowns.css b/site/content/docs/5.2/examples/dropdowns/dropdowns.css
similarity index 100%
rename from site/content/docs/5.1/examples/dropdowns/dropdowns.css
rename to site/content/docs/5.2/examples/dropdowns/dropdowns.css
diff --git a/site/content/docs/5.1/examples/dropdowns/index.html b/site/content/docs/5.2/examples/dropdowns/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/dropdowns/index.html
rename to site/content/docs/5.2/examples/dropdowns/index.html
diff --git a/site/content/docs/5.1/examples/features/features.css b/site/content/docs/5.2/examples/features/features.css
similarity index 100%
rename from site/content/docs/5.1/examples/features/features.css
rename to site/content/docs/5.2/examples/features/features.css
diff --git a/site/content/docs/5.1/examples/features/index.html b/site/content/docs/5.2/examples/features/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/features/index.html
rename to site/content/docs/5.2/examples/features/index.html
diff --git a/site/content/docs/5.1/examples/features/unsplash-photo-1.jpg b/site/content/docs/5.2/examples/features/unsplash-photo-1.jpg
similarity index 100%
rename from site/content/docs/5.1/examples/features/unsplash-photo-1.jpg
rename to site/content/docs/5.2/examples/features/unsplash-photo-1.jpg
diff --git a/site/content/docs/5.1/examples/features/unsplash-photo-2.jpg b/site/content/docs/5.2/examples/features/unsplash-photo-2.jpg
similarity index 100%
rename from site/content/docs/5.1/examples/features/unsplash-photo-2.jpg
rename to site/content/docs/5.2/examples/features/unsplash-photo-2.jpg
diff --git a/site/content/docs/5.1/examples/features/unsplash-photo-3.jpg b/site/content/docs/5.2/examples/features/unsplash-photo-3.jpg
similarity index 100%
rename from site/content/docs/5.1/examples/features/unsplash-photo-3.jpg
rename to site/content/docs/5.2/examples/features/unsplash-photo-3.jpg
diff --git a/site/content/docs/5.1/examples/footers/index.html b/site/content/docs/5.2/examples/footers/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/footers/index.html
rename to site/content/docs/5.2/examples/footers/index.html
diff --git a/site/content/docs/5.1/examples/grid/grid.css b/site/content/docs/5.2/examples/grid/grid.css
similarity index 100%
rename from site/content/docs/5.1/examples/grid/grid.css
rename to site/content/docs/5.2/examples/grid/grid.css
diff --git a/site/content/docs/5.1/examples/grid/index.html b/site/content/docs/5.2/examples/grid/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/grid/index.html
rename to site/content/docs/5.2/examples/grid/index.html
diff --git a/site/content/docs/5.1/examples/headers/headers.css b/site/content/docs/5.2/examples/headers/headers.css
similarity index 100%
rename from site/content/docs/5.1/examples/headers/headers.css
rename to site/content/docs/5.2/examples/headers/headers.css
diff --git a/site/content/docs/5.1/examples/headers/index.html b/site/content/docs/5.2/examples/headers/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/headers/index.html
rename to site/content/docs/5.2/examples/headers/index.html
diff --git a/site/content/docs/5.1/examples/heroes/bootstrap-docs.png b/site/content/docs/5.2/examples/heroes/bootstrap-docs.png
similarity index 100%
rename from site/content/docs/5.1/examples/heroes/bootstrap-docs.png
rename to site/content/docs/5.2/examples/heroes/bootstrap-docs.png
diff --git a/site/content/docs/5.1/examples/heroes/bootstrap-themes.png b/site/content/docs/5.2/examples/heroes/bootstrap-themes.png
similarity index 100%
rename from site/content/docs/5.1/examples/heroes/bootstrap-themes.png
rename to site/content/docs/5.2/examples/heroes/bootstrap-themes.png
diff --git a/site/content/docs/5.1/examples/heroes/heroes.css b/site/content/docs/5.2/examples/heroes/heroes.css
similarity index 100%
rename from site/content/docs/5.1/examples/heroes/heroes.css
rename to site/content/docs/5.2/examples/heroes/heroes.css
diff --git a/site/content/docs/5.1/examples/heroes/index.html b/site/content/docs/5.2/examples/heroes/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/heroes/index.html
rename to site/content/docs/5.2/examples/heroes/index.html
diff --git a/site/content/docs/5.1/examples/jumbotron/index.html b/site/content/docs/5.2/examples/jumbotron/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/jumbotron/index.html
rename to site/content/docs/5.2/examples/jumbotron/index.html
diff --git a/site/content/docs/5.1/examples/list-groups/index.html b/site/content/docs/5.2/examples/list-groups/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/list-groups/index.html
rename to site/content/docs/5.2/examples/list-groups/index.html
diff --git a/site/content/docs/5.1/examples/list-groups/list-groups.css b/site/content/docs/5.2/examples/list-groups/list-groups.css
similarity index 100%
rename from site/content/docs/5.1/examples/list-groups/list-groups.css
rename to site/content/docs/5.2/examples/list-groups/list-groups.css
diff --git a/site/content/docs/5.1/examples/masonry/index.html b/site/content/docs/5.2/examples/masonry/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/masonry/index.html
rename to site/content/docs/5.2/examples/masonry/index.html
diff --git a/site/content/docs/5.1/examples/modals/index.html b/site/content/docs/5.2/examples/modals/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/modals/index.html
rename to site/content/docs/5.2/examples/modals/index.html
diff --git a/site/content/docs/5.1/examples/modals/modals.css b/site/content/docs/5.2/examples/modals/modals.css
similarity index 100%
rename from site/content/docs/5.1/examples/modals/modals.css
rename to site/content/docs/5.2/examples/modals/modals.css
diff --git a/site/content/docs/5.1/examples/navbar-bottom/index.html b/site/content/docs/5.2/examples/navbar-bottom/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/navbar-bottom/index.html
rename to site/content/docs/5.2/examples/navbar-bottom/index.html
diff --git a/site/content/docs/5.1/examples/navbar-fixed/index.html b/site/content/docs/5.2/examples/navbar-fixed/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/navbar-fixed/index.html
rename to site/content/docs/5.2/examples/navbar-fixed/index.html
diff --git a/site/content/docs/5.1/examples/navbar-fixed/navbar-top-fixed.css b/site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css
similarity index 100%
rename from site/content/docs/5.1/examples/navbar-fixed/navbar-top-fixed.css
rename to site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css
diff --git a/site/content/docs/5.1/examples/navbar-static/index.html b/site/content/docs/5.2/examples/navbar-static/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/navbar-static/index.html
rename to site/content/docs/5.2/examples/navbar-static/index.html
diff --git a/site/content/docs/5.1/examples/navbar-static/navbar-top.css b/site/content/docs/5.2/examples/navbar-static/navbar-top.css
similarity index 100%
rename from site/content/docs/5.1/examples/navbar-static/navbar-top.css
rename to site/content/docs/5.2/examples/navbar-static/navbar-top.css
diff --git a/site/content/docs/5.1/examples/navbars-offcanvas/index.html b/site/content/docs/5.2/examples/navbars-offcanvas/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/navbars-offcanvas/index.html
rename to site/content/docs/5.2/examples/navbars-offcanvas/index.html
diff --git a/site/content/docs/5.1/examples/navbars-offcanvas/navbar.css b/site/content/docs/5.2/examples/navbars-offcanvas/navbar.css
similarity index 100%
rename from site/content/docs/5.1/examples/navbars-offcanvas/navbar.css
rename to site/content/docs/5.2/examples/navbars-offcanvas/navbar.css
diff --git a/site/content/docs/5.1/examples/navbars/index.html b/site/content/docs/5.2/examples/navbars/index.html
similarity index 100%
rename from site/content/docs/5.1/examples/navbars/index.html
rename to site/content/docs/5.2/examples/navbars/index.html
diff --git a/site/content/docs/5.1/examples/navbars/navbar.css b/site/content/docs/5.2/examples/navbars/navbar.css
similarity index 100%
rename from site/content/docs/5.1/examples/navbars/navbar.css
rename to site/content/docs/5.2/examples/navbars/navbar.css
diff --git a/site/content/docs/5.1/examples/offcanvas-navbar/index.html b/site/content/docs/5.2/examples/offcanvas-navbar/index.html
similarity index 99%
rename from site/content/docs/5.1/examples/offcanvas-navbar/index.html
rename to site/content/docs/5.2/examples/offcanvas-navbar/index.html
index 0e6d569158cb..0499cc30345a 100644
--- a/site/content/docs/5.1/examples/offcanvas-navbar/index.html
+++ b/site/content/docs/5.2/examples/offcanvas-navbar/index.html
@@ -6,7 +6,7 @@
extra_js:
- src: "offcanvas.js"
body_class: "bg-light"
-aliases: "/docs/5.1/examples/offcanvas/"
+aliases: "/docs/5.2/examples/offcanvas/"
---