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
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-05-06 23:57:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-05-13 19:44:01 +0300
commitf7e8ca91e03165abb82d4c82555dc4ef96340cc9 (patch)
tree1ed781ca84c20925ee7621b12d52101eef64c3b7
parent8d016c6cf9146dff0fed6bff5528bb7d8aced931 (diff)
Prepare v5.2.0-beta1
-rw-r--r--README.md10
-rw-r--r--config.yml30
-rw-r--r--js/index.esm.js2
-rw-r--r--js/index.umd.js2
-rw-r--r--js/src/alert.js2
-rw-r--r--js/src/base-component.js4
-rw-r--r--js/src/button.js2
-rw-r--r--js/src/carousel.js2
-rw-r--r--js/src/collapse.js2
-rw-r--r--js/src/dom/data.js2
-rw-r--r--js/src/dom/event-handler.js2
-rw-r--r--js/src/dom/manipulator.js2
-rw-r--r--js/src/dom/selector-engine.js2
-rw-r--r--js/src/dropdown.js2
-rw-r--r--js/src/modal.js2
-rw-r--r--js/src/offcanvas.js2
-rw-r--r--js/src/popover.js2
-rw-r--r--js/src/scrollspy.js2
-rw-r--r--js/src/tab.js2
-rw-r--r--js/src/toast.js2
-rw-r--r--js/src/tooltip.js2
-rw-r--r--js/src/util/backdrop.js2
-rw-r--r--js/src/util/component-functions.js2
-rw-r--r--js/src/util/config.js2
-rw-r--r--js/src/util/focustrap.js2
-rw-r--r--js/src/util/index.js2
-rw-r--r--js/src/util/sanitizer.js2
-rw-r--r--js/src/util/scrollbar.js2
-rw-r--r--js/src/util/swipe.js2
-rw-r--r--js/src/util/template-factory.js2
-rw-r--r--package-lock.json4
-rw-r--r--package.js2
-rw-r--r--package.json4
-rw-r--r--scss/bootstrap-grid.scss2
-rw-r--r--scss/bootstrap-reboot.scss2
-rw-r--r--scss/bootstrap-utilities.scss2
-rw-r--r--scss/bootstrap.scss2
-rw-r--r--site/content/docs/5.1/_index.html5
-rw-r--r--site/content/docs/5.2/_index.html5
-rw-r--r--site/content/docs/5.2/about/brand.md (renamed from site/content/docs/5.1/about/brand.md)0
-rw-r--r--site/content/docs/5.2/about/license.md (renamed from site/content/docs/5.1/about/license.md)0
-rw-r--r--site/content/docs/5.2/about/overview.md (renamed from site/content/docs/5.1/about/overview.md)2
-rw-r--r--site/content/docs/5.2/about/team.md (renamed from site/content/docs/5.1/about/team.md)0
-rw-r--r--site/content/docs/5.2/about/translations.md (renamed from site/content/docs/5.1/about/translations.md)0
-rw-r--r--site/content/docs/5.2/components/accordion.md (renamed from site/content/docs/5.1/components/accordion.md)2
-rw-r--r--site/content/docs/5.2/components/alerts.md (renamed from site/content/docs/5.1/components/alerts.md)0
-rw-r--r--site/content/docs/5.2/components/badge.md (renamed from site/content/docs/5.1/components/badge.md)0
-rw-r--r--site/content/docs/5.2/components/breadcrumb.md (renamed from site/content/docs/5.1/components/breadcrumb.md)0
-rw-r--r--site/content/docs/5.2/components/button-group.md (renamed from site/content/docs/5.1/components/button-group.md)0
-rw-r--r--site/content/docs/5.2/components/buttons.md (renamed from site/content/docs/5.1/components/buttons.md)0
-rw-r--r--site/content/docs/5.2/components/card.md (renamed from site/content/docs/5.1/components/card.md)0
-rw-r--r--site/content/docs/5.2/components/carousel.md (renamed from site/content/docs/5.1/components/carousel.md)0
-rw-r--r--site/content/docs/5.2/components/close-button.md (renamed from site/content/docs/5.1/components/close-button.md)0
-rw-r--r--site/content/docs/5.2/components/collapse.md (renamed from site/content/docs/5.1/components/collapse.md)0
-rw-r--r--site/content/docs/5.2/components/dropdowns.md (renamed from site/content/docs/5.1/components/dropdowns.md)0
-rw-r--r--site/content/docs/5.2/components/list-group.md (renamed from site/content/docs/5.1/components/list-group.md)0
-rw-r--r--site/content/docs/5.2/components/modal.md (renamed from site/content/docs/5.1/components/modal.md)0
-rw-r--r--site/content/docs/5.2/components/navbar.md (renamed from site/content/docs/5.1/components/navbar.md)0
-rw-r--r--site/content/docs/5.2/components/navs-tabs.md (renamed from site/content/docs/5.1/components/navs-tabs.md)2
-rw-r--r--site/content/docs/5.2/components/offcanvas.md (renamed from site/content/docs/5.1/components/offcanvas.md)0
-rw-r--r--site/content/docs/5.2/components/pagination.md (renamed from site/content/docs/5.1/components/pagination.md)0
-rw-r--r--site/content/docs/5.2/components/placeholders.md (renamed from site/content/docs/5.1/components/placeholders.md)0
-rw-r--r--site/content/docs/5.2/components/popovers.md (renamed from site/content/docs/5.1/components/popovers.md)0
-rw-r--r--site/content/docs/5.2/components/progress.md (renamed from site/content/docs/5.1/components/progress.md)0
-rw-r--r--site/content/docs/5.2/components/scrollspy.md (renamed from site/content/docs/5.1/components/scrollspy.md)0
-rw-r--r--site/content/docs/5.2/components/spinners.md (renamed from site/content/docs/5.1/components/spinners.md)0
-rw-r--r--site/content/docs/5.2/components/toasts.md (renamed from site/content/docs/5.1/components/toasts.md)0
-rw-r--r--site/content/docs/5.2/components/tooltips.md (renamed from site/content/docs/5.1/components/tooltips.md)0
-rw-r--r--site/content/docs/5.2/content/figures.md (renamed from site/content/docs/5.1/content/figures.md)0
-rw-r--r--site/content/docs/5.2/content/images.md (renamed from site/content/docs/5.1/content/images.md)0
-rw-r--r--site/content/docs/5.2/content/reboot.md (renamed from site/content/docs/5.1/content/reboot.md)2
-rw-r--r--site/content/docs/5.2/content/tables.md (renamed from site/content/docs/5.1/content/tables.md)0
-rw-r--r--site/content/docs/5.2/content/typography.md (renamed from site/content/docs/5.1/content/typography.md)0
-rw-r--r--site/content/docs/5.2/customize/color.md (renamed from site/content/docs/5.1/customize/color.md)0
-rw-r--r--site/content/docs/5.2/customize/components.md (renamed from site/content/docs/5.1/customize/components.md)0
-rw-r--r--site/content/docs/5.2/customize/css-variables.md (renamed from site/content/docs/5.1/customize/css-variables.md)0
-rw-r--r--site/content/docs/5.2/customize/optimize.md (renamed from site/content/docs/5.1/customize/optimize.md)0
-rw-r--r--site/content/docs/5.2/customize/options.md (renamed from site/content/docs/5.1/customize/options.md)0
-rw-r--r--site/content/docs/5.2/customize/overview.md (renamed from site/content/docs/5.1/customize/overview.md)2
-rw-r--r--site/content/docs/5.2/customize/sass.md (renamed from site/content/docs/5.1/customize/sass.md)0
-rw-r--r--site/content/docs/5.2/examples/.stylelintrc (renamed from site/content/docs/5.1/examples/.stylelintrc)0
-rw-r--r--site/content/docs/5.2/examples/_index.md (renamed from site/content/docs/5.1/examples/_index.md)0
-rw-r--r--site/content/docs/5.2/examples/album-rtl/index.html (renamed from site/content/docs/5.1/examples/album-rtl/index.html)0
-rw-r--r--site/content/docs/5.2/examples/album/index.html (renamed from site/content/docs/5.1/examples/album/index.html)0
-rw-r--r--site/content/docs/5.2/examples/blog-rtl/index.html (renamed from site/content/docs/5.1/examples/blog-rtl/index.html)0
-rw-r--r--site/content/docs/5.2/examples/blog/blog.css (renamed from site/content/docs/5.1/examples/blog/blog.css)0
-rw-r--r--site/content/docs/5.2/examples/blog/blog.rtl.css (renamed from site/content/docs/5.1/examples/blog/blog.rtl.css)0
-rw-r--r--site/content/docs/5.2/examples/blog/index.html (renamed from site/content/docs/5.1/examples/blog/index.html)0
-rw-r--r--site/content/docs/5.2/examples/carousel-rtl/index.html (renamed from site/content/docs/5.1/examples/carousel-rtl/index.html)0
-rw-r--r--site/content/docs/5.2/examples/carousel/carousel.css (renamed from site/content/docs/5.1/examples/carousel/carousel.css)0
-rw-r--r--site/content/docs/5.2/examples/carousel/carousel.rtl.css (renamed from site/content/docs/5.1/examples/carousel/carousel.rtl.css)0
-rw-r--r--site/content/docs/5.2/examples/carousel/index.html (renamed from site/content/docs/5.1/examples/carousel/index.html)0
-rw-r--r--site/content/docs/5.2/examples/cheatsheet-rtl/index.html (renamed from site/content/docs/5.1/examples/cheatsheet-rtl/index.html)0
-rw-r--r--site/content/docs/5.2/examples/cheatsheet/cheatsheet.css (renamed from site/content/docs/5.1/examples/cheatsheet/cheatsheet.css)0
-rw-r--r--site/content/docs/5.2/examples/cheatsheet/cheatsheet.js (renamed from site/content/docs/5.1/examples/cheatsheet/cheatsheet.js)0
-rw-r--r--site/content/docs/5.2/examples/cheatsheet/cheatsheet.rtl.css (renamed from site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css)0
-rw-r--r--site/content/docs/5.2/examples/cheatsheet/index.html (renamed from site/content/docs/5.1/examples/cheatsheet/index.html)0
-rw-r--r--site/content/docs/5.2/examples/checkout-rtl/index.html (renamed from site/content/docs/5.1/examples/checkout-rtl/index.html)0
-rw-r--r--site/content/docs/5.2/examples/checkout/form-validation.css (renamed from site/content/docs/5.1/examples/checkout/form-validation.css)0
-rw-r--r--site/content/docs/5.2/examples/checkout/form-validation.js (renamed from site/content/docs/5.1/examples/checkout/form-validation.js)0
-rw-r--r--site/content/docs/5.2/examples/checkout/index.html (renamed from site/content/docs/5.1/examples/checkout/index.html)0
-rw-r--r--site/content/docs/5.2/examples/cover/cover.css (renamed from site/content/docs/5.1/examples/cover/cover.css)0
-rw-r--r--site/content/docs/5.2/examples/cover/index.html (renamed from site/content/docs/5.1/examples/cover/index.html)0
-rw-r--r--site/content/docs/5.2/examples/dashboard-rtl/dashboard.js (renamed from site/content/docs/5.1/examples/dashboard-rtl/dashboard.js)0
-rw-r--r--site/content/docs/5.2/examples/dashboard-rtl/index.html (renamed from site/content/docs/5.1/examples/dashboard-rtl/index.html)0
-rw-r--r--site/content/docs/5.2/examples/dashboard/dashboard.css (renamed from site/content/docs/5.1/examples/dashboard/dashboard.css)0
-rw-r--r--site/content/docs/5.2/examples/dashboard/dashboard.js (renamed from site/content/docs/5.1/examples/dashboard/dashboard.js)0
-rw-r--r--site/content/docs/5.2/examples/dashboard/dashboard.rtl.css (renamed from site/content/docs/5.1/examples/dashboard/dashboard.rtl.css)0
-rw-r--r--site/content/docs/5.2/examples/dashboard/index.html (renamed from site/content/docs/5.1/examples/dashboard/index.html)0
-rw-r--r--site/content/docs/5.2/examples/dropdowns/dropdowns.css (renamed from site/content/docs/5.1/examples/dropdowns/dropdowns.css)0
-rw-r--r--site/content/docs/5.2/examples/dropdowns/index.html (renamed from site/content/docs/5.1/examples/dropdowns/index.html)0
-rw-r--r--site/content/docs/5.2/examples/features/features.css (renamed from site/content/docs/5.1/examples/features/features.css)0
-rw-r--r--site/content/docs/5.2/examples/features/index.html (renamed from site/content/docs/5.1/examples/features/index.html)0
-rw-r--r--site/content/docs/5.2/examples/features/unsplash-photo-1.jpg (renamed from site/content/docs/5.1/examples/features/unsplash-photo-1.jpg)bin10451 -> 10451 bytes
-rw-r--r--site/content/docs/5.2/examples/features/unsplash-photo-2.jpg (renamed from site/content/docs/5.1/examples/features/unsplash-photo-2.jpg)bin113018 -> 113018 bytes
-rw-r--r--site/content/docs/5.2/examples/features/unsplash-photo-3.jpg (renamed from site/content/docs/5.1/examples/features/unsplash-photo-3.jpg)bin40607 -> 40607 bytes
-rw-r--r--site/content/docs/5.2/examples/footers/index.html (renamed from site/content/docs/5.1/examples/footers/index.html)0
-rw-r--r--site/content/docs/5.2/examples/grid/grid.css (renamed from site/content/docs/5.1/examples/grid/grid.css)0
-rw-r--r--site/content/docs/5.2/examples/grid/index.html (renamed from site/content/docs/5.1/examples/grid/index.html)0
-rw-r--r--site/content/docs/5.2/examples/headers/headers.css (renamed from site/content/docs/5.1/examples/headers/headers.css)0
-rw-r--r--site/content/docs/5.2/examples/headers/index.html (renamed from site/content/docs/5.1/examples/headers/index.html)0
-rw-r--r--site/content/docs/5.2/examples/heroes/bootstrap-docs.png (renamed from site/content/docs/5.1/examples/heroes/bootstrap-docs.png)bin371399 -> 371399 bytes
-rw-r--r--site/content/docs/5.2/examples/heroes/bootstrap-themes.png (renamed from site/content/docs/5.1/examples/heroes/bootstrap-themes.png)bin278159 -> 278159 bytes
-rw-r--r--site/content/docs/5.2/examples/heroes/heroes.css (renamed from site/content/docs/5.1/examples/heroes/heroes.css)0
-rw-r--r--site/content/docs/5.2/examples/heroes/index.html (renamed from site/content/docs/5.1/examples/heroes/index.html)0
-rw-r--r--site/content/docs/5.2/examples/jumbotron/index.html (renamed from site/content/docs/5.1/examples/jumbotron/index.html)0
-rw-r--r--site/content/docs/5.2/examples/list-groups/index.html (renamed from site/content/docs/5.1/examples/list-groups/index.html)0
-rw-r--r--site/content/docs/5.2/examples/list-groups/list-groups.css (renamed from site/content/docs/5.1/examples/list-groups/list-groups.css)0
-rw-r--r--site/content/docs/5.2/examples/masonry/index.html (renamed from site/content/docs/5.1/examples/masonry/index.html)0
-rw-r--r--site/content/docs/5.2/examples/modals/index.html (renamed from site/content/docs/5.1/examples/modals/index.html)0
-rw-r--r--site/content/docs/5.2/examples/modals/modals.css (renamed from site/content/docs/5.1/examples/modals/modals.css)0
-rw-r--r--site/content/docs/5.2/examples/navbar-bottom/index.html (renamed from site/content/docs/5.1/examples/navbar-bottom/index.html)0
-rw-r--r--site/content/docs/5.2/examples/navbar-fixed/index.html (renamed from site/content/docs/5.1/examples/navbar-fixed/index.html)0
-rw-r--r--site/content/docs/5.2/examples/navbar-fixed/navbar-top-fixed.css (renamed from site/content/docs/5.1/examples/navbar-fixed/navbar-top-fixed.css)0
-rw-r--r--site/content/docs/5.2/examples/navbar-static/index.html (renamed from site/content/docs/5.1/examples/navbar-static/index.html)0
-rw-r--r--site/content/docs/5.2/examples/navbar-static/navbar-top.css (renamed from site/content/docs/5.1/examples/navbar-static/navbar-top.css)0
-rw-r--r--site/content/docs/5.2/examples/navbars-offcanvas/index.html (renamed from site/content/docs/5.1/examples/navbars-offcanvas/index.html)0
-rw-r--r--site/content/docs/5.2/examples/navbars-offcanvas/navbar.css (renamed from site/content/docs/5.1/examples/navbars-offcanvas/navbar.css)0
-rw-r--r--site/content/docs/5.2/examples/navbars/index.html (renamed from site/content/docs/5.1/examples/navbars/index.html)0
-rw-r--r--site/content/docs/5.2/examples/navbars/navbar.css (renamed from site/content/docs/5.1/examples/navbars/navbar.css)0
-rw-r--r--site/content/docs/5.2/examples/offcanvas-navbar/index.html (renamed from site/content/docs/5.1/examples/offcanvas-navbar/index.html)2
-rw-r--r--site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.css (renamed from site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.css)0
-rw-r--r--site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.js (renamed from site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.js)0
-rw-r--r--site/content/docs/5.2/examples/pricing/index.html (renamed from site/content/docs/5.1/examples/pricing/index.html)0
-rw-r--r--site/content/docs/5.2/examples/pricing/pricing.css (renamed from site/content/docs/5.1/examples/pricing/pricing.css)0
-rw-r--r--site/content/docs/5.2/examples/product/index.html (renamed from site/content/docs/5.1/examples/product/index.html)0
-rw-r--r--site/content/docs/5.2/examples/product/product.css (renamed from site/content/docs/5.1/examples/product/product.css)0
-rw-r--r--site/content/docs/5.2/examples/sidebars/index.html (renamed from site/content/docs/5.1/examples/sidebars/index.html)0
-rw-r--r--site/content/docs/5.2/examples/sidebars/sidebars.css (renamed from site/content/docs/5.1/examples/sidebars/sidebars.css)0
-rw-r--r--site/content/docs/5.2/examples/sidebars/sidebars.js (renamed from site/content/docs/5.1/examples/sidebars/sidebars.js)0
-rw-r--r--site/content/docs/5.2/examples/sign-in/index.html (renamed from site/content/docs/5.1/examples/sign-in/index.html)0
-rw-r--r--site/content/docs/5.2/examples/sign-in/signin.css (renamed from site/content/docs/5.1/examples/sign-in/signin.css)0
-rw-r--r--site/content/docs/5.2/examples/starter-template/index.html (renamed from site/content/docs/5.1/examples/starter-template/index.html)0
-rw-r--r--site/content/docs/5.2/examples/starter-template/starter-template.css (renamed from site/content/docs/5.1/examples/starter-template/starter-template.css)0
-rw-r--r--site/content/docs/5.2/examples/sticky-footer-navbar/index.html (renamed from site/content/docs/5.1/examples/sticky-footer-navbar/index.html)0
-rw-r--r--site/content/docs/5.2/examples/sticky-footer-navbar/sticky-footer-navbar.css (renamed from site/content/docs/5.1/examples/sticky-footer-navbar/sticky-footer-navbar.css)0
-rw-r--r--site/content/docs/5.2/examples/sticky-footer/index.html (renamed from site/content/docs/5.1/examples/sticky-footer/index.html)0
-rw-r--r--site/content/docs/5.2/examples/sticky-footer/sticky-footer.css (renamed from site/content/docs/5.1/examples/sticky-footer/sticky-footer.css)0
-rw-r--r--site/content/docs/5.2/extend/approach.md (renamed from site/content/docs/5.1/extend/approach.md)2
-rw-r--r--site/content/docs/5.2/extend/icons.md (renamed from site/content/docs/5.1/extend/icons.md)0
-rw-r--r--site/content/docs/5.2/forms/checks-radios.md (renamed from site/content/docs/5.1/forms/checks-radios.md)2
-rw-r--r--site/content/docs/5.2/forms/floating-labels.md (renamed from site/content/docs/5.1/forms/floating-labels.md)0
-rw-r--r--site/content/docs/5.2/forms/form-control.md (renamed from site/content/docs/5.1/forms/form-control.md)0
-rw-r--r--site/content/docs/5.2/forms/input-group.md (renamed from site/content/docs/5.1/forms/input-group.md)0
-rw-r--r--site/content/docs/5.2/forms/layout.md (renamed from site/content/docs/5.1/forms/layout.md)0
-rw-r--r--site/content/docs/5.2/forms/overview.md (renamed from site/content/docs/5.1/forms/overview.md)2
-rw-r--r--site/content/docs/5.2/forms/range.md (renamed from site/content/docs/5.1/forms/range.md)0
-rw-r--r--site/content/docs/5.2/forms/select.md (renamed from site/content/docs/5.1/forms/select.md)0
-rw-r--r--site/content/docs/5.2/forms/validation.md (renamed from site/content/docs/5.1/forms/validation.md)2
-rw-r--r--site/content/docs/5.2/getting-started/accessibility.md (renamed from site/content/docs/5.1/getting-started/accessibility.md)0
-rw-r--r--site/content/docs/5.2/getting-started/best-practices.md (renamed from site/content/docs/5.1/getting-started/best-practices.md)0
-rw-r--r--site/content/docs/5.2/getting-started/browsers-devices.md (renamed from site/content/docs/5.1/getting-started/browsers-devices.md)0
-rw-r--r--site/content/docs/5.2/getting-started/contents.md (renamed from site/content/docs/5.1/getting-started/contents.md)0
-rw-r--r--site/content/docs/5.2/getting-started/contribute.md (renamed from site/content/docs/5.1/getting-started/contribute.md)2
-rw-r--r--site/content/docs/5.2/getting-started/download.md (renamed from site/content/docs/5.1/getting-started/download.md)0
-rw-r--r--site/content/docs/5.2/getting-started/introduction.md (renamed from site/content/docs/5.1/getting-started/introduction.md)2
-rw-r--r--site/content/docs/5.2/getting-started/javascript.md (renamed from site/content/docs/5.1/getting-started/javascript.md)0
-rw-r--r--site/content/docs/5.2/getting-started/parcel.md (renamed from site/content/docs/5.1/getting-started/parcel.md)0
-rw-r--r--site/content/docs/5.2/getting-started/rfs.md (renamed from site/content/docs/5.1/getting-started/rfs.md)0
-rw-r--r--site/content/docs/5.2/getting-started/rtl.md (renamed from site/content/docs/5.1/getting-started/rtl.md)0
-rw-r--r--site/content/docs/5.2/getting-started/webpack.md (renamed from site/content/docs/5.1/getting-started/webpack.md)0
-rw-r--r--site/content/docs/5.2/helpers/clearfix.md (renamed from site/content/docs/5.1/helpers/clearfix.md)2
-rw-r--r--site/content/docs/5.2/helpers/color-background.md (renamed from site/content/docs/5.1/helpers/color-background.md)0
-rw-r--r--site/content/docs/5.2/helpers/colored-links.md (renamed from site/content/docs/5.1/helpers/colored-links.md)0
-rw-r--r--site/content/docs/5.2/helpers/position.md (renamed from site/content/docs/5.1/helpers/position.md)0
-rw-r--r--site/content/docs/5.2/helpers/ratio.md (renamed from site/content/docs/5.1/helpers/ratio.md)0
-rw-r--r--site/content/docs/5.2/helpers/stacks.md (renamed from site/content/docs/5.1/helpers/stacks.md)0
-rw-r--r--site/content/docs/5.2/helpers/stretched-link.md (renamed from site/content/docs/5.1/helpers/stretched-link.md)0
-rw-r--r--site/content/docs/5.2/helpers/text-truncation.md (renamed from site/content/docs/5.1/helpers/text-truncation.md)0
-rw-r--r--site/content/docs/5.2/helpers/vertical-rule.md (renamed from site/content/docs/5.1/helpers/vertical-rule.md)0
-rw-r--r--site/content/docs/5.2/helpers/visually-hidden.md (renamed from site/content/docs/5.1/helpers/visually-hidden.md)2
-rw-r--r--site/content/docs/5.2/layout/breakpoints.md (renamed from site/content/docs/5.1/layout/breakpoints.md)2
-rw-r--r--site/content/docs/5.2/layout/columns.md (renamed from site/content/docs/5.1/layout/columns.md)0
-rw-r--r--site/content/docs/5.2/layout/containers.md (renamed from site/content/docs/5.1/layout/containers.md)0
-rw-r--r--site/content/docs/5.2/layout/css-grid.md (renamed from site/content/docs/5.1/layout/css-grid.md)0
-rw-r--r--site/content/docs/5.2/layout/grid.md (renamed from site/content/docs/5.1/layout/grid.md)0
-rw-r--r--site/content/docs/5.2/layout/gutters.md (renamed from site/content/docs/5.1/layout/gutters.md)0
-rw-r--r--site/content/docs/5.2/layout/utilities.md (renamed from site/content/docs/5.1/layout/utilities.md)0
-rw-r--r--site/content/docs/5.2/layout/z-index.md (renamed from site/content/docs/5.1/layout/z-index.md)0
-rw-r--r--site/content/docs/5.2/migration.md (renamed from site/content/docs/5.1/migration.md)0
-rw-r--r--site/content/docs/5.2/utilities/api.md (renamed from site/content/docs/5.1/utilities/api.md)2
-rw-r--r--site/content/docs/5.2/utilities/background.md (renamed from site/content/docs/5.1/utilities/background.md)0
-rw-r--r--site/content/docs/5.2/utilities/borders.md (renamed from site/content/docs/5.1/utilities/borders.md)0
-rw-r--r--site/content/docs/5.2/utilities/colors.md (renamed from site/content/docs/5.1/utilities/colors.md)0
-rw-r--r--site/content/docs/5.2/utilities/display.md (renamed from site/content/docs/5.1/utilities/display.md)0
-rw-r--r--site/content/docs/5.2/utilities/flex.md (renamed from site/content/docs/5.1/utilities/flex.md)0
-rw-r--r--site/content/docs/5.2/utilities/float.md (renamed from site/content/docs/5.1/utilities/float.md)0
-rw-r--r--site/content/docs/5.2/utilities/interactions.md (renamed from site/content/docs/5.1/utilities/interactions.md)0
-rw-r--r--site/content/docs/5.2/utilities/opacity.md (renamed from site/content/docs/5.1/utilities/opacity.md)0
-rw-r--r--site/content/docs/5.2/utilities/overflow.md (renamed from site/content/docs/5.1/utilities/overflow.md)0
-rw-r--r--site/content/docs/5.2/utilities/position.md (renamed from site/content/docs/5.1/utilities/position.md)0
-rw-r--r--site/content/docs/5.2/utilities/shadows.md (renamed from site/content/docs/5.1/utilities/shadows.md)0
-rw-r--r--site/content/docs/5.2/utilities/sizing.md (renamed from site/content/docs/5.1/utilities/sizing.md)0
-rw-r--r--site/content/docs/5.2/utilities/spacing.md (renamed from site/content/docs/5.1/utilities/spacing.md)0
-rw-r--r--site/content/docs/5.2/utilities/text.md (renamed from site/content/docs/5.1/utilities/text.md)0
-rw-r--r--site/content/docs/5.2/utilities/vertical-align.md (renamed from site/content/docs/5.1/utilities/vertical-align.md)0
-rw-r--r--site/content/docs/5.2/utilities/visibility.md (renamed from site/content/docs/5.1/utilities/visibility.md)0
-rw-r--r--site/content/docs/_index.html2
-rw-r--r--site/data/docs-versions.yml3
-rw-r--r--site/layouts/partials/home/masthead.html6
-rw-r--r--site/static/docs/5.2/assets/brand/bootstrap-logo-black.svg (renamed from site/static/docs/5.1/assets/brand/bootstrap-logo-black.svg)0
-rw-r--r--site/static/docs/5.2/assets/brand/bootstrap-logo-shadow.png (renamed from site/static/docs/5.1/assets/brand/bootstrap-logo-shadow.png)bin48625 -> 48625 bytes
-rw-r--r--site/static/docs/5.2/assets/brand/bootstrap-logo-white.svg (renamed from site/static/docs/5.1/assets/brand/bootstrap-logo-white.svg)0
-rw-r--r--site/static/docs/5.2/assets/brand/bootstrap-logo.svg (renamed from site/static/docs/5.1/assets/brand/bootstrap-logo.svg)0
-rw-r--r--site/static/docs/5.2/assets/brand/bootstrap-social-logo.png (renamed from site/static/docs/5.1/assets/brand/bootstrap-social-logo.png)bin145590 -> 145590 bytes
-rw-r--r--site/static/docs/5.2/assets/brand/bootstrap-social.png (renamed from site/static/docs/5.1/assets/brand/bootstrap-social.png)bin54961 -> 54961 bytes
-rw-r--r--site/static/docs/5.2/assets/img/bootstrap-icons.png (renamed from site/static/docs/5.1/assets/img/bootstrap-icons.png)bin40798 -> 40798 bytes
-rw-r--r--site/static/docs/5.2/assets/img/bootstrap-icons@2x.png (renamed from site/static/docs/5.1/assets/img/bootstrap-icons@2x.png)bin125571 -> 125571 bytes
-rw-r--r--site/static/docs/5.2/assets/img/bootstrap-themes-collage.png (renamed from site/static/docs/5.1/assets/img/bootstrap-themes-collage.png)bin74829 -> 74829 bytes
-rw-r--r--site/static/docs/5.2/assets/img/bootstrap-themes-collage@2x.png (renamed from site/static/docs/5.1/assets/img/bootstrap-themes-collage@2x.png)bin244640 -> 244640 bytes
-rw-r--r--site/static/docs/5.2/assets/img/bootstrap-themes.png (renamed from site/static/docs/5.1/assets/img/bootstrap-themes.png)bin88695 -> 88695 bytes
-rw-r--r--site/static/docs/5.2/assets/img/bootstrap-themes@2x.png (renamed from site/static/docs/5.1/assets/img/bootstrap-themes@2x.png)bin278159 -> 278159 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/album-rtl.png (renamed from site/static/docs/5.1/assets/img/examples/album-rtl.png)bin6392 -> 6392 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/album-rtl@2x.png (renamed from site/static/docs/5.1/assets/img/examples/album-rtl@2x.png)bin15450 -> 15450 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/album.png (renamed from site/static/docs/5.1/assets/img/examples/album.png)bin10760 -> 10760 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/album@2x.png (renamed from site/static/docs/5.1/assets/img/examples/album@2x.png)bin25026 -> 25026 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/blog-rtl.png (renamed from site/static/docs/5.1/assets/img/examples/blog-rtl.png)bin12545 -> 12545 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/blog-rtl@2x.png (renamed from site/static/docs/5.1/assets/img/examples/blog-rtl@2x.png)bin31035 -> 31035 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/blog.png (renamed from site/static/docs/5.1/assets/img/examples/blog.png)bin15245 -> 15245 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/blog@2x.png (renamed from site/static/docs/5.1/assets/img/examples/blog@2x.png)bin36944 -> 36944 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/carousel-rtl.png (renamed from site/static/docs/5.1/assets/img/examples/carousel-rtl.png)bin10344 -> 10344 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/carousel-rtl@2x.png (renamed from site/static/docs/5.1/assets/img/examples/carousel-rtl@2x.png)bin24535 -> 24535 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/carousel.png (renamed from site/static/docs/5.1/assets/img/examples/carousel.png)bin13314 -> 13314 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/carousel@2x.png (renamed from site/static/docs/5.1/assets/img/examples/carousel@2x.png)bin31465 -> 31465 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/cheatsheet-rtl.png (renamed from site/static/docs/5.1/assets/img/examples/cheatsheet-rtl.png)bin6089 -> 6089 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/cheatsheet-rtl@2x.png (renamed from site/static/docs/5.1/assets/img/examples/cheatsheet-rtl@2x.png)bin13863 -> 13863 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/cheatsheet.png (renamed from site/static/docs/5.1/assets/img/examples/cheatsheet.png)bin8132 -> 8132 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/cheatsheet@2x.png (renamed from site/static/docs/5.1/assets/img/examples/cheatsheet@2x.png)bin19324 -> 19324 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/checkout-rtl.png (renamed from site/static/docs/5.1/assets/img/examples/checkout-rtl.png)bin8848 -> 8848 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/checkout-rtl@2x.png (renamed from site/static/docs/5.1/assets/img/examples/checkout-rtl@2x.png)bin21965 -> 21965 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/checkout.png (renamed from site/static/docs/5.1/assets/img/examples/checkout.png)bin7639 -> 7639 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/checkout@2x.png (renamed from site/static/docs/5.1/assets/img/examples/checkout@2x.png)bin19105 -> 19105 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/cover.png (renamed from site/static/docs/5.1/assets/img/examples/cover.png)bin7240 -> 7240 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/cover@2x.png (renamed from site/static/docs/5.1/assets/img/examples/cover@2x.png)bin17927 -> 17927 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/dashboard-rtl.png (renamed from site/static/docs/5.1/assets/img/examples/dashboard-rtl.png)bin8261 -> 8261 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/dashboard-rtl@2x.png (renamed from site/static/docs/5.1/assets/img/examples/dashboard-rtl@2x.png)bin19399 -> 19399 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/dashboard.png (renamed from site/static/docs/5.1/assets/img/examples/dashboard.png)bin11914 -> 11914 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/dashboard@2x.png (renamed from site/static/docs/5.1/assets/img/examples/dashboard@2x.png)bin26556 -> 26556 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/dropdowns.png (renamed from site/static/docs/5.1/assets/img/examples/dropdowns.png)bin6146 -> 6146 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/dropdowns@2x.png (renamed from site/static/docs/5.1/assets/img/examples/dropdowns@2x.png)bin15203 -> 15203 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/features.png (renamed from site/static/docs/5.1/assets/img/examples/features.png)bin6067 -> 6067 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/features@2x.png (renamed from site/static/docs/5.1/assets/img/examples/features@2x.png)bin15002 -> 15002 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/footers.png (renamed from site/static/docs/5.1/assets/img/examples/footers.png)bin4324 -> 4324 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/footers@2x.png (renamed from site/static/docs/5.1/assets/img/examples/footers@2x.png)bin10238 -> 10238 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/grid.png (renamed from site/static/docs/5.1/assets/img/examples/grid.png)bin14485 -> 14485 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/grid@2x.png (renamed from site/static/docs/5.1/assets/img/examples/grid@2x.png)bin34834 -> 34834 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/headers.png (renamed from site/static/docs/5.1/assets/img/examples/headers.png)bin5197 -> 5197 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/headers@2x.png (renamed from site/static/docs/5.1/assets/img/examples/headers@2x.png)bin12639 -> 12639 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/heroes.png (renamed from site/static/docs/5.1/assets/img/examples/heroes.png)bin9017 -> 9017 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/heroes@2x.png (renamed from site/static/docs/5.1/assets/img/examples/heroes@2x.png)bin23433 -> 23433 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/jumbotron.png (renamed from site/static/docs/5.1/assets/img/examples/jumbotron.png)bin9155 -> 9155 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/jumbotron@2x.png (renamed from site/static/docs/5.1/assets/img/examples/jumbotron@2x.png)bin23316 -> 23316 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/list-groups.png (renamed from site/static/docs/5.1/assets/img/examples/list-groups.png)bin7134 -> 7134 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/list-groups@2x.png (renamed from site/static/docs/5.1/assets/img/examples/list-groups@2x.png)bin17804 -> 17804 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/masonry.png (renamed from site/static/docs/5.1/assets/img/examples/masonry.png)bin15253 -> 15253 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/masonry@2x.png (renamed from site/static/docs/5.1/assets/img/examples/masonry@2x.png)bin37733 -> 37733 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/modals.png (renamed from site/static/docs/5.1/assets/img/examples/modals.png)bin4814 -> 4814 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/modals@2x.png (renamed from site/static/docs/5.1/assets/img/examples/modals@2x.png)bin11689 -> 11689 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbar-bottom.png (renamed from site/static/docs/5.1/assets/img/examples/navbar-bottom.png)bin4873 -> 4873 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbar-bottom@2x.png (renamed from site/static/docs/5.1/assets/img/examples/navbar-bottom@2x.png)bin11666 -> 11666 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbar-fixed.png (renamed from site/static/docs/5.1/assets/img/examples/navbar-fixed.png)bin5911 -> 5911 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbar-fixed@2x.png (renamed from site/static/docs/5.1/assets/img/examples/navbar-fixed@2x.png)bin14103 -> 14103 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbar-static.png (renamed from site/static/docs/5.1/assets/img/examples/navbar-static.png)bin6624 -> 6624 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbar-static@2x.png (renamed from site/static/docs/5.1/assets/img/examples/navbar-static@2x.png)bin15155 -> 15155 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbars-offcanvas.png (renamed from site/static/docs/5.1/assets/img/examples/navbars-offcanvas.png)bin6919 -> 6919 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbars-offcanvas@2x.png (renamed from site/static/docs/5.1/assets/img/examples/navbars-offcanvas@2x.png)bin17121 -> 17121 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbars.png (renamed from site/static/docs/5.1/assets/img/examples/navbars.png)bin13126 -> 13126 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/navbars@2x.png (renamed from site/static/docs/5.1/assets/img/examples/navbars@2x.png)bin31168 -> 31168 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/offcanvas-navbar.png (renamed from site/static/docs/5.1/assets/img/examples/offcanvas-navbar.png)bin9691 -> 9691 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/offcanvas-navbar@2x.png (renamed from site/static/docs/5.1/assets/img/examples/offcanvas-navbar@2x.png)bin23975 -> 23975 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/pricing.png (renamed from site/static/docs/5.1/assets/img/examples/pricing.png)bin11621 -> 11621 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/pricing@2x.png (renamed from site/static/docs/5.1/assets/img/examples/pricing@2x.png)bin29088 -> 29088 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/product.png (renamed from site/static/docs/5.1/assets/img/examples/product.png)bin12906 -> 12906 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/product@2x.png (renamed from site/static/docs/5.1/assets/img/examples/product@2x.png)bin27953 -> 27953 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sidebars.png (renamed from site/static/docs/5.1/assets/img/examples/sidebars.png)bin12287 -> 12287 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sidebars@2x.png (renamed from site/static/docs/5.1/assets/img/examples/sidebars@2x.png)bin33499 -> 33499 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sign-in.png (renamed from site/static/docs/5.1/assets/img/examples/sign-in.png)bin2199 -> 2199 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sign-in@2x.png (renamed from site/static/docs/5.1/assets/img/examples/sign-in@2x.png)bin4568 -> 4568 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/starter-template.png (renamed from site/static/docs/5.1/assets/img/examples/starter-template.png)bin7753 -> 7753 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/starter-template@2x.png (renamed from site/static/docs/5.1/assets/img/examples/starter-template@2x.png)bin20134 -> 20134 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sticky-footer-navbar.png (renamed from site/static/docs/5.1/assets/img/examples/sticky-footer-navbar.png)bin6979 -> 6979 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sticky-footer-navbar@2x.png (renamed from site/static/docs/5.1/assets/img/examples/sticky-footer-navbar@2x.png)bin15836 -> 15836 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sticky-footer.png (renamed from site/static/docs/5.1/assets/img/examples/sticky-footer.png)bin4280 -> 4280 bytes
-rw-r--r--site/static/docs/5.2/assets/img/examples/sticky-footer@2x.png (renamed from site/static/docs/5.1/assets/img/examples/sticky-footer@2x.png)bin9665 -> 9665 bytes
-rw-r--r--site/static/docs/5.2/assets/img/favicons/android-chrome-192x192.png (renamed from site/static/docs/5.1/assets/img/favicons/android-chrome-192x192.png)bin8364 -> 8364 bytes
-rw-r--r--site/static/docs/5.2/assets/img/favicons/android-chrome-512x512.png (renamed from site/static/docs/5.1/assets/img/favicons/android-chrome-512x512.png)bin23832 -> 23832 bytes
-rw-r--r--site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png (renamed from site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png)bin7650 -> 7650 bytes
-rw-r--r--site/static/docs/5.2/assets/img/favicons/favicon-16x16.png (renamed from site/static/docs/5.1/assets/img/favicons/favicon-16x16.png)bin529 -> 529 bytes
-rw-r--r--site/static/docs/5.2/assets/img/favicons/favicon-32x32.png (renamed from site/static/docs/5.1/assets/img/favicons/favicon-32x32.png)bin1159 -> 1159 bytes
-rw-r--r--site/static/docs/5.2/assets/img/favicons/favicon.ico (renamed from site/static/docs/5.1/assets/img/favicons/favicon.ico)bin15086 -> 15086 bytes
-rw-r--r--site/static/docs/5.2/assets/img/favicons/manifest.json (renamed from site/static/docs/5.1/assets/img/favicons/manifest.json)0
-rw-r--r--site/static/docs/5.2/assets/img/favicons/safari-pinned-tab.svg (renamed from site/static/docs/5.1/assets/img/favicons/safari-pinned-tab.svg)0
-rw-r--r--site/static/docs/5.2/assets/js/validate-forms.js (renamed from site/static/docs/5.1/assets/js/validate-forms.js)0
313 files changed, 85 insertions, 84 deletions
diff --git a/README.md b/README.md
index 32a9608ff1..4821c170ee 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://getbootstrap.com/">
- <img src="https://getbootstrap.com/docs/5.1/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
+ <img src="https://getbootstrap.com/docs/5.2/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
</a>
</p>
@@ -9,7 +9,7 @@
<p align="center">
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
<br>
- <a href="https://getbootstrap.com/docs/5.1/"><strong>Explore Bootstrap docs »</strong></a>
+ <a href="https://getbootstrap.com/docs/5.2/"><strong>Explore Bootstrap docs »</strong></a>
<br>
<br>
<a href="https://github.com/twbs/bootstrap/issues/new?assignees=-&labels=bug&template=bug_report.yml">Report bug</a>
@@ -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 aff997edc3..214d4e8970 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 51a9ff8ea2..0c03cb2ecb 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 d6e587fb1d..d4a5ee338d 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 7d4b555ea0..0263d756ff 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 75bb90c326..09de681beb 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 e2a52e7eba..c891f383d4 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 64f38d7e64..b68f32e7cc 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 b1088e106f..24892fb4ba 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 4209f3188e..04bb2e5881 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 413aa6e284..c3abaca67c 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 2d96d65fc8..842f0ab21f 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 ed565bebbf..37d09a2274 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 dfa9a63aad..87dc496764 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 cb6c5e627c..824e04e3dc 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 0ae5dbfdab..34616eb37a 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 b6d1e2010e..d4c9b34892 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 71c111a941..323194c534 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 3fa5e4c9e9..74bfc41484 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 8ee8c8c968..14e923ea6f 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 db626048f6..a7368d085b 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 8f121e5bd2..31619de719 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 bd44c3fdc4..f1f0701c55 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 f6c194276b..1878de3307 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 88fd16b104..40509c1ba9 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 4e52fd3eb0..161501e391 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 1db61ae707..06402d296f 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 86a2bca01f..8b66b76be8 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 ac09b6fa13..66baa3dade 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 8a8d4da798..39fa450c02 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 e76e693042..0c11636522 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 e561a6a74a..fe9b818c4f 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 392b1d6827..049c51bb25 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 e927ee4912..115cab4db5 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 b733597f77..4bae00fe78 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 48428a10fb..43a40c5c66 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 794bbf5ed9..a167ff89a7 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 198e6af8c3..0000000000
--- 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 0000000000..fe65dc364c
--- /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
index 80c613526e..80c613526e 100644
--- a/site/content/docs/5.1/about/brand.md
+++ b/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
index 07e60e00aa..07e60e00aa 100644
--- a/site/content/docs/5.1/about/license.md
+++ b/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
index 4fd0193143..f61101c15f 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
index 3c1666f29d..3c1666f29d 100644
--- a/site/content/docs/5.1/about/team.md
+++ b/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
index e719e3a842..e719e3a842 100644
--- a/site/content/docs/5.1/about/translations.md
+++ b/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
index ee906f686a..2e247239c8 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
index 59f9a349f8..59f9a349f8 100644
--- a/site/content/docs/5.1/components/alerts.md
+++ b/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
index 55b1ffb851..55b1ffb851 100644
--- a/site/content/docs/5.1/components/badge.md
+++ b/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
index 05df37a0aa..05df37a0aa 100644
--- a/site/content/docs/5.1/components/breadcrumb.md
+++ b/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
index 184ca4973a..184ca4973a 100644
--- a/site/content/docs/5.1/components/button-group.md
+++ b/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
index fb9249e6c6..fb9249e6c6 100644
--- a/site/content/docs/5.1/components/buttons.md
+++ b/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
index 9e395cd5ec..9e395cd5ec 100644
--- a/site/content/docs/5.1/components/card.md
+++ b/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
index 2714a09dce..2714a09dce 100644
--- a/site/content/docs/5.1/components/carousel.md
+++ b/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
index f4a3ed071e..f4a3ed071e 100644
--- a/site/content/docs/5.1/components/close-button.md
+++ b/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
index 91dbef5456..91dbef5456 100644
--- a/site/content/docs/5.1/components/collapse.md
+++ b/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
index fdae7ae7fe..fdae7ae7fe 100644
--- a/site/content/docs/5.1/components/dropdowns.md
+++ b/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
index 45d65ddc01..45d65ddc01 100644
--- a/site/content/docs/5.1/components/list-group.md
+++ b/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
index 762a569bff..762a569bff 100644
--- a/site/content/docs/5.1/components/modal.md
+++ b/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
index 392531160d..392531160d 100644
--- a/site/content/docs/5.1/components/navbar.md
+++ b/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
index b3d3067503..e09a9fee0e 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
index 0a487b3b60..0a487b3b60 100644
--- a/site/content/docs/5.1/components/offcanvas.md
+++ b/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
index 7251405761..7251405761 100644
--- a/site/content/docs/5.1/components/pagination.md
+++ b/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
index 4de405756f..4de405756f 100644
--- a/site/content/docs/5.1/components/placeholders.md
+++ b/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
index a9ff961c26..a9ff961c26 100644
--- a/site/content/docs/5.1/components/popovers.md
+++ b/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
index 8fbba3be77..8fbba3be77 100644
--- a/site/content/docs/5.1/components/progress.md
+++ b/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
index 30cf79b3e7..30cf79b3e7 100644
--- a/site/content/docs/5.1/components/scrollspy.md
+++ b/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
index bc1b1e64f8..bc1b1e64f8 100644
--- a/site/content/docs/5.1/components/spinners.md
+++ b/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
index 46f241cb3b..46f241cb3b 100644
--- a/site/content/docs/5.1/components/toasts.md
+++ b/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
index 458301620a..458301620a 100644
--- a/site/content/docs/5.1/components/tooltips.md
+++ b/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
index 29a38d7237..29a38d7237 100644
--- a/site/content/docs/5.1/content/figures.md
+++ b/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
index b55e7a2b87..b55e7a2b87 100644
--- a/site/content/docs/5.1/content/images.md
+++ b/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
index 7d00e42c64..4a1521cd00 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
index 577e3ef84c..577e3ef84c 100644
--- a/site/content/docs/5.1/content/tables.md
+++ b/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
index 3c71df7d11..3c71df7d11 100644
--- a/site/content/docs/5.1/content/typography.md
+++ b/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
index 23a7f71042..23a7f71042 100644
--- a/site/content/docs/5.1/customize/color.md
+++ b/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
index b512a9036b..b512a9036b 100644
--- a/site/content/docs/5.1/customize/components.md
+++ b/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
index 13142f6ad7..13142f6ad7 100644
--- a/site/content/docs/5.1/customize/css-variables.md
+++ b/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
index b5e8de7ee2..b5e8de7ee2 100644
--- a/site/content/docs/5.1/customize/optimize.md
+++ b/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
index 5013fb9b31..5013fb9b31 100644
--- a/site/content/docs/5.1/customize/options.md
+++ b/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
index e839c45d27..1b332bfe46 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
index 0be56db9b4..0be56db9b4 100644
--- a/site/content/docs/5.1/customize/sass.md
+++ b/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
index 79ea92df07..79ea92df07 100644
--- a/site/content/docs/5.1/examples/.stylelintrc
+++ b/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
index 8241892a53..8241892a53 100644
--- a/site/content/docs/5.1/examples/_index.md
+++ b/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
index 3408056bc0..3408056bc0 100644
--- a/site/content/docs/5.1/examples/album-rtl/index.html
+++ b/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
index 2d25d726ae..2d25d726ae 100644
--- a/site/content/docs/5.1/examples/album/index.html
+++ b/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
index 1aa228ead0..1aa228ead0 100644
--- a/site/content/docs/5.1/examples/blog-rtl/index.html
+++ b/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
index cc5fc7473a..cc5fc7473a 100644
--- a/site/content/docs/5.1/examples/blog/blog.css
+++ b/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
index fc03c35a31..fc03c35a31 100644
--- a/site/content/docs/5.1/examples/blog/blog.rtl.css
+++ b/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
index dc5339c8a2..dc5339c8a2 100644
--- a/site/content/docs/5.1/examples/blog/index.html
+++ b/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
index b8c35d6698..b8c35d6698 100644
--- a/site/content/docs/5.1/examples/carousel-rtl/index.html
+++ b/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
index 0bdf9768d2..0bdf9768d2 100644
--- a/site/content/docs/5.1/examples/carousel/carousel.css
+++ b/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
index d20a8111ab..d20a8111ab 100644
--- a/site/content/docs/5.1/examples/carousel/carousel.rtl.css
+++ b/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
index 67c0dd5291..67c0dd5291 100644
--- a/site/content/docs/5.1/examples/carousel/index.html
+++ b/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
index 91e7e0ecb5..91e7e0ecb5 100644
--- a/site/content/docs/5.1/examples/cheatsheet-rtl/index.html
+++ b/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
index e2f99b8592..e2f99b8592 100644
--- a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.css
+++ b/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
index e25a89e75d..e25a89e75d 100644
--- a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.js
+++ b/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
index e04d848717..e04d848717 100644
--- a/site/content/docs/5.1/examples/cheatsheet/cheatsheet.rtl.css
+++ b/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
index c3c76fae0d..c3c76fae0d 100644
--- a/site/content/docs/5.1/examples/cheatsheet/index.html
+++ b/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
index e0ca621b18..e0ca621b18 100644
--- a/site/content/docs/5.1/examples/checkout-rtl/index.html
+++ b/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
index e5ea31c405..e5ea31c405 100644
--- a/site/content/docs/5.1/examples/checkout/form-validation.css
+++ b/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
index 30ea0aa6b1..30ea0aa6b1 100644
--- a/site/content/docs/5.1/examples/checkout/form-validation.js
+++ b/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
index 4809dc4bb7..4809dc4bb7 100644
--- a/site/content/docs/5.1/examples/checkout/index.html
+++ b/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
index 1b1c5407b2..1b1c5407b2 100644
--- a/site/content/docs/5.1/examples/cover/cover.css
+++ b/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
index e8276a8de3..e8276a8de3 100644
--- a/site/content/docs/5.1/examples/cover/index.html
+++ b/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
index 96e0895bf2..96e0895bf2 100644
--- a/site/content/docs/5.1/examples/dashboard-rtl/dashboard.js
+++ b/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
index be8ef6a88c..be8ef6a88c 100644
--- a/site/content/docs/5.1/examples/dashboard-rtl/index.html
+++ b/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
index 4426da7fe0..4426da7fe0 100644
--- a/site/content/docs/5.1/examples/dashboard/dashboard.css
+++ b/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
index e1379758b2..e1379758b2 100644
--- a/site/content/docs/5.1/examples/dashboard/dashboard.js
+++ b/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
index a3f114f0ff..a3f114f0ff 100644
--- a/site/content/docs/5.1/examples/dashboard/dashboard.rtl.css
+++ b/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
index 7e08308992..7e08308992 100644
--- a/site/content/docs/5.1/examples/dashboard/index.html
+++ b/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
index 556f310a9d..556f310a9d 100644
--- a/site/content/docs/5.1/examples/dropdowns/dropdowns.css
+++ b/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
index f08f69701b..f08f69701b 100644
--- a/site/content/docs/5.1/examples/dropdowns/index.html
+++ b/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
index 619222364d..619222364d 100644
--- a/site/content/docs/5.1/examples/features/features.css
+++ b/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
index ebbde2d30d..ebbde2d30d 100644
--- a/site/content/docs/5.1/examples/features/index.html
+++ b/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
index ed2e36a78d..ed2e36a78d 100644
--- a/site/content/docs/5.1/examples/features/unsplash-photo-1.jpg
+++ b/site/content/docs/5.2/examples/features/unsplash-photo-1.jpg
Binary files differ
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
index b66864a005..b66864a005 100644
--- a/site/content/docs/5.1/examples/features/unsplash-photo-2.jpg
+++ b/site/content/docs/5.2/examples/features/unsplash-photo-2.jpg
Binary files differ
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
index c411b17ec0..c411b17ec0 100644
--- a/site/content/docs/5.1/examples/features/unsplash-photo-3.jpg
+++ b/site/content/docs/5.2/examples/features/unsplash-photo-3.jpg
Binary files differ
diff --git a/site/content/docs/5.1/examples/footers/index.html b/site/content/docs/5.2/examples/footers/index.html
index 827c2426aa..827c2426aa 100644
--- a/site/content/docs/5.1/examples/footers/index.html
+++ b/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
index 18e3568b1b..18e3568b1b 100644
--- a/site/content/docs/5.1/examples/grid/grid.css
+++ b/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
index fae182a1cd..fae182a1cd 100644
--- a/site/content/docs/5.1/examples/grid/index.html
+++ b/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
index 8230c9a5f5..8230c9a5f5 100644
--- a/site/content/docs/5.1/examples/headers/headers.css
+++ b/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
index 8d82330dc3..8d82330dc3 100644
--- a/site/content/docs/5.1/examples/headers/index.html
+++ b/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
index 471a9eddfe..471a9eddfe 100644
--- a/site/content/docs/5.1/examples/heroes/bootstrap-docs.png
+++ b/site/content/docs/5.2/examples/heroes/bootstrap-docs.png
Binary files differ
diff --git a/site/content/docs/5.1/examples/heroes/bootstrap-themes.png b/site/content/docs/5.2/examples/heroes/bootstrap-themes.png
index 13c32337d6..13c32337d6 100644
--- a/site/content/docs/5.1/examples/heroes/bootstrap-themes.png
+++ b/site/content/docs/5.2/examples/heroes/bootstrap-themes.png
Binary files differ
diff --git a/site/content/docs/5.1/examples/heroes/heroes.css b/site/content/docs/5.2/examples/heroes/heroes.css
index e9deaf744f..e9deaf744f 100644
--- a/site/content/docs/5.1/examples/heroes/heroes.css
+++ b/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
index ef621fd500..ef621fd500 100644
--- a/site/content/docs/5.1/examples/heroes/index.html
+++ b/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
index 99cc61dee3..99cc61dee3 100644
--- a/site/content/docs/5.1/examples/jumbotron/index.html
+++ b/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
index 9599913c02..9599913c02 100644
--- a/site/content/docs/5.1/examples/list-groups/index.html
+++ b/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
index 218508412b..218508412b 100644
--- a/site/content/docs/5.1/examples/list-groups/list-groups.css
+++ b/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
index 9061d7cceb..9061d7cceb 100644
--- a/site/content/docs/5.1/examples/masonry/index.html
+++ b/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
index 0f16aabf8b..0f16aabf8b 100644
--- a/site/content/docs/5.1/examples/modals/index.html
+++ b/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
index 51ad2c4fb7..51ad2c4fb7 100644
--- a/site/content/docs/5.1/examples/modals/modals.css
+++ b/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
index 1a6399975f..1a6399975f 100644
--- a/site/content/docs/5.1/examples/navbar-bottom/index.html
+++ b/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
index b0d9986520..b0d9986520 100644
--- a/site/content/docs/5.1/examples/navbar-fixed/index.html
+++ b/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
index c77c0c1475..c77c0c1475 100644
--- 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
diff --git a/site/content/docs/5.1/examples/navbar-static/index.html b/site/content/docs/5.2/examples/navbar-static/index.html
index b6c26c94a0..b6c26c94a0 100644
--- a/site/content/docs/5.1/examples/navbar-static/index.html
+++ b/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
index 25bbdde094..25bbdde094 100644
--- a/site/content/docs/5.1/examples/navbar-static/navbar-top.css
+++ b/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
index 47041fa011..47041fa011 100644
--- a/site/content/docs/5.1/examples/navbars-offcanvas/index.html
+++ b/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
index 70d209409d..70d209409d 100644
--- a/site/content/docs/5.1/examples/navbars-offcanvas/navbar.css
+++ b/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
index f0a49c1d40..f0a49c1d40 100644
--- a/site/content/docs/5.1/examples/navbars/index.html
+++ b/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
index 70d209409d..70d209409d 100644
--- a/site/content/docs/5.1/examples/navbars/navbar.css
+++ b/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
index 0e6d569158..0499cc3034 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_css:
extra_js:
- src: "offcanvas.js"
body_class: "bg-light"
-aliases: "/docs/5.1/examples/offcanvas/"
+aliases: "/docs/5.2/examples/offcanvas/"
---
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark" aria-label="Main navigation">
diff --git a/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.css b/site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.css
index f855b96a55..f855b96a55 100644
--- a/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.css
+++ b/site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.css
diff --git a/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.js b/site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.js
index b97a171648..b97a171648 100644
--- a/site/content/docs/5.1/examples/offcanvas-navbar/offcanvas.js
+++ b/site/content/docs/5.2/examples/offcanvas-navbar/offcanvas.js
diff --git a/site/content/docs/5.1/examples/pricing/index.html b/site/content/docs/5.2/examples/pricing/index.html
index c62c68c70a..c62c68c70a 100644
--- a/site/content/docs/5.1/examples/pricing/index.html
+++ b/site/content/docs/5.2/examples/pricing/index.html
diff --git a/site/content/docs/5.1/examples/pricing/pricing.css b/site/content/docs/5.2/examples/pricing/pricing.css
index c7304d10be..c7304d10be 100644
--- a/site/content/docs/5.1/examples/pricing/pricing.css
+++ b/site/content/docs/5.2/examples/pricing/pricing.css
diff --git a/site/content/docs/5.1/examples/product/index.html b/site/content/docs/5.2/examples/product/index.html
index 291901efa2..291901efa2 100644
--- a/site/content/docs/5.1/examples/product/index.html
+++ b/site/content/docs/5.2/examples/product/index.html
diff --git a/site/content/docs/5.1/examples/product/product.css b/site/content/docs/5.2/examples/product/product.css
index 5fcb582b43..5fcb582b43 100644
--- a/site/content/docs/5.1/examples/product/product.css
+++ b/site/content/docs/5.2/examples/product/product.css
diff --git a/site/content/docs/5.1/examples/sidebars/index.html b/site/content/docs/5.2/examples/sidebars/index.html
index e540e54799..e540e54799 100644
--- a/site/content/docs/5.1/examples/sidebars/index.html
+++ b/site/content/docs/5.2/examples/sidebars/index.html
diff --git a/site/content/docs/5.1/examples/sidebars/sidebars.css b/site/content/docs/5.2/examples/sidebars/sidebars.css
index 5dc9fbaebd..5dc9fbaebd 100644
--- a/site/content/docs/5.1/examples/sidebars/sidebars.css
+++ b/site/content/docs/5.2/examples/sidebars/sidebars.css
diff --git a/site/content/docs/5.1/examples/sidebars/sidebars.js b/site/content/docs/5.2/examples/sidebars/sidebars.js
index 4075f1f155..4075f1f155 100644
--- a/site/content/docs/5.1/examples/sidebars/sidebars.js
+++ b/site/content/docs/5.2/examples/sidebars/sidebars.js
diff --git a/site/content/docs/5.1/examples/sign-in/index.html b/site/content/docs/5.2/examples/sign-in/index.html
index 8772ba3c6c..8772ba3c6c 100644
--- a/site/content/docs/5.1/examples/sign-in/index.html
+++ b/site/content/docs/5.2/examples/sign-in/index.html
diff --git a/site/content/docs/5.1/examples/sign-in/signin.css b/site/content/docs/5.2/examples/sign-in/signin.css
index 89deea44c5..89deea44c5 100644
--- a/site/content/docs/5.1/examples/sign-in/signin.css
+++ b/site/content/docs/5.2/examples/sign-in/signin.css
diff --git a/site/content/docs/5.1/examples/starter-template/index.html b/site/content/docs/5.2/examples/starter-template/index.html
index e1eda9e304..e1eda9e304 100644
--- a/site/content/docs/5.1/examples/starter-template/index.html
+++ b/site/content/docs/5.2/examples/starter-template/index.html
diff --git a/site/content/docs/5.1/examples/starter-template/starter-template.css b/site/content/docs/5.2/examples/starter-template/starter-template.css
index 582dcbe4f6..582dcbe4f6 100644
--- a/site/content/docs/5.1/examples/starter-template/starter-template.css
+++ b/site/content/docs/5.2/examples/starter-template/starter-template.css
diff --git a/site/content/docs/5.1/examples/sticky-footer-navbar/index.html b/site/content/docs/5.2/examples/sticky-footer-navbar/index.html
index 1f807a6dc1..1f807a6dc1 100644
--- a/site/content/docs/5.1/examples/sticky-footer-navbar/index.html
+++ b/site/content/docs/5.2/examples/sticky-footer-navbar/index.html
diff --git a/site/content/docs/5.1/examples/sticky-footer-navbar/sticky-footer-navbar.css b/site/content/docs/5.2/examples/sticky-footer-navbar/sticky-footer-navbar.css
index 3087ead7db..3087ead7db 100644
--- a/site/content/docs/5.1/examples/sticky-footer-navbar/sticky-footer-navbar.css
+++ b/site/content/docs/5.2/examples/sticky-footer-navbar/sticky-footer-navbar.css
diff --git a/site/content/docs/5.1/examples/sticky-footer/index.html b/site/content/docs/5.2/examples/sticky-footer/index.html
index 7a6e127cd6..7a6e127cd6 100644
--- a/site/content/docs/5.1/examples/sticky-footer/index.html
+++ b/site/content/docs/5.2/examples/sticky-footer/index.html
diff --git a/site/content/docs/5.1/examples/sticky-footer/sticky-footer.css b/site/content/docs/5.2/examples/sticky-footer/sticky-footer.css
index f8be437294..f8be437294 100644
--- a/site/content/docs/5.1/examples/sticky-footer/sticky-footer.css
+++ b/site/content/docs/5.2/examples/sticky-footer/sticky-footer.css
diff --git a/site/content/docs/5.1/extend/approach.md b/site/content/docs/5.2/extend/approach.md
index 033ab219fd..8dbd16fc39 100644
--- a/site/content/docs/5.1/extend/approach.md
+++ b/site/content/docs/5.2/extend/approach.md
@@ -4,7 +4,7 @@ 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/5.1/extend/"
+ - "/docs/5.2/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.
diff --git a/site/content/docs/5.1/extend/icons.md b/site/content/docs/5.2/extend/icons.md
index 1e26503bdb..1e26503bdb 100644
--- a/site/content/docs/5.1/extend/icons.md
+++ b/site/content/docs/5.2/extend/icons.md
diff --git a/site/content/docs/5.1/forms/checks-radios.md b/site/content/docs/5.2/forms/checks-radios.md
index 2ca72543ca..812e7c198e 100644
--- a/site/content/docs/5.1/forms/checks-radios.md
+++ b/site/content/docs/5.2/forms/checks-radios.md
@@ -3,7 +3,7 @@ layout: docs
title: Checks and radios
description: Create consistent cross-browser and cross-device checkboxes and radios with our completely rewritten checks component.
group: forms
-aliases: "/docs/5.1/forms/checks/"
+aliases: "/docs/5.2/forms/checks/"
toc: true
---
diff --git a/site/content/docs/5.1/forms/floating-labels.md b/site/content/docs/5.2/forms/floating-labels.md
index a19bbdbfe9..a19bbdbfe9 100644
--- a/site/content/docs/5.1/forms/floating-labels.md
+++ b/site/content/docs/5.2/forms/floating-labels.md
diff --git a/site/content/docs/5.1/forms/form-control.md b/site/content/docs/5.2/forms/form-control.md
index 9c1c495b16..9c1c495b16 100644
--- a/site/content/docs/5.1/forms/form-control.md
+++ b/site/content/docs/5.2/forms/form-control.md
diff --git a/site/content/docs/5.1/forms/input-group.md b/site/content/docs/5.2/forms/input-group.md
index 00e9eeec9a..00e9eeec9a 100644
--- a/site/content/docs/5.1/forms/input-group.md
+++ b/site/content/docs/5.2/forms/input-group.md
diff --git a/site/content/docs/5.1/forms/layout.md b/site/content/docs/5.2/forms/layout.md
index 21423040e4..21423040e4 100644
--- a/site/content/docs/5.1/forms/layout.md
+++ b/site/content/docs/5.2/forms/layout.md
diff --git a/site/content/docs/5.1/forms/overview.md b/site/content/docs/5.2/forms/overview.md
index 29bead1a3d..f38ad90354 100644
--- a/site/content/docs/5.1/forms/overview.md
+++ b/site/content/docs/5.2/forms/overview.md
@@ -4,7 +4,7 @@ title: Forms
description: Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.
group: forms
toc: true
-aliases: "/docs/5.1/forms/"
+aliases: "/docs/5.2/forms/"
sections:
- title: Form control
description: Style textual inputs and textareas with support for multiple states.
diff --git a/site/content/docs/5.1/forms/range.md b/site/content/docs/5.2/forms/range.md
index d7ac6965cd..d7ac6965cd 100644
--- a/site/content/docs/5.1/forms/range.md
+++ b/site/content/docs/5.2/forms/range.md
diff --git a/site/content/docs/5.1/forms/select.md b/site/content/docs/5.2/forms/select.md
index 7f0c255efb..7f0c255efb 100644
--- a/site/content/docs/5.1/forms/select.md
+++ b/site/content/docs/5.2/forms/select.md
diff --git a/site/content/docs/5.1/forms/validation.md b/site/content/docs/5.2/forms/validation.md
index a6962d6774..f55c7e9cc9 100644
--- a/site/content/docs/5.1/forms/validation.md
+++ b/site/content/docs/5.2/forms/validation.md
@@ -5,7 +5,7 @@ description: Provide valuable, actionable feedback to your users with HTML5 form
group: forms
toc: true
extra_js:
- - src: "/docs/5.1/assets/js/validate-forms.js"
+ - src: "/docs/5.2/assets/js/validate-forms.js"
async: true
---
diff --git a/site/content/docs/5.1/getting-started/accessibility.md b/site/content/docs/5.2/getting-started/accessibility.md
index e9f1cb3165..e9f1cb3165 100644
--- a/site/content/docs/5.1/getting-started/accessibility.md
+++ b/site/content/docs/5.2/getting-started/accessibility.md
diff --git a/site/content/docs/5.1/getting-started/best-practices.md b/site/content/docs/5.2/getting-started/best-practices.md
index e17fc1290a..e17fc1290a 100644
--- a/site/content/docs/5.1/getting-started/best-practices.md
+++ b/site/content/docs/5.2/getting-started/best-practices.md
diff --git a/site/content/docs/5.1/getting-started/browsers-devices.md b/site/content/docs/5.2/getting-started/browsers-devices.md
index 41885feaad..41885feaad 100644
--- a/site/content/docs/5.1/getting-started/browsers-devices.md
+++ b/site/content/docs/5.2/getting-started/browsers-devices.md
diff --git a/site/content/docs/5.1/getting-started/contents.md b/site/content/docs/5.2/getting-started/contents.md
index a83b65ee3e..a83b65ee3e 100644
--- a/site/content/docs/5.1/getting-started/contents.md
+++ b/site/content/docs/5.2/getting-started/contents.md
diff --git a/site/content/docs/5.1/getting-started/contribute.md b/site/content/docs/5.2/getting-started/contribute.md
index 67fe67f94f..6734587935 100644
--- a/site/content/docs/5.1/getting-started/contribute.md
+++ b/site/content/docs/5.2/getting-started/contribute.md
@@ -4,7 +4,7 @@ title: Contribute
description: Help develop Bootstrap with our documentation build scripts and tests.
group: getting-started
toc: true
-aliases: "/docs/5.1/getting-started/build-tools/"
+aliases: "/docs/5.2/getting-started/build-tools/"
---
## Tooling setup
diff --git a/site/content/docs/5.1/getting-started/download.md b/site/content/docs/5.2/getting-started/download.md
index 8a4c8f215d..8a4c8f215d 100644
--- a/site/content/docs/5.1/getting-started/download.md
+++ b/site/content/docs/5.2/getting-started/download.md
diff --git a/site/content/docs/5.1/getting-started/introduction.md b/site/content/docs/5.2/getting-started/introduction.md
index 70bfdc7046..7f843eb27d 100644
--- a/site/content/docs/5.1/getting-started/introduction.md
+++ b/site/content/docs/5.2/getting-started/introduction.md
@@ -4,7 +4,7 @@ title: Get started with Bootstrap
description: Bootstrap is a powerful, feature-packed frontend toolkit. Build anything—from prototype to production—in minutes.
group: getting-started
aliases:
- - "/docs/5.1/getting-started/"
+ - "/docs/5.2/getting-started/"
- "/docs/getting-started/"
- "/getting-started/"
toc: true
diff --git a/site/content/docs/5.1/getting-started/javascript.md b/site/content/docs/5.2/getting-started/javascript.md
index fd676cf423..fd676cf423 100644
--- a/site/content/docs/5.1/getting-started/javascript.md
+++ b/site/content/docs/5.2/getting-started/javascript.md
diff --git a/site/content/docs/5.1/getting-started/parcel.md b/site/content/docs/5.2/getting-started/parcel.md
index 4bdd119e63..4bdd119e63 100644
--- a/site/content/docs/5.1/getting-started/parcel.md
+++ b/site/content/docs/5.2/getting-started/parcel.md
diff --git a/site/content/docs/5.1/getting-started/rfs.md b/site/content/docs/5.2/getting-started/rfs.md
index 5aa6840a4a..5aa6840a4a 100644
--- a/site/content/docs/5.1/getting-started/rfs.md
+++ b/site/content/docs/5.2/getting-started/rfs.md
diff --git a/site/content/docs/5.1/getting-started/rtl.md b/site/content/docs/5.2/getting-started/rtl.md
index 19d9d4141c..19d9d4141c 100644
--- a/site/content/docs/5.1/getting-started/rtl.md
+++ b/site/content/docs/5.2/getting-started/rtl.md
diff --git a/site/content/docs/5.1/getting-started/webpack.md b/site/content/docs/5.2/getting-started/webpack.md
index 3c6c865041..3c6c865041 100644
--- a/site/content/docs/5.1/getting-started/webpack.md
+++ b/site/content/docs/5.2/getting-started/webpack.md
diff --git a/site/content/docs/5.1/helpers/clearfix.md b/site/content/docs/5.2/helpers/clearfix.md
index f1329d5b42..c888610b7c 100644
--- a/site/content/docs/5.1/helpers/clearfix.md
+++ b/site/content/docs/5.2/helpers/clearfix.md
@@ -3,7 +3,7 @@ layout: docs
title: Clearfix
description: Quickly and easily clear floated content within a container by adding a clearfix utility.
group: helpers
-aliases: "/docs/5.1/helpers/"
+aliases: "/docs/5.2/helpers/"
---
Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin.
diff --git a/site/content/docs/5.1/helpers/color-background.md b/site/content/docs/5.2/helpers/color-background.md
index c4174845c6..c4174845c6 100644
--- a/site/content/docs/5.1/helpers/color-background.md
+++ b/site/content/docs/5.2/helpers/color-background.md
diff --git a/site/content/docs/5.1/helpers/colored-links.md b/site/content/docs/5.2/helpers/colored-links.md
index e940196ff8..e940196ff8 100644
--- a/site/content/docs/5.1/helpers/colored-links.md
+++ b/site/content/docs/5.2/helpers/colored-links.md
diff --git a/site/content/docs/5.1/helpers/position.md b/site/content/docs/5.2/helpers/position.md
index b4e1f71f95..b4e1f71f95 100644
--- a/site/content/docs/5.1/helpers/position.md
+++ b/site/content/docs/5.2/helpers/position.md
diff --git a/site/content/docs/5.1/helpers/ratio.md b/site/content/docs/5.2/helpers/ratio.md
index 771bc07cb9..771bc07cb9 100644
--- a/site/content/docs/5.1/helpers/ratio.md
+++ b/site/content/docs/5.2/helpers/ratio.md
diff --git a/site/content/docs/5.1/helpers/stacks.md b/site/content/docs/5.2/helpers/stacks.md
index e1960c5739..e1960c5739 100644
--- a/site/content/docs/5.1/helpers/stacks.md
+++ b/site/content/docs/5.2/helpers/stacks.md
diff --git a/site/content/docs/5.1/helpers/stretched-link.md b/site/content/docs/5.2/helpers/stretched-link.md
index 93bffeb31c..93bffeb31c 100644
--- a/site/content/docs/5.1/helpers/stretched-link.md
+++ b/site/content/docs/5.2/helpers/stretched-link.md
diff --git a/site/content/docs/5.1/helpers/text-truncation.md b/site/content/docs/5.2/helpers/text-truncation.md
index 799f2059b6..799f2059b6 100644
--- a/site/content/docs/5.1/helpers/text-truncation.md
+++ b/site/content/docs/5.2/helpers/text-truncation.md
diff --git a/site/content/docs/5.1/helpers/vertical-rule.md b/site/content/docs/5.2/helpers/vertical-rule.md
index b734f61d46..b734f61d46 100644
--- a/site/content/docs/5.1/helpers/vertical-rule.md
+++ b/site/content/docs/5.2/helpers/vertical-rule.md
diff --git a/site/content/docs/5.1/helpers/visually-hidden.md b/site/content/docs/5.2/helpers/visually-hidden.md
index 245546994e..1124065430 100644
--- a/site/content/docs/5.1/helpers/visually-hidden.md
+++ b/site/content/docs/5.2/helpers/visually-hidden.md
@@ -3,7 +3,7 @@ layout: docs
title: Visually hidden
description: Use these helpers to visually hide elements but keep them accessible to assistive technologies.
group: helpers
-aliases: "/docs/5.1/helpers/screen-readers/"
+aliases: "/docs/5.2/helpers/screen-readers/"
---
Visually hide an element while still allowing it to be exposed to assistive technologies (such as screen readers) with `.visually-hidden`. Use `.visually-hidden-focusable` to visually hide an element by default, but to display it when it's focused (e.g. by a keyboard-only user). `.visually-hidden-focusable` can also be applied to a container–thanks to `:focus-within`, the container will be displayed when any child element of the container receives focus.
diff --git a/site/content/docs/5.1/layout/breakpoints.md b/site/content/docs/5.2/layout/breakpoints.md
index e88795614a..df56924b30 100644
--- a/site/content/docs/5.1/layout/breakpoints.md
+++ b/site/content/docs/5.2/layout/breakpoints.md
@@ -3,7 +3,7 @@ layout: docs
title: Breakpoints
description: Breakpoints are customizable widths that determine how your responsive layout behaves across device or viewport sizes in Bootstrap.
group: layout
-aliases: "/docs/5.1/layout/"
+aliases: "/docs/5.2/layout/"
toc: true
---
diff --git a/site/content/docs/5.1/layout/columns.md b/site/content/docs/5.2/layout/columns.md
index 5c859065a4..5c859065a4 100644
--- a/site/content/docs/5.1/layout/columns.md
+++ b/site/content/docs/5.2/layout/columns.md
diff --git a/site/content/docs/5.1/layout/containers.md b/site/content/docs/5.2/layout/containers.md
index 6801aca6ba..6801aca6ba 100644
--- a/site/content/docs/5.1/layout/containers.md
+++ b/site/content/docs/5.2/layout/containers.md
diff --git a/site/content/docs/5.1/layout/css-grid.md b/site/content/docs/5.2/layout/css-grid.md
index 4b0be38462..4b0be38462 100644
--- a/site/content/docs/5.1/layout/css-grid.md
+++ b/site/content/docs/5.2/layout/css-grid.md
diff --git a/site/content/docs/5.1/layout/grid.md b/site/content/docs/5.2/layout/grid.md
index 05fc1bd65d..05fc1bd65d 100644
--- a/site/content/docs/5.1/layout/grid.md
+++ b/site/content/docs/5.2/layout/grid.md
diff --git a/site/content/docs/5.1/layout/gutters.md b/site/content/docs/5.2/layout/gutters.md
index 9ea13e4ab2..9ea13e4ab2 100644
--- a/site/content/docs/5.1/layout/gutters.md
+++ b/site/content/docs/5.2/layout/gutters.md
diff --git a/site/content/docs/5.1/layout/utilities.md b/site/content/docs/5.2/layout/utilities.md
index 009d2416d1..009d2416d1 100644
--- a/site/content/docs/5.1/layout/utilities.md
+++ b/site/content/docs/5.2/layout/utilities.md
diff --git a/site/content/docs/5.1/layout/z-index.md b/site/content/docs/5.2/layout/z-index.md
index 1870d05d23..1870d05d23 100644
--- a/site/content/docs/5.1/layout/z-index.md
+++ b/site/content/docs/5.2/layout/z-index.md
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.2/migration.md
index 9750e4e77a..9750e4e77a 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.2/migration.md
diff --git a/site/content/docs/5.1/utilities/api.md b/site/content/docs/5.2/utilities/api.md
index 86cf329381..ef6d9ac1eb 100644
--- a/site/content/docs/5.1/utilities/api.md
+++ b/site/content/docs/5.2/utilities/api.md
@@ -3,7 +3,7 @@ layout: docs
title: Utility API
description: The utility API is a Sass-based tool to generate utility classes.
group: utilities
-aliases: "/docs/5.1/utilities/"
+aliases: "/docs/5.2/utilities/"
toc: true
---
diff --git a/site/content/docs/5.1/utilities/background.md b/site/content/docs/5.2/utilities/background.md
index fe0bf573b8..fe0bf573b8 100644
--- a/site/content/docs/5.1/utilities/background.md
+++ b/site/content/docs/5.2/utilities/background.md
diff --git a/site/content/docs/5.1/utilities/borders.md b/site/content/docs/5.2/utilities/borders.md
index 1df69f3725..1df69f3725 100644
--- a/site/content/docs/5.1/utilities/borders.md
+++ b/site/content/docs/5.2/utilities/borders.md
diff --git a/site/content/docs/5.1/utilities/colors.md b/site/content/docs/5.2/utilities/colors.md
index eb917f91c2..eb917f91c2 100644
--- a/site/content/docs/5.1/utilities/colors.md
+++ b/site/content/docs/5.2/utilities/colors.md
diff --git a/site/content/docs/5.1/utilities/display.md b/site/content/docs/5.2/utilities/display.md
index 65eb333c7b..65eb333c7b 100644
--- a/site/content/docs/5.1/utilities/display.md
+++ b/site/content/docs/5.2/utilities/display.md
diff --git a/site/content/docs/5.1/utilities/flex.md b/site/content/docs/5.2/utilities/flex.md
index 567befe0ee..567befe0ee 100644
--- a/site/content/docs/5.1/utilities/flex.md
+++ b/site/content/docs/5.2/utilities/flex.md
diff --git a/site/content/docs/5.1/utilities/float.md b/site/content/docs/5.2/utilities/float.md
index a18c21471c..a18c21471c 100644
--- a/site/content/docs/5.1/utilities/float.md
+++ b/site/content/docs/5.2/utilities/float.md
diff --git a/site/content/docs/5.1/utilities/interactions.md b/site/content/docs/5.2/utilities/interactions.md
index 35ea2b9959..35ea2b9959 100644
--- a/site/content/docs/5.1/utilities/interactions.md
+++ b/site/content/docs/5.2/utilities/interactions.md
diff --git a/site/content/docs/5.1/utilities/opacity.md b/site/content/docs/5.2/utilities/opacity.md
index 5cc4c225fa..5cc4c225fa 100644
--- a/site/content/docs/5.1/utilities/opacity.md
+++ b/site/content/docs/5.2/utilities/opacity.md
diff --git a/site/content/docs/5.1/utilities/overflow.md b/site/content/docs/5.2/utilities/overflow.md
index a36374cd55..a36374cd55 100644
--- a/site/content/docs/5.1/utilities/overflow.md
+++ b/site/content/docs/5.2/utilities/overflow.md
diff --git a/site/content/docs/5.1/utilities/position.md b/site/content/docs/5.2/utilities/position.md
index 177464fa06..177464fa06 100644
--- a/site/content/docs/5.1/utilities/position.md
+++ b/site/content/docs/5.2/utilities/position.md
diff --git a/site/content/docs/5.1/utilities/shadows.md b/site/content/docs/5.2/utilities/shadows.md
index bb5ef44abb..bb5ef44abb 100644
--- a/site/content/docs/5.1/utilities/shadows.md
+++ b/site/content/docs/5.2/utilities/shadows.md
diff --git a/site/content/docs/5.1/utilities/sizing.md b/site/content/docs/5.2/utilities/sizing.md
index 962575ffe3..962575ffe3 100644
--- a/site/content/docs/5.1/utilities/sizing.md
+++ b/site/content/docs/5.2/utilities/sizing.md
diff --git a/site/content/docs/5.1/utilities/spacing.md b/site/content/docs/5.2/utilities/spacing.md
index 1e5f6d32f4..1e5f6d32f4 100644
--- a/site/content/docs/5.1/utilities/spacing.md
+++ b/site/content/docs/5.2/utilities/spacing.md
diff --git a/site/content/docs/5.1/utilities/text.md b/site/content/docs/5.2/utilities/text.md
index 060194f1b0..060194f1b0 100644
--- a/site/content/docs/5.1/utilities/text.md
+++ b/site/content/docs/5.2/utilities/text.md
diff --git a/site/content/docs/5.1/utilities/vertical-align.md b/site/content/docs/5.2/utilities/vertical-align.md
index 9fe0eeb932..9fe0eeb932 100644
--- a/site/content/docs/5.1/utilities/vertical-align.md
+++ b/site/content/docs/5.2/utilities/vertical-align.md
diff --git a/site/content/docs/5.1/utilities/visibility.md b/site/content/docs/5.2/utilities/visibility.md
index 61eb302418..61eb302418 100644
--- a/site/content/docs/5.1/utilities/visibility.md
+++ b/site/content/docs/5.2/utilities/visibility.md
diff --git a/site/content/docs/_index.html b/site/content/docs/_index.html
index 198e6af8c3..fe65dc364c 100644
--- a/site/content/docs/_index.html
+++ b/site/content/docs/_index.html
@@ -1,5 +1,5 @@
---
layout: redirect
sitemap_exclude: true
-redirect: "/docs/5.1/getting-started/introduction/"
+redirect: "/docs/5.2/getting-started/introduction/"
---
diff --git a/site/data/docs-versions.yml b/site/data/docs-versions.yml
index 1c49d20500..c497304055 100644
--- a/site/data/docs-versions.yml
+++ b/site/data/docs-versions.yml
@@ -48,7 +48,8 @@
- group: v5.x
baseurl: "https://getbootstrap.com/docs"
- description: "Current major release. Last update was v5.1.3."
+ description: "Current major release. Last update was v5.2.0-beta1."
versions:
- v: "5.0"
- v: "5.1"
+ - v: "5.2"
diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html
index 63ce0e3b19..9e578a3011 100644
--- a/site/layouts/partials/home/masthead.html
+++ b/site/layouts/partials/home/masthead.html
@@ -1,9 +1,9 @@
<div class="bd-masthead mb-3" id="content">
<div class="container-xxl bd-gutter">
<div class="col-md-8 mx-auto text-center">
- <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://blog.getbootstrap.com/2021/08/04/bootstrap-5-1-0/">
- <strong class="d-sm-inline-block p-2 me-2 mb-2 mb-lg-0 rounded-3 masthead-notice">New in v5.1</strong>
- <span class="text-muted">CSS Grid, offcanvas navbars, improved utilities, and more!</span>
+ <a class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none" href="https://blog.getbootstrap.com/2022/05/13/bootstrap-5-2-0-beta/">
+ <strong class="d-sm-inline-block p-2 me-2 mb-2 mb-lg-0 rounded-3 masthead-notice">New in v5.2</strong>
+ <span class="text-muted">CSS variables, responsive offcanvas, new utilites, and more!</span>
</a>
<img src="/docs/{{ .Site.Params.docs_version }}/assets/brand/bootstrap-logo-shadow.png" width="200" height="165" alt="Bootstrap" class="d-block mx-auto mb-3">
<h1 class="mb-3 fw-semibold">Build fast, responsive sites with&nbsp;Bootstrap</h1>
diff --git a/site/static/docs/5.1/assets/brand/bootstrap-logo-black.svg b/site/static/docs/5.2/assets/brand/bootstrap-logo-black.svg
index 31e66e1e9c..31e66e1e9c 100644
--- a/site/static/docs/5.1/assets/brand/bootstrap-logo-black.svg
+++ b/site/static/docs/5.2/assets/brand/bootstrap-logo-black.svg
diff --git a/site/static/docs/5.1/assets/brand/bootstrap-logo-shadow.png b/site/static/docs/5.2/assets/brand/bootstrap-logo-shadow.png
index 3643b912e9..3643b912e9 100644
--- a/site/static/docs/5.1/assets/brand/bootstrap-logo-shadow.png
+++ b/site/static/docs/5.2/assets/brand/bootstrap-logo-shadow.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/brand/bootstrap-logo-white.svg b/site/static/docs/5.2/assets/brand/bootstrap-logo-white.svg
index f73d7ca2a4..f73d7ca2a4 100644
--- a/site/static/docs/5.1/assets/brand/bootstrap-logo-white.svg
+++ b/site/static/docs/5.2/assets/brand/bootstrap-logo-white.svg
diff --git a/site/static/docs/5.1/assets/brand/bootstrap-logo.svg b/site/static/docs/5.2/assets/brand/bootstrap-logo.svg
index f0189652b8..f0189652b8 100644
--- a/site/static/docs/5.1/assets/brand/bootstrap-logo.svg
+++ b/site/static/docs/5.2/assets/brand/bootstrap-logo.svg
diff --git a/site/static/docs/5.1/assets/brand/bootstrap-social-logo.png b/site/static/docs/5.2/assets/brand/bootstrap-social-logo.png
index 9dbb732a41..9dbb732a41 100644
--- a/site/static/docs/5.1/assets/brand/bootstrap-social-logo.png
+++ b/site/static/docs/5.2/assets/brand/bootstrap-social-logo.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/brand/bootstrap-social.png b/site/static/docs/5.2/assets/brand/bootstrap-social.png
index c7adc6f85b..c7adc6f85b 100644
--- a/site/static/docs/5.1/assets/brand/bootstrap-social.png
+++ b/site/static/docs/5.2/assets/brand/bootstrap-social.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/bootstrap-icons.png b/site/static/docs/5.2/assets/img/bootstrap-icons.png
index 9c418d5f33..9c418d5f33 100644
--- a/site/static/docs/5.1/assets/img/bootstrap-icons.png
+++ b/site/static/docs/5.2/assets/img/bootstrap-icons.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/bootstrap-icons@2x.png b/site/static/docs/5.2/assets/img/bootstrap-icons@2x.png
index 8d08df766b..8d08df766b 100644
--- a/site/static/docs/5.1/assets/img/bootstrap-icons@2x.png
+++ b/site/static/docs/5.2/assets/img/bootstrap-icons@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/bootstrap-themes-collage.png b/site/static/docs/5.2/assets/img/bootstrap-themes-collage.png
index 0a3bf5d69e..0a3bf5d69e 100644
--- a/site/static/docs/5.1/assets/img/bootstrap-themes-collage.png
+++ b/site/static/docs/5.2/assets/img/bootstrap-themes-collage.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/bootstrap-themes-collage@2x.png b/site/static/docs/5.2/assets/img/bootstrap-themes-collage@2x.png
index ad165eb19a..ad165eb19a 100644
--- a/site/static/docs/5.1/assets/img/bootstrap-themes-collage@2x.png
+++ b/site/static/docs/5.2/assets/img/bootstrap-themes-collage@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/bootstrap-themes.png b/site/static/docs/5.2/assets/img/bootstrap-themes.png
index d43dba2a7d..d43dba2a7d 100644
--- a/site/static/docs/5.1/assets/img/bootstrap-themes.png
+++ b/site/static/docs/5.2/assets/img/bootstrap-themes.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/bootstrap-themes@2x.png b/site/static/docs/5.2/assets/img/bootstrap-themes@2x.png
index 13c32337d6..13c32337d6 100644
--- a/site/static/docs/5.1/assets/img/bootstrap-themes@2x.png
+++ b/site/static/docs/5.2/assets/img/bootstrap-themes@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/album-rtl.png b/site/static/docs/5.2/assets/img/examples/album-rtl.png
index 8bec58f1c4..8bec58f1c4 100644
--- a/site/static/docs/5.1/assets/img/examples/album-rtl.png
+++ b/site/static/docs/5.2/assets/img/examples/album-rtl.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/album-rtl@2x.png b/site/static/docs/5.2/assets/img/examples/album-rtl@2x.png
index 47b5b9a4a5..47b5b9a4a5 100644
--- a/site/static/docs/5.1/assets/img/examples/album-rtl@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/album-rtl@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/album.png b/site/static/docs/5.2/assets/img/examples/album.png
index 9f628babf4..9f628babf4 100644
--- a/site/static/docs/5.1/assets/img/examples/album.png
+++ b/site/static/docs/5.2/assets/img/examples/album.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/album@2x.png b/site/static/docs/5.2/assets/img/examples/album@2x.png
index 00c938df8e..00c938df8e 100644
--- a/site/static/docs/5.1/assets/img/examples/album@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/album@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/blog-rtl.png b/site/static/docs/5.2/assets/img/examples/blog-rtl.png
index 5d01bb0924..5d01bb0924 100644
--- a/site/static/docs/5.1/assets/img/examples/blog-rtl.png
+++ b/site/static/docs/5.2/assets/img/examples/blog-rtl.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/blog-rtl@2x.png b/site/static/docs/5.2/assets/img/examples/blog-rtl@2x.png
index 56554e2bf1..56554e2bf1 100644
--- a/site/static/docs/5.1/assets/img/examples/blog-rtl@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/blog-rtl@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/blog.png b/site/static/docs/5.2/assets/img/examples/blog.png
index 3ce428418e..3ce428418e 100644
--- a/site/static/docs/5.1/assets/img/examples/blog.png
+++ b/site/static/docs/5.2/assets/img/examples/blog.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/blog@2x.png b/site/static/docs/5.2/assets/img/examples/blog@2x.png
index f5480314b4..f5480314b4 100644
--- a/site/static/docs/5.1/assets/img/examples/blog@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/blog@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/carousel-rtl.png b/site/static/docs/5.2/assets/img/examples/carousel-rtl.png
index 1fb5ae6a88..1fb5ae6a88 100644
--- a/site/static/docs/5.1/assets/img/examples/carousel-rtl.png
+++ b/site/static/docs/5.2/assets/img/examples/carousel-rtl.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/carousel-rtl@2x.png b/site/static/docs/5.2/assets/img/examples/carousel-rtl@2x.png
index 2beeca0965..2beeca0965 100644
--- a/site/static/docs/5.1/assets/img/examples/carousel-rtl@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/carousel-rtl@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/carousel.png b/site/static/docs/5.2/assets/img/examples/carousel.png
index b8ea3ce1c7..b8ea3ce1c7 100644
--- a/site/static/docs/5.1/assets/img/examples/carousel.png
+++ b/site/static/docs/5.2/assets/img/examples/carousel.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/carousel@2x.png b/site/static/docs/5.2/assets/img/examples/carousel@2x.png
index 39df35930c..39df35930c 100644
--- a/site/static/docs/5.1/assets/img/examples/carousel@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/carousel@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl.png b/site/static/docs/5.2/assets/img/examples/cheatsheet-rtl.png
index 93fd59324f..93fd59324f 100644
--- a/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl.png
+++ b/site/static/docs/5.2/assets/img/examples/cheatsheet-rtl.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl@2x.png b/site/static/docs/5.2/assets/img/examples/cheatsheet-rtl@2x.png
index fa895cec03..fa895cec03 100644
--- a/site/static/docs/5.1/assets/img/examples/cheatsheet-rtl@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/cheatsheet-rtl@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/cheatsheet.png b/site/static/docs/5.2/assets/img/examples/cheatsheet.png
index 074be00155..074be00155 100644
--- a/site/static/docs/5.1/assets/img/examples/cheatsheet.png
+++ b/site/static/docs/5.2/assets/img/examples/cheatsheet.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/cheatsheet@2x.png b/site/static/docs/5.2/assets/img/examples/cheatsheet@2x.png
index c958b6cb60..c958b6cb60 100644
--- a/site/static/docs/5.1/assets/img/examples/cheatsheet@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/cheatsheet@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/checkout-rtl.png b/site/static/docs/5.2/assets/img/examples/checkout-rtl.png
index f3cb89ea41..f3cb89ea41 100644
--- a/site/static/docs/5.1/assets/img/examples/checkout-rtl.png
+++ b/site/static/docs/5.2/assets/img/examples/checkout-rtl.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/checkout-rtl@2x.png b/site/static/docs/5.2/assets/img/examples/checkout-rtl@2x.png
index 5d7b801cf7..5d7b801cf7 100644
--- a/site/static/docs/5.1/assets/img/examples/checkout-rtl@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/checkout-rtl@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/checkout.png b/site/static/docs/5.2/assets/img/examples/checkout.png
index cb81ef2d7c..cb81ef2d7c 100644
--- a/site/static/docs/5.1/assets/img/examples/checkout.png
+++ b/site/static/docs/5.2/assets/img/examples/checkout.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/checkout@2x.png b/site/static/docs/5.2/assets/img/examples/checkout@2x.png
index 79c7b4bb82..79c7b4bb82 100644
--- a/site/static/docs/5.1/assets/img/examples/checkout@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/checkout@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/cover.png b/site/static/docs/5.2/assets/img/examples/cover.png
index 5458ff11d3..5458ff11d3 100644
--- a/site/static/docs/5.1/assets/img/examples/cover.png
+++ b/site/static/docs/5.2/assets/img/examples/cover.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/cover@2x.png b/site/static/docs/5.2/assets/img/examples/cover@2x.png
index eacd82e983..eacd82e983 100644
--- a/site/static/docs/5.1/assets/img/examples/cover@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/cover@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/dashboard-rtl.png b/site/static/docs/5.2/assets/img/examples/dashboard-rtl.png
index 7f5b5bb9de..7f5b5bb9de 100644
--- a/site/static/docs/5.1/assets/img/examples/dashboard-rtl.png
+++ b/site/static/docs/5.2/assets/img/examples/dashboard-rtl.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/dashboard-rtl@2x.png b/site/static/docs/5.2/assets/img/examples/dashboard-rtl@2x.png
index 26b031a99b..26b031a99b 100644
--- a/site/static/docs/5.1/assets/img/examples/dashboard-rtl@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/dashboard-rtl@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/dashboard.png b/site/static/docs/5.2/assets/img/examples/dashboard.png
index 52988da739..52988da739 100644
--- a/site/static/docs/5.1/assets/img/examples/dashboard.png
+++ b/site/static/docs/5.2/assets/img/examples/dashboard.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/dashboard@2x.png b/site/static/docs/5.2/assets/img/examples/dashboard@2x.png
index 52b23dff69..52b23dff69 100644
--- a/site/static/docs/5.1/assets/img/examples/dashboard@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/dashboard@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/dropdowns.png b/site/static/docs/5.2/assets/img/examples/dropdowns.png
index 64fc8f2f00..64fc8f2f00 100644
--- a/site/static/docs/5.1/assets/img/examples/dropdowns.png
+++ b/site/static/docs/5.2/assets/img/examples/dropdowns.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/dropdowns@2x.png b/site/static/docs/5.2/assets/img/examples/dropdowns@2x.png
index 35fecb49ac..35fecb49ac 100644
--- a/site/static/docs/5.1/assets/img/examples/dropdowns@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/dropdowns@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/features.png b/site/static/docs/5.2/assets/img/examples/features.png
index c77ed09bbc..c77ed09bbc 100644
--- a/site/static/docs/5.1/assets/img/examples/features.png
+++ b/site/static/docs/5.2/assets/img/examples/features.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/features@2x.png b/site/static/docs/5.2/assets/img/examples/features@2x.png
index 88bd330123..88bd330123 100644
--- a/site/static/docs/5.1/assets/img/examples/features@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/features@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/footers.png b/site/static/docs/5.2/assets/img/examples/footers.png
index ac20b7f5db..ac20b7f5db 100644
--- a/site/static/docs/5.1/assets/img/examples/footers.png
+++ b/site/static/docs/5.2/assets/img/examples/footers.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/footers@2x.png b/site/static/docs/5.2/assets/img/examples/footers@2x.png
index a9a07a2cf8..a9a07a2cf8 100644
--- a/site/static/docs/5.1/assets/img/examples/footers@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/footers@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/grid.png b/site/static/docs/5.2/assets/img/examples/grid.png
index 2c18784c23..2c18784c23 100644
--- a/site/static/docs/5.1/assets/img/examples/grid.png
+++ b/site/static/docs/5.2/assets/img/examples/grid.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/grid@2x.png b/site/static/docs/5.2/assets/img/examples/grid@2x.png
index e95c363658..e95c363658 100644
--- a/site/static/docs/5.1/assets/img/examples/grid@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/grid@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/headers.png b/site/static/docs/5.2/assets/img/examples/headers.png
index 8ad7f6cd2b..8ad7f6cd2b 100644
--- a/site/static/docs/5.1/assets/img/examples/headers.png
+++ b/site/static/docs/5.2/assets/img/examples/headers.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/headers@2x.png b/site/static/docs/5.2/assets/img/examples/headers@2x.png
index 234f9b1e6d..234f9b1e6d 100644
--- a/site/static/docs/5.1/assets/img/examples/headers@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/headers@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/heroes.png b/site/static/docs/5.2/assets/img/examples/heroes.png
index e9bc3e627a..e9bc3e627a 100644
--- a/site/static/docs/5.1/assets/img/examples/heroes.png
+++ b/site/static/docs/5.2/assets/img/examples/heroes.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/heroes@2x.png b/site/static/docs/5.2/assets/img/examples/heroes@2x.png
index fff3a72c70..fff3a72c70 100644
--- a/site/static/docs/5.1/assets/img/examples/heroes@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/heroes@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/jumbotron.png b/site/static/docs/5.2/assets/img/examples/jumbotron.png
index 48e0c9c0e0..48e0c9c0e0 100644
--- a/site/static/docs/5.1/assets/img/examples/jumbotron.png
+++ b/site/static/docs/5.2/assets/img/examples/jumbotron.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/jumbotron@2x.png b/site/static/docs/5.2/assets/img/examples/jumbotron@2x.png
index 229b630076..229b630076 100644
--- a/site/static/docs/5.1/assets/img/examples/jumbotron@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/jumbotron@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/list-groups.png b/site/static/docs/5.2/assets/img/examples/list-groups.png
index 9f49a54ad1..9f49a54ad1 100644
--- a/site/static/docs/5.1/assets/img/examples/list-groups.png
+++ b/site/static/docs/5.2/assets/img/examples/list-groups.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/list-groups@2x.png b/site/static/docs/5.2/assets/img/examples/list-groups@2x.png
index 575d19818a..575d19818a 100644
--- a/site/static/docs/5.1/assets/img/examples/list-groups@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/list-groups@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/masonry.png b/site/static/docs/5.2/assets/img/examples/masonry.png
index 20137306fe..20137306fe 100644
--- a/site/static/docs/5.1/assets/img/examples/masonry.png
+++ b/site/static/docs/5.2/assets/img/examples/masonry.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/masonry@2x.png b/site/static/docs/5.2/assets/img/examples/masonry@2x.png
index 8d9a5cf978..8d9a5cf978 100644
--- a/site/static/docs/5.1/assets/img/examples/masonry@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/masonry@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/modals.png b/site/static/docs/5.2/assets/img/examples/modals.png
index 0c8876a676..0c8876a676 100644
--- a/site/static/docs/5.1/assets/img/examples/modals.png
+++ b/site/static/docs/5.2/assets/img/examples/modals.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/modals@2x.png b/site/static/docs/5.2/assets/img/examples/modals@2x.png
index c18990ace7..c18990ace7 100644
--- a/site/static/docs/5.1/assets/img/examples/modals@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/modals@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbar-bottom.png b/site/static/docs/5.2/assets/img/examples/navbar-bottom.png
index af47666f14..af47666f14 100644
--- a/site/static/docs/5.1/assets/img/examples/navbar-bottom.png
+++ b/site/static/docs/5.2/assets/img/examples/navbar-bottom.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbar-bottom@2x.png b/site/static/docs/5.2/assets/img/examples/navbar-bottom@2x.png
index 93a7cdc49a..93a7cdc49a 100644
--- a/site/static/docs/5.1/assets/img/examples/navbar-bottom@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/navbar-bottom@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbar-fixed.png b/site/static/docs/5.2/assets/img/examples/navbar-fixed.png
index 97df67e960..97df67e960 100644
--- a/site/static/docs/5.1/assets/img/examples/navbar-fixed.png
+++ b/site/static/docs/5.2/assets/img/examples/navbar-fixed.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbar-fixed@2x.png b/site/static/docs/5.2/assets/img/examples/navbar-fixed@2x.png
index 3e0f98b955..3e0f98b955 100644
--- a/site/static/docs/5.1/assets/img/examples/navbar-fixed@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/navbar-fixed@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbar-static.png b/site/static/docs/5.2/assets/img/examples/navbar-static.png
index 8d54f182c6..8d54f182c6 100644
--- a/site/static/docs/5.1/assets/img/examples/navbar-static.png
+++ b/site/static/docs/5.2/assets/img/examples/navbar-static.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbar-static@2x.png b/site/static/docs/5.2/assets/img/examples/navbar-static@2x.png
index 9b057371dd..9b057371dd 100644
--- a/site/static/docs/5.1/assets/img/examples/navbar-static@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/navbar-static@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbars-offcanvas.png b/site/static/docs/5.2/assets/img/examples/navbars-offcanvas.png
index 81b000dbfb..81b000dbfb 100644
--- a/site/static/docs/5.1/assets/img/examples/navbars-offcanvas.png
+++ b/site/static/docs/5.2/assets/img/examples/navbars-offcanvas.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbars-offcanvas@2x.png b/site/static/docs/5.2/assets/img/examples/navbars-offcanvas@2x.png
index af5313436f..af5313436f 100644
--- a/site/static/docs/5.1/assets/img/examples/navbars-offcanvas@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/navbars-offcanvas@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbars.png b/site/static/docs/5.2/assets/img/examples/navbars.png
index 4e7e5fa6a3..4e7e5fa6a3 100644
--- a/site/static/docs/5.1/assets/img/examples/navbars.png
+++ b/site/static/docs/5.2/assets/img/examples/navbars.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/navbars@2x.png b/site/static/docs/5.2/assets/img/examples/navbars@2x.png
index dc0cea0854..dc0cea0854 100644
--- a/site/static/docs/5.1/assets/img/examples/navbars@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/navbars@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/offcanvas-navbar.png b/site/static/docs/5.2/assets/img/examples/offcanvas-navbar.png
index 1e75d26631..1e75d26631 100644
--- a/site/static/docs/5.1/assets/img/examples/offcanvas-navbar.png
+++ b/site/static/docs/5.2/assets/img/examples/offcanvas-navbar.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/offcanvas-navbar@2x.png b/site/static/docs/5.2/assets/img/examples/offcanvas-navbar@2x.png
index e5287dde88..e5287dde88 100644
--- a/site/static/docs/5.1/assets/img/examples/offcanvas-navbar@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/offcanvas-navbar@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/pricing.png b/site/static/docs/5.2/assets/img/examples/pricing.png
index ea7224615a..ea7224615a 100644
--- a/site/static/docs/5.1/assets/img/examples/pricing.png
+++ b/site/static/docs/5.2/assets/img/examples/pricing.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/pricing@2x.png b/site/static/docs/5.2/assets/img/examples/pricing@2x.png
index 959d808a95..959d808a95 100644
--- a/site/static/docs/5.1/assets/img/examples/pricing@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/pricing@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/product.png b/site/static/docs/5.2/assets/img/examples/product.png
index a95eff6221..a95eff6221 100644
--- a/site/static/docs/5.1/assets/img/examples/product.png
+++ b/site/static/docs/5.2/assets/img/examples/product.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/product@2x.png b/site/static/docs/5.2/assets/img/examples/product@2x.png
index 1dfe454821..1dfe454821 100644
--- a/site/static/docs/5.1/assets/img/examples/product@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/product@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sidebars.png b/site/static/docs/5.2/assets/img/examples/sidebars.png
index 00efb311e7..00efb311e7 100644
--- a/site/static/docs/5.1/assets/img/examples/sidebars.png
+++ b/site/static/docs/5.2/assets/img/examples/sidebars.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sidebars@2x.png b/site/static/docs/5.2/assets/img/examples/sidebars@2x.png
index cb167e5351..cb167e5351 100644
--- a/site/static/docs/5.1/assets/img/examples/sidebars@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/sidebars@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sign-in.png b/site/static/docs/5.2/assets/img/examples/sign-in.png
index 8d57f561ca..8d57f561ca 100644
--- a/site/static/docs/5.1/assets/img/examples/sign-in.png
+++ b/site/static/docs/5.2/assets/img/examples/sign-in.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sign-in@2x.png b/site/static/docs/5.2/assets/img/examples/sign-in@2x.png
index 477335984d..477335984d 100644
--- a/site/static/docs/5.1/assets/img/examples/sign-in@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/sign-in@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/starter-template.png b/site/static/docs/5.2/assets/img/examples/starter-template.png
index d4b20217ac..d4b20217ac 100644
--- a/site/static/docs/5.1/assets/img/examples/starter-template.png
+++ b/site/static/docs/5.2/assets/img/examples/starter-template.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/starter-template@2x.png b/site/static/docs/5.2/assets/img/examples/starter-template@2x.png
index 9323837caa..9323837caa 100644
--- a/site/static/docs/5.1/assets/img/examples/starter-template@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/starter-template@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar.png b/site/static/docs/5.2/assets/img/examples/sticky-footer-navbar.png
index cc88cfb2db..cc88cfb2db 100644
--- a/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar.png
+++ b/site/static/docs/5.2/assets/img/examples/sticky-footer-navbar.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar@2x.png b/site/static/docs/5.2/assets/img/examples/sticky-footer-navbar@2x.png
index 9478901f6f..9478901f6f 100644
--- a/site/static/docs/5.1/assets/img/examples/sticky-footer-navbar@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/sticky-footer-navbar@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sticky-footer.png b/site/static/docs/5.2/assets/img/examples/sticky-footer.png
index 4b5246d381..4b5246d381 100644
--- a/site/static/docs/5.1/assets/img/examples/sticky-footer.png
+++ b/site/static/docs/5.2/assets/img/examples/sticky-footer.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/examples/sticky-footer@2x.png b/site/static/docs/5.2/assets/img/examples/sticky-footer@2x.png
index 5a008a0ac3..5a008a0ac3 100644
--- a/site/static/docs/5.1/assets/img/examples/sticky-footer@2x.png
+++ b/site/static/docs/5.2/assets/img/examples/sticky-footer@2x.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/favicons/android-chrome-192x192.png b/site/static/docs/5.2/assets/img/favicons/android-chrome-192x192.png
index 1c276a531e..1c276a531e 100644
--- a/site/static/docs/5.1/assets/img/favicons/android-chrome-192x192.png
+++ b/site/static/docs/5.2/assets/img/favicons/android-chrome-192x192.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/favicons/android-chrome-512x512.png b/site/static/docs/5.2/assets/img/favicons/android-chrome-512x512.png
index 936025e1c6..936025e1c6 100644
--- a/site/static/docs/5.1/assets/img/favicons/android-chrome-512x512.png
+++ b/site/static/docs/5.2/assets/img/favicons/android-chrome-512x512.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png b/site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png
index e7053f970c..e7053f970c 100644
--- a/site/static/docs/5.1/assets/img/favicons/apple-touch-icon.png
+++ b/site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/favicons/favicon-16x16.png b/site/static/docs/5.2/assets/img/favicons/favicon-16x16.png
index 46ab7f8c8f..46ab7f8c8f 100644
--- a/site/static/docs/5.1/assets/img/favicons/favicon-16x16.png
+++ b/site/static/docs/5.2/assets/img/favicons/favicon-16x16.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/favicons/favicon-32x32.png b/site/static/docs/5.2/assets/img/favicons/favicon-32x32.png
index ca0593a213..ca0593a213 100644
--- a/site/static/docs/5.1/assets/img/favicons/favicon-32x32.png
+++ b/site/static/docs/5.2/assets/img/favicons/favicon-32x32.png
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/favicons/favicon.ico b/site/static/docs/5.2/assets/img/favicons/favicon.ico
index 0549906208..0549906208 100644
--- a/site/static/docs/5.1/assets/img/favicons/favicon.ico
+++ b/site/static/docs/5.2/assets/img/favicons/favicon.ico
Binary files differ
diff --git a/site/static/docs/5.1/assets/img/favicons/manifest.json b/site/static/docs/5.2/assets/img/favicons/manifest.json
index 8f2f0f76bf..8f2f0f76bf 100644
--- a/site/static/docs/5.1/assets/img/favicons/manifest.json
+++ b/site/static/docs/5.2/assets/img/favicons/manifest.json
diff --git a/site/static/docs/5.1/assets/img/favicons/safari-pinned-tab.svg b/site/static/docs/5.2/assets/img/favicons/safari-pinned-tab.svg
index aa6e85cb91..aa6e85cb91 100644
--- a/site/static/docs/5.1/assets/img/favicons/safari-pinned-tab.svg
+++ b/site/static/docs/5.2/assets/img/favicons/safari-pinned-tab.svg
diff --git a/site/static/docs/5.1/assets/js/validate-forms.js b/site/static/docs/5.2/assets/js/validate-forms.js
index 30ea0aa6b1..30ea0aa6b1 100644
--- a/site/static/docs/5.1/assets/js/validate-forms.js
+++ b/site/static/docs/5.2/assets/js/validate-forms.js