diff --git a/README.md b/README.md index 51cd31c90..6a29ebcd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Bootstrap logo + Bootstrap logo

@@ -9,7 +9,7 @@

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs » + Explore Bootstrap docs »

Report bug @@ -41,14 +41,14 @@ Several quick start options are available: -- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.5.3.zip) +- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.6.0.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@4.5.3` -- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.5.3` +- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.6.0` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.6.0` - 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/4.5/getting-started/introduction/) for information on the framework contents, templates and examples, and more. +Read the [Getting started page](https://getbootstrap.com/docs/4.6/getting-started/introduction/) for information on the framework contents, templates and examples, and more. ## Status diff --git a/config.yml b/config.yml index 5ad2ac042..d56db6c9f 100644 --- a/config.yml +++ b/config.yml @@ -25,7 +25,7 @@ publishDir: "_gh_pages" module: mounts: - source: dist - target: static/docs/4.5/dist + target: static/docs/4.6/dist - source: site/assets target: assets - source: site/content @@ -36,20 +36,20 @@ module: target: layouts - source: site/static target: static - - source: site/static/docs/4.5/assets/img/favicons/apple-touch-icon.png + - source: site/static/docs/4.6/assets/img/favicons/apple-touch-icon.png target: static/apple-touch-icon.png - - source: site/static/docs/4.5/assets/img/favicons/favicon.ico + - source: site/static/docs/4.6/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/4.5/assets/brand/bootstrap-social.png - social_logo_path: /docs/4.5/assets/brand/bootstrap-social-logo.png + social_image_path: /docs/4.6/assets/brand/bootstrap-social.png + social_logo_path: /docs/4.6/assets/brand/bootstrap-social-logo.png - current_version: "4.5.3" - current_ruby_version: "4.5.3" - docs_version: "4.5" + current_version: "4.6.0" + current_ruby_version: "4.6.0" + docs_version: "4.6" github_org: "https://github.com/twbs" repo: "https://github.com/twbs/bootstrap" twitter: "getbootstrap" @@ -61,17 +61,17 @@ params: icons: "https://icons.getbootstrap.com/" download: - source: "https://github.com/twbs/bootstrap/archive/v4.5.3.zip" - dist: "https://github.com/twbs/bootstrap/releases/download/v4.5.3/bootstrap-4.5.3-dist.zip" - dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.5.3/bootstrap-4.5.3-examples.zip" + source: "https://github.com/twbs/bootstrap/archive/v4.6.0.zip" + dist: "https://github.com/twbs/bootstrap/releases/download/v4.6.0/bootstrap-4.6.0-dist.zip" + dist_examples: "https://github.com/twbs/bootstrap/releases/download/v4.6.0/bootstrap-4.6.0-examples.zip" cdn: # See https://www.srihash.org for info on how to generate the hashes - css: "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" + css: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" css_hash: "sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" - js: "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" + js: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" js_hash: "sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" - js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" + js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" js_bundle_hash: "sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" jquery: "https://code.jquery.com/jquery-3.5.1.slim.min.js" jquery_hash: "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" diff --git a/js/index.js b/js/index.js index e5dcc84bf..4f96305a3 100644 --- a/js/index.js +++ b/js/index.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): index.js + * Bootstrap (v4.6.0): index.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 421da7435..afd7736c7 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): alert.js + * Bootstrap (v4.6.0): alert.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'alert' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.alert' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/button.js b/js/src/button.js index ec40af333..316387e8e 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): button.js + * Bootstrap (v4.6.0): button.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ import $ from 'jquery' */ const NAME = 'button' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.button' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/carousel.js b/js/src/carousel.js index cc6ae4407..b63d406bd 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): carousel.js + * Bootstrap (v4.6.0): carousel.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'carousel' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.carousel' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/collapse.js b/js/src/collapse.js index 0ec037704..af3163be9 100644 --- a/js/src/collapse.js +++ b/js/src/collapse.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): collapse.js + * Bootstrap (v4.6.0): collapse.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'collapse' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.collapse' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/dropdown.js b/js/src/dropdown.js index c27053396..76dda8f57 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): dropdown.js + * Bootstrap (v4.6.0): dropdown.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ import Util from './util' */ const NAME = 'dropdown' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.dropdown' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/modal.js b/js/src/modal.js index ec1991da0..2e3017024 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): modal.js + * Bootstrap (v4.6.0): modal.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'modal' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.modal' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/popover.js b/js/src/popover.js index ee7a4ca9a..4e2c260b9 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): popover.js + * Bootstrap (v4.6.0): popover.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Tooltip from './tooltip' */ const NAME = 'popover' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.popover' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index 7daa51e86..351df0649 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): scrollspy.js + * Bootstrap (v4.6.0): scrollspy.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'scrollspy' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.scrollspy' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/tab.js b/js/src/tab.js index 512016483..e9a6f555f 100644 --- a/js/src/tab.js +++ b/js/src/tab.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): tab.js + * Bootstrap (v4.6.0): tab.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'tab' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.tab' const EVENT_KEY = `.${DATA_KEY}` const DATA_API_KEY = '.data-api' diff --git a/js/src/toast.js b/js/src/toast.js index 953879ebd..0c2186908 100644 --- a/js/src/toast.js +++ b/js/src/toast.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): toast.js + * Bootstrap (v4.6.0): toast.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ import Util from './util' */ const NAME = 'toast' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.toast' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] diff --git a/js/src/tools/sanitizer.js b/js/src/tools/sanitizer.js index 57768e45f..45fd6106c 100644 --- a/js/src/tools/sanitizer.js +++ b/js/src/tools/sanitizer.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): tools/sanitizer.js + * Bootstrap (v4.6.0): tools/sanitizer.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 9a37e73d1..fd6ceea67 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): tooltip.js + * Bootstrap (v4.6.0): tooltip.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ import Util from './util' */ const NAME = 'tooltip' -const VERSION = '4.5.3' +const VERSION = '4.6.0' const DATA_KEY = 'bs.tooltip' const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] diff --git a/js/src/util.js b/js/src/util.js index 6ce6ca50b..cd9d5e3b8 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -1,6 +1,6 @@ /** * -------------------------------------------------------------------------- - * Bootstrap (v4.5.3): util.js + * Bootstrap (v4.6.0): util.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ diff --git a/package-lock.json b/package-lock.json index e21753263..c2d6942f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bootstrap", - "version": "4.5.3", + "version": "4.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.js b/package.js index dd304dc2e..c55620aab 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: '4.5.3', + version: '4.6.0', git: 'https://github.com/twbs/bootstrap.git' }) diff --git a/package.json b/package.json index f0b86b961..4da8cdd70 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": "4.5.3", + "version": "4.6.0", "config": { - "version_short": "4.5" + "version_short": "4.6" }, "keywords": [ "css", diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index f59ed536a..6a6648377 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v4.5.3 (https://getbootstrap.com/) + * Bootstrap Grid v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 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 ca1335a25..2b6cfc2f8 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/) + * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 804a3b315..e86c49da5 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.5.3 (https://getbootstrap.com/) + * Bootstrap v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/site/content/docs/4.5/_index.html b/site/content/docs/4.5/_index.html deleted file mode 100644 index 7db8e4ca4..000000000 --- a/site/content/docs/4.5/_index.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: redirect -sitemap_exclude: true -redirect: "/docs/4.5/getting-started/introduction/" ---- diff --git a/site/content/docs/4.6/_index.html b/site/content/docs/4.6/_index.html new file mode 100644 index 000000000..b9b9f7cb3 --- /dev/null +++ b/site/content/docs/4.6/_index.html @@ -0,0 +1,5 @@ +--- +layout: redirect +sitemap_exclude: true +redirect: "/docs/4.6/getting-started/introduction/" +--- diff --git a/site/content/docs/4.5/about/brand.md b/site/content/docs/4.6/about/brand.md similarity index 100% rename from site/content/docs/4.5/about/brand.md rename to site/content/docs/4.6/about/brand.md diff --git a/site/content/docs/4.5/about/license.md b/site/content/docs/4.6/about/license.md similarity index 100% rename from site/content/docs/4.5/about/license.md rename to site/content/docs/4.6/about/license.md diff --git a/site/content/docs/4.5/about/overview.md b/site/content/docs/4.6/about/overview.md similarity index 99% rename from site/content/docs/4.5/about/overview.md rename to site/content/docs/4.6/about/overview.md index f75f447a1..5fcea6a8b 100644 --- a/site/content/docs/4.5/about/overview.md +++ b/site/content/docs/4.6/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/4.5/about/" + - "/docs/4.6/about/" --- ## Team diff --git a/site/content/docs/4.5/about/team.md b/site/content/docs/4.6/about/team.md similarity index 100% rename from site/content/docs/4.5/about/team.md rename to site/content/docs/4.6/about/team.md diff --git a/site/content/docs/4.5/about/translations.md b/site/content/docs/4.6/about/translations.md similarity index 100% rename from site/content/docs/4.5/about/translations.md rename to site/content/docs/4.6/about/translations.md diff --git a/site/content/docs/4.5/browser-bugs.md b/site/content/docs/4.6/browser-bugs.md similarity index 100% rename from site/content/docs/4.5/browser-bugs.md rename to site/content/docs/4.6/browser-bugs.md diff --git a/site/content/docs/4.5/components/alerts.md b/site/content/docs/4.6/components/alerts.md similarity index 99% rename from site/content/docs/4.5/components/alerts.md rename to site/content/docs/4.6/components/alerts.md index 922722169..8d6cb3983 100644 --- a/site/content/docs/4.5/components/alerts.md +++ b/site/content/docs/4.6/components/alerts.md @@ -5,7 +5,7 @@ description: Provide contextual feedback messages for typical user actions with group: components aliases: - "/components/" - - "/docs/4.5/components/" + - "/docs/4.6/components/" toc: true --- diff --git a/site/content/docs/4.5/components/badge.md b/site/content/docs/4.6/components/badge.md similarity index 100% rename from site/content/docs/4.5/components/badge.md rename to site/content/docs/4.6/components/badge.md diff --git a/site/content/docs/4.5/components/breadcrumb.md b/site/content/docs/4.6/components/breadcrumb.md similarity index 100% rename from site/content/docs/4.5/components/breadcrumb.md rename to site/content/docs/4.6/components/breadcrumb.md diff --git a/site/content/docs/4.5/components/button-group.md b/site/content/docs/4.6/components/button-group.md similarity index 100% rename from site/content/docs/4.5/components/button-group.md rename to site/content/docs/4.6/components/button-group.md diff --git a/site/content/docs/4.5/components/buttons.md b/site/content/docs/4.6/components/buttons.md similarity index 100% rename from site/content/docs/4.5/components/buttons.md rename to site/content/docs/4.6/components/buttons.md diff --git a/site/content/docs/4.5/components/card.md b/site/content/docs/4.6/components/card.md similarity index 100% rename from site/content/docs/4.5/components/card.md rename to site/content/docs/4.6/components/card.md diff --git a/site/content/docs/4.5/components/carousel.md b/site/content/docs/4.6/components/carousel.md similarity index 100% rename from site/content/docs/4.5/components/carousel.md rename to site/content/docs/4.6/components/carousel.md diff --git a/site/content/docs/4.5/components/collapse.md b/site/content/docs/4.6/components/collapse.md similarity index 100% rename from site/content/docs/4.5/components/collapse.md rename to site/content/docs/4.6/components/collapse.md diff --git a/site/content/docs/4.5/components/dropdowns.md b/site/content/docs/4.6/components/dropdowns.md similarity index 100% rename from site/content/docs/4.5/components/dropdowns.md rename to site/content/docs/4.6/components/dropdowns.md diff --git a/site/content/docs/4.5/components/forms.md b/site/content/docs/4.6/components/forms.md similarity index 100% rename from site/content/docs/4.5/components/forms.md rename to site/content/docs/4.6/components/forms.md diff --git a/site/content/docs/4.5/components/input-group.md b/site/content/docs/4.6/components/input-group.md similarity index 100% rename from site/content/docs/4.5/components/input-group.md rename to site/content/docs/4.6/components/input-group.md diff --git a/site/content/docs/4.5/components/jumbotron.md b/site/content/docs/4.6/components/jumbotron.md similarity index 100% rename from site/content/docs/4.5/components/jumbotron.md rename to site/content/docs/4.6/components/jumbotron.md diff --git a/site/content/docs/4.5/components/list-group.md b/site/content/docs/4.6/components/list-group.md similarity index 100% rename from site/content/docs/4.5/components/list-group.md rename to site/content/docs/4.6/components/list-group.md diff --git a/site/content/docs/4.5/components/media-object.md b/site/content/docs/4.6/components/media-object.md similarity index 100% rename from site/content/docs/4.5/components/media-object.md rename to site/content/docs/4.6/components/media-object.md diff --git a/site/content/docs/4.5/components/modal.md b/site/content/docs/4.6/components/modal.md similarity index 100% rename from site/content/docs/4.5/components/modal.md rename to site/content/docs/4.6/components/modal.md diff --git a/site/content/docs/4.5/components/navbar.md b/site/content/docs/4.6/components/navbar.md similarity index 100% rename from site/content/docs/4.5/components/navbar.md rename to site/content/docs/4.6/components/navbar.md diff --git a/site/content/docs/4.5/components/navs.md b/site/content/docs/4.6/components/navs.md similarity index 100% rename from site/content/docs/4.5/components/navs.md rename to site/content/docs/4.6/components/navs.md diff --git a/site/content/docs/4.5/components/pagination.md b/site/content/docs/4.6/components/pagination.md similarity index 100% rename from site/content/docs/4.5/components/pagination.md rename to site/content/docs/4.6/components/pagination.md diff --git a/site/content/docs/4.5/components/popovers.md b/site/content/docs/4.6/components/popovers.md similarity index 100% rename from site/content/docs/4.5/components/popovers.md rename to site/content/docs/4.6/components/popovers.md diff --git a/site/content/docs/4.5/components/progress.md b/site/content/docs/4.6/components/progress.md similarity index 100% rename from site/content/docs/4.5/components/progress.md rename to site/content/docs/4.6/components/progress.md diff --git a/site/content/docs/4.5/components/scrollspy.md b/site/content/docs/4.6/components/scrollspy.md similarity index 100% rename from site/content/docs/4.5/components/scrollspy.md rename to site/content/docs/4.6/components/scrollspy.md diff --git a/site/content/docs/4.5/components/spinners.md b/site/content/docs/4.6/components/spinners.md similarity index 100% rename from site/content/docs/4.5/components/spinners.md rename to site/content/docs/4.6/components/spinners.md diff --git a/site/content/docs/4.5/components/toasts.md b/site/content/docs/4.6/components/toasts.md similarity index 100% rename from site/content/docs/4.5/components/toasts.md rename to site/content/docs/4.6/components/toasts.md diff --git a/site/content/docs/4.5/components/tooltips.md b/site/content/docs/4.6/components/tooltips.md similarity index 100% rename from site/content/docs/4.5/components/tooltips.md rename to site/content/docs/4.6/components/tooltips.md diff --git a/site/content/docs/4.5/content/code.md b/site/content/docs/4.6/content/code.md similarity index 100% rename from site/content/docs/4.5/content/code.md rename to site/content/docs/4.6/content/code.md diff --git a/site/content/docs/4.5/content/figures.md b/site/content/docs/4.6/content/figures.md similarity index 100% rename from site/content/docs/4.5/content/figures.md rename to site/content/docs/4.6/content/figures.md diff --git a/site/content/docs/4.5/content/images.md b/site/content/docs/4.6/content/images.md similarity index 100% rename from site/content/docs/4.5/content/images.md rename to site/content/docs/4.6/content/images.md diff --git a/site/content/docs/4.5/content/reboot.md b/site/content/docs/4.6/content/reboot.md similarity index 99% rename from site/content/docs/4.5/content/reboot.md rename to site/content/docs/4.6/content/reboot.md index 2512f9224..4a11eb6c9 100644 --- a/site/content/docs/4.5/content/reboot.md +++ b/site/content/docs/4.6/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/4.5/content/" +aliases: "/docs/4.6/content/" toc: true --- diff --git a/site/content/docs/4.5/content/tables.md b/site/content/docs/4.6/content/tables.md similarity index 100% rename from site/content/docs/4.5/content/tables.md rename to site/content/docs/4.6/content/tables.md diff --git a/site/content/docs/4.5/content/typography.md b/site/content/docs/4.6/content/typography.md similarity index 100% rename from site/content/docs/4.5/content/typography.md rename to site/content/docs/4.6/content/typography.md diff --git a/site/content/docs/4.5/examples/.stylelintrc b/site/content/docs/4.6/examples/.stylelintrc similarity index 100% rename from site/content/docs/4.5/examples/.stylelintrc rename to site/content/docs/4.6/examples/.stylelintrc diff --git a/site/content/docs/4.5/examples/_index.md b/site/content/docs/4.6/examples/_index.md similarity index 100% rename from site/content/docs/4.5/examples/_index.md rename to site/content/docs/4.6/examples/_index.md diff --git a/site/content/docs/4.5/examples/album/album.css b/site/content/docs/4.6/examples/album/album.css similarity index 100% rename from site/content/docs/4.5/examples/album/album.css rename to site/content/docs/4.6/examples/album/album.css diff --git a/site/content/docs/4.5/examples/album/index.html b/site/content/docs/4.6/examples/album/index.html similarity index 100% rename from site/content/docs/4.5/examples/album/index.html rename to site/content/docs/4.6/examples/album/index.html diff --git a/site/content/docs/4.5/examples/blog/blog.css b/site/content/docs/4.6/examples/blog/blog.css similarity index 100% rename from site/content/docs/4.5/examples/blog/blog.css rename to site/content/docs/4.6/examples/blog/blog.css diff --git a/site/content/docs/4.5/examples/blog/index.html b/site/content/docs/4.6/examples/blog/index.html similarity index 100% rename from site/content/docs/4.5/examples/blog/index.html rename to site/content/docs/4.6/examples/blog/index.html diff --git a/site/content/docs/4.5/examples/carousel/carousel.css b/site/content/docs/4.6/examples/carousel/carousel.css similarity index 100% rename from site/content/docs/4.5/examples/carousel/carousel.css rename to site/content/docs/4.6/examples/carousel/carousel.css diff --git a/site/content/docs/4.5/examples/carousel/index.html b/site/content/docs/4.6/examples/carousel/index.html similarity index 100% rename from site/content/docs/4.5/examples/carousel/index.html rename to site/content/docs/4.6/examples/carousel/index.html diff --git a/site/content/docs/4.5/examples/checkout/form-validation.css b/site/content/docs/4.6/examples/checkout/form-validation.css similarity index 100% rename from site/content/docs/4.5/examples/checkout/form-validation.css rename to site/content/docs/4.6/examples/checkout/form-validation.css diff --git a/site/content/docs/4.5/examples/checkout/form-validation.js b/site/content/docs/4.6/examples/checkout/form-validation.js similarity index 100% rename from site/content/docs/4.5/examples/checkout/form-validation.js rename to site/content/docs/4.6/examples/checkout/form-validation.js diff --git a/site/content/docs/4.5/examples/checkout/index.html b/site/content/docs/4.6/examples/checkout/index.html similarity index 100% rename from site/content/docs/4.5/examples/checkout/index.html rename to site/content/docs/4.6/examples/checkout/index.html diff --git a/site/content/docs/4.5/examples/cover/cover.css b/site/content/docs/4.6/examples/cover/cover.css similarity index 100% rename from site/content/docs/4.5/examples/cover/cover.css rename to site/content/docs/4.6/examples/cover/cover.css diff --git a/site/content/docs/4.5/examples/cover/index.html b/site/content/docs/4.6/examples/cover/index.html similarity index 100% rename from site/content/docs/4.5/examples/cover/index.html rename to site/content/docs/4.6/examples/cover/index.html diff --git a/site/content/docs/4.5/examples/dashboard/dashboard.css b/site/content/docs/4.6/examples/dashboard/dashboard.css similarity index 100% rename from site/content/docs/4.5/examples/dashboard/dashboard.css rename to site/content/docs/4.6/examples/dashboard/dashboard.css diff --git a/site/content/docs/4.5/examples/dashboard/dashboard.js b/site/content/docs/4.6/examples/dashboard/dashboard.js similarity index 100% rename from site/content/docs/4.5/examples/dashboard/dashboard.js rename to site/content/docs/4.6/examples/dashboard/dashboard.js diff --git a/site/content/docs/4.5/examples/dashboard/index.html b/site/content/docs/4.6/examples/dashboard/index.html similarity index 100% rename from site/content/docs/4.5/examples/dashboard/index.html rename to site/content/docs/4.6/examples/dashboard/index.html diff --git a/site/content/docs/4.5/examples/floating-labels/floating-labels.css b/site/content/docs/4.6/examples/floating-labels/floating-labels.css similarity index 100% rename from site/content/docs/4.5/examples/floating-labels/floating-labels.css rename to site/content/docs/4.6/examples/floating-labels/floating-labels.css diff --git a/site/content/docs/4.5/examples/floating-labels/index.html b/site/content/docs/4.6/examples/floating-labels/index.html similarity index 100% rename from site/content/docs/4.5/examples/floating-labels/index.html rename to site/content/docs/4.6/examples/floating-labels/index.html diff --git a/site/content/docs/4.5/examples/grid/grid.css b/site/content/docs/4.6/examples/grid/grid.css similarity index 100% rename from site/content/docs/4.5/examples/grid/grid.css rename to site/content/docs/4.6/examples/grid/grid.css diff --git a/site/content/docs/4.5/examples/grid/index.html b/site/content/docs/4.6/examples/grid/index.html similarity index 100% rename from site/content/docs/4.5/examples/grid/index.html rename to site/content/docs/4.6/examples/grid/index.html diff --git a/site/content/docs/4.5/examples/jumbotron/index.html b/site/content/docs/4.6/examples/jumbotron/index.html similarity index 100% rename from site/content/docs/4.5/examples/jumbotron/index.html rename to site/content/docs/4.6/examples/jumbotron/index.html diff --git a/site/content/docs/4.5/examples/jumbotron/jumbotron.css b/site/content/docs/4.6/examples/jumbotron/jumbotron.css similarity index 100% rename from site/content/docs/4.5/examples/jumbotron/jumbotron.css rename to site/content/docs/4.6/examples/jumbotron/jumbotron.css diff --git a/site/content/docs/4.5/examples/navbar-bottom/index.html b/site/content/docs/4.6/examples/navbar-bottom/index.html similarity index 100% rename from site/content/docs/4.5/examples/navbar-bottom/index.html rename to site/content/docs/4.6/examples/navbar-bottom/index.html diff --git a/site/content/docs/4.5/examples/navbar-fixed/index.html b/site/content/docs/4.6/examples/navbar-fixed/index.html similarity index 100% rename from site/content/docs/4.5/examples/navbar-fixed/index.html rename to site/content/docs/4.6/examples/navbar-fixed/index.html diff --git a/site/content/docs/4.5/examples/navbar-fixed/navbar-top-fixed.css b/site/content/docs/4.6/examples/navbar-fixed/navbar-top-fixed.css similarity index 100% rename from site/content/docs/4.5/examples/navbar-fixed/navbar-top-fixed.css rename to site/content/docs/4.6/examples/navbar-fixed/navbar-top-fixed.css diff --git a/site/content/docs/4.5/examples/navbar-static/index.html b/site/content/docs/4.6/examples/navbar-static/index.html similarity index 100% rename from site/content/docs/4.5/examples/navbar-static/index.html rename to site/content/docs/4.6/examples/navbar-static/index.html diff --git a/site/content/docs/4.5/examples/navbar-static/navbar-top.css b/site/content/docs/4.6/examples/navbar-static/navbar-top.css similarity index 100% rename from site/content/docs/4.5/examples/navbar-static/navbar-top.css rename to site/content/docs/4.6/examples/navbar-static/navbar-top.css diff --git a/site/content/docs/4.5/examples/navbars/index.html b/site/content/docs/4.6/examples/navbars/index.html similarity index 100% rename from site/content/docs/4.5/examples/navbars/index.html rename to site/content/docs/4.6/examples/navbars/index.html diff --git a/site/content/docs/4.5/examples/navbars/navbar.css b/site/content/docs/4.6/examples/navbars/navbar.css similarity index 100% rename from site/content/docs/4.5/examples/navbars/navbar.css rename to site/content/docs/4.6/examples/navbars/navbar.css diff --git a/site/content/docs/4.5/examples/offcanvas/index.html b/site/content/docs/4.6/examples/offcanvas/index.html similarity index 100% rename from site/content/docs/4.5/examples/offcanvas/index.html rename to site/content/docs/4.6/examples/offcanvas/index.html diff --git a/site/content/docs/4.5/examples/offcanvas/offcanvas.css b/site/content/docs/4.6/examples/offcanvas/offcanvas.css similarity index 100% rename from site/content/docs/4.5/examples/offcanvas/offcanvas.css rename to site/content/docs/4.6/examples/offcanvas/offcanvas.css diff --git a/site/content/docs/4.5/examples/offcanvas/offcanvas.js b/site/content/docs/4.6/examples/offcanvas/offcanvas.js similarity index 100% rename from site/content/docs/4.5/examples/offcanvas/offcanvas.js rename to site/content/docs/4.6/examples/offcanvas/offcanvas.js diff --git a/site/content/docs/4.5/examples/pricing/index.html b/site/content/docs/4.6/examples/pricing/index.html similarity index 100% rename from site/content/docs/4.5/examples/pricing/index.html rename to site/content/docs/4.6/examples/pricing/index.html diff --git a/site/content/docs/4.5/examples/pricing/pricing.css b/site/content/docs/4.6/examples/pricing/pricing.css similarity index 100% rename from site/content/docs/4.5/examples/pricing/pricing.css rename to site/content/docs/4.6/examples/pricing/pricing.css diff --git a/site/content/docs/4.5/examples/product/index.html b/site/content/docs/4.6/examples/product/index.html similarity index 100% rename from site/content/docs/4.5/examples/product/index.html rename to site/content/docs/4.6/examples/product/index.html diff --git a/site/content/docs/4.5/examples/product/product.css b/site/content/docs/4.6/examples/product/product.css similarity index 100% rename from site/content/docs/4.5/examples/product/product.css rename to site/content/docs/4.6/examples/product/product.css diff --git a/site/content/docs/4.5/examples/sign-in/index.html b/site/content/docs/4.6/examples/sign-in/index.html similarity index 100% rename from site/content/docs/4.5/examples/sign-in/index.html rename to site/content/docs/4.6/examples/sign-in/index.html diff --git a/site/content/docs/4.5/examples/sign-in/signin.css b/site/content/docs/4.6/examples/sign-in/signin.css similarity index 100% rename from site/content/docs/4.5/examples/sign-in/signin.css rename to site/content/docs/4.6/examples/sign-in/signin.css diff --git a/site/content/docs/4.5/examples/starter-template/index.html b/site/content/docs/4.6/examples/starter-template/index.html similarity index 100% rename from site/content/docs/4.5/examples/starter-template/index.html rename to site/content/docs/4.6/examples/starter-template/index.html diff --git a/site/content/docs/4.5/examples/starter-template/starter-template.css b/site/content/docs/4.6/examples/starter-template/starter-template.css similarity index 100% rename from site/content/docs/4.5/examples/starter-template/starter-template.css rename to site/content/docs/4.6/examples/starter-template/starter-template.css diff --git a/site/content/docs/4.5/examples/sticky-footer-navbar/index.html b/site/content/docs/4.6/examples/sticky-footer-navbar/index.html similarity index 100% rename from site/content/docs/4.5/examples/sticky-footer-navbar/index.html rename to site/content/docs/4.6/examples/sticky-footer-navbar/index.html diff --git a/site/content/docs/4.5/examples/sticky-footer-navbar/sticky-footer-navbar.css b/site/content/docs/4.6/examples/sticky-footer-navbar/sticky-footer-navbar.css similarity index 100% rename from site/content/docs/4.5/examples/sticky-footer-navbar/sticky-footer-navbar.css rename to site/content/docs/4.6/examples/sticky-footer-navbar/sticky-footer-navbar.css diff --git a/site/content/docs/4.5/examples/sticky-footer/index.html b/site/content/docs/4.6/examples/sticky-footer/index.html similarity index 100% rename from site/content/docs/4.5/examples/sticky-footer/index.html rename to site/content/docs/4.6/examples/sticky-footer/index.html diff --git a/site/content/docs/4.5/examples/sticky-footer/sticky-footer.css b/site/content/docs/4.6/examples/sticky-footer/sticky-footer.css similarity index 100% rename from site/content/docs/4.5/examples/sticky-footer/sticky-footer.css rename to site/content/docs/4.6/examples/sticky-footer/sticky-footer.css diff --git a/site/content/docs/4.5/extend/approach.md b/site/content/docs/4.6/extend/approach.md similarity index 99% rename from site/content/docs/4.5/extend/approach.md rename to site/content/docs/4.6/extend/approach.md index 19e3e0658..f2779becd 100644 --- a/site/content/docs/4.5/extend/approach.md +++ b/site/content/docs/4.6/extend/approach.md @@ -3,7 +3,7 @@ layout: docs title: Approach description: Learn about the guiding principles, strategies, and techniques used to build and maintain Bootstrap so you can more easily customize and extend it yourself. group: extend -aliases: "/docs/4.5/extend/" +aliases: "/docs/4.6/extend/" --- While the getting started pages provide an introductory tour of the project and what it offers, this document focuses on _why_ we do the things we do in Bootstrap. It explains our philosophy to building on the web so that others can learn from us, contribute with us, and help us improve. diff --git a/site/content/docs/4.5/extend/icons.md b/site/content/docs/4.6/extend/icons.md similarity index 100% rename from site/content/docs/4.5/extend/icons.md rename to site/content/docs/4.6/extend/icons.md diff --git a/site/content/docs/4.5/getting-started/accessibility.md b/site/content/docs/4.6/getting-started/accessibility.md similarity index 100% rename from site/content/docs/4.5/getting-started/accessibility.md rename to site/content/docs/4.6/getting-started/accessibility.md diff --git a/site/content/docs/4.5/getting-started/best-practices.md b/site/content/docs/4.6/getting-started/best-practices.md similarity index 100% rename from site/content/docs/4.5/getting-started/best-practices.md rename to site/content/docs/4.6/getting-started/best-practices.md diff --git a/site/content/docs/4.5/getting-started/browsers-devices.md b/site/content/docs/4.6/getting-started/browsers-devices.md similarity index 100% rename from site/content/docs/4.5/getting-started/browsers-devices.md rename to site/content/docs/4.6/getting-started/browsers-devices.md diff --git a/site/content/docs/4.5/getting-started/build-tools.md b/site/content/docs/4.6/getting-started/build-tools.md similarity index 100% rename from site/content/docs/4.5/getting-started/build-tools.md rename to site/content/docs/4.6/getting-started/build-tools.md diff --git a/site/content/docs/4.5/getting-started/contents.md b/site/content/docs/4.6/getting-started/contents.md similarity index 99% rename from site/content/docs/4.5/getting-started/contents.md rename to site/content/docs/4.6/getting-started/contents.md index 55163641d..a902ebb1d 100644 --- a/site/content/docs/4.5/getting-started/contents.md +++ b/site/content/docs/4.6/getting-started/contents.md @@ -132,7 +132,7 @@ bootstrap/ ├── site/ │ └──content/ | └──docs/ -| └── 4.5/ +| └── 4.6/ | └── examples/ ├── js/ └── scss/ diff --git a/site/content/docs/4.5/getting-started/download.md b/site/content/docs/4.6/getting-started/download.md similarity index 100% rename from site/content/docs/4.5/getting-started/download.md rename to site/content/docs/4.6/getting-started/download.md diff --git a/site/content/docs/4.5/getting-started/introduction.md b/site/content/docs/4.6/getting-started/introduction.md similarity index 99% rename from site/content/docs/4.5/getting-started/introduction.md rename to site/content/docs/4.6/getting-started/introduction.md index 76c660cab..204602aca 100644 --- a/site/content/docs/4.5/getting-started/introduction.md +++ b/site/content/docs/4.6/getting-started/introduction.md @@ -4,7 +4,7 @@ title: Introduction description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page. group: getting-started aliases: - - "/docs/4.5/getting-started/" + - "/docs/4.6/getting-started/" - "/docs/getting-started/" - "/getting-started/" toc: true diff --git a/site/content/docs/4.5/getting-started/javascript.md b/site/content/docs/4.6/getting-started/javascript.md similarity index 100% rename from site/content/docs/4.5/getting-started/javascript.md rename to site/content/docs/4.6/getting-started/javascript.md diff --git a/site/content/docs/4.5/getting-started/theming.md b/site/content/docs/4.6/getting-started/theming.md similarity index 100% rename from site/content/docs/4.5/getting-started/theming.md rename to site/content/docs/4.6/getting-started/theming.md diff --git a/site/content/docs/4.5/getting-started/webpack.md b/site/content/docs/4.6/getting-started/webpack.md similarity index 100% rename from site/content/docs/4.5/getting-started/webpack.md rename to site/content/docs/4.6/getting-started/webpack.md diff --git a/site/content/docs/4.5/layout/grid.md b/site/content/docs/4.6/layout/grid.md similarity index 100% rename from site/content/docs/4.5/layout/grid.md rename to site/content/docs/4.6/layout/grid.md diff --git a/site/content/docs/4.5/layout/overview.md b/site/content/docs/4.6/layout/overview.md similarity index 99% rename from site/content/docs/4.5/layout/overview.md rename to site/content/docs/4.6/layout/overview.md index 7de019075..7430ba15f 100644 --- a/site/content/docs/4.5/layout/overview.md +++ b/site/content/docs/4.6/layout/overview.md @@ -3,7 +3,7 @@ layout: docs title: Overview description: Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes. group: layout -aliases: "/docs/4.5/layout/" +aliases: "/docs/4.6/layout/" toc: true --- diff --git a/site/content/docs/4.5/layout/utilities-for-layout.md b/site/content/docs/4.6/layout/utilities-for-layout.md similarity index 100% rename from site/content/docs/4.5/layout/utilities-for-layout.md rename to site/content/docs/4.6/layout/utilities-for-layout.md diff --git a/site/content/docs/4.5/migration.md b/site/content/docs/4.6/migration.md similarity index 100% rename from site/content/docs/4.5/migration.md rename to site/content/docs/4.6/migration.md diff --git a/site/content/docs/4.5/utilities/borders.md b/site/content/docs/4.6/utilities/borders.md similarity index 98% rename from site/content/docs/4.5/utilities/borders.md rename to site/content/docs/4.6/utilities/borders.md index 895817110..c29d73d6a 100644 --- a/site/content/docs/4.5/utilities/borders.md +++ b/site/content/docs/4.6/utilities/borders.md @@ -3,7 +3,7 @@ layout: docs title: Borders description: Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element. group: utilities -aliases: "/docs/4.5/utilities/" +aliases: "/docs/4.6/utilities/" toc: true --- diff --git a/site/content/docs/4.5/utilities/clearfix.md b/site/content/docs/4.6/utilities/clearfix.md similarity index 100% rename from site/content/docs/4.5/utilities/clearfix.md rename to site/content/docs/4.6/utilities/clearfix.md diff --git a/site/content/docs/4.5/utilities/close-icon.md b/site/content/docs/4.6/utilities/close-icon.md similarity index 100% rename from site/content/docs/4.5/utilities/close-icon.md rename to site/content/docs/4.6/utilities/close-icon.md diff --git a/site/content/docs/4.5/utilities/colors.md b/site/content/docs/4.6/utilities/colors.md similarity index 100% rename from site/content/docs/4.5/utilities/colors.md rename to site/content/docs/4.6/utilities/colors.md diff --git a/site/content/docs/4.5/utilities/display.md b/site/content/docs/4.6/utilities/display.md similarity index 100% rename from site/content/docs/4.5/utilities/display.md rename to site/content/docs/4.6/utilities/display.md diff --git a/site/content/docs/4.5/utilities/embed.md b/site/content/docs/4.6/utilities/embed.md similarity index 100% rename from site/content/docs/4.5/utilities/embed.md rename to site/content/docs/4.6/utilities/embed.md diff --git a/site/content/docs/4.5/utilities/flex.md b/site/content/docs/4.6/utilities/flex.md similarity index 100% rename from site/content/docs/4.5/utilities/flex.md rename to site/content/docs/4.6/utilities/flex.md diff --git a/site/content/docs/4.5/utilities/float.md b/site/content/docs/4.6/utilities/float.md similarity index 100% rename from site/content/docs/4.5/utilities/float.md rename to site/content/docs/4.6/utilities/float.md diff --git a/site/content/docs/4.5/utilities/image-replacement.md b/site/content/docs/4.6/utilities/image-replacement.md similarity index 100% rename from site/content/docs/4.5/utilities/image-replacement.md rename to site/content/docs/4.6/utilities/image-replacement.md diff --git a/site/content/docs/4.5/utilities/interactions.md b/site/content/docs/4.6/utilities/interactions.md similarity index 100% rename from site/content/docs/4.5/utilities/interactions.md rename to site/content/docs/4.6/utilities/interactions.md diff --git a/site/content/docs/4.5/utilities/overflow.md b/site/content/docs/4.6/utilities/overflow.md similarity index 100% rename from site/content/docs/4.5/utilities/overflow.md rename to site/content/docs/4.6/utilities/overflow.md diff --git a/site/content/docs/4.5/utilities/position.md b/site/content/docs/4.6/utilities/position.md similarity index 100% rename from site/content/docs/4.5/utilities/position.md rename to site/content/docs/4.6/utilities/position.md diff --git a/site/content/docs/4.5/utilities/screen-readers.md b/site/content/docs/4.6/utilities/screen-readers.md similarity index 100% rename from site/content/docs/4.5/utilities/screen-readers.md rename to site/content/docs/4.6/utilities/screen-readers.md diff --git a/site/content/docs/4.5/utilities/shadows.md b/site/content/docs/4.6/utilities/shadows.md similarity index 100% rename from site/content/docs/4.5/utilities/shadows.md rename to site/content/docs/4.6/utilities/shadows.md diff --git a/site/content/docs/4.5/utilities/sizing.md b/site/content/docs/4.6/utilities/sizing.md similarity index 100% rename from site/content/docs/4.5/utilities/sizing.md rename to site/content/docs/4.6/utilities/sizing.md diff --git a/site/content/docs/4.5/utilities/spacing.md b/site/content/docs/4.6/utilities/spacing.md similarity index 100% rename from site/content/docs/4.5/utilities/spacing.md rename to site/content/docs/4.6/utilities/spacing.md diff --git a/site/content/docs/4.5/utilities/stretched-link.md b/site/content/docs/4.6/utilities/stretched-link.md similarity index 100% rename from site/content/docs/4.5/utilities/stretched-link.md rename to site/content/docs/4.6/utilities/stretched-link.md diff --git a/site/content/docs/4.5/utilities/text.md b/site/content/docs/4.6/utilities/text.md similarity index 100% rename from site/content/docs/4.5/utilities/text.md rename to site/content/docs/4.6/utilities/text.md diff --git a/site/content/docs/4.5/utilities/vertical-align.md b/site/content/docs/4.6/utilities/vertical-align.md similarity index 100% rename from site/content/docs/4.5/utilities/vertical-align.md rename to site/content/docs/4.6/utilities/vertical-align.md diff --git a/site/content/docs/4.5/utilities/visibility.md b/site/content/docs/4.6/utilities/visibility.md similarity index 100% rename from site/content/docs/4.5/utilities/visibility.md rename to site/content/docs/4.6/utilities/visibility.md diff --git a/site/content/docs/_index.html b/site/content/docs/_index.html index 7db8e4ca4..b9b9f7cb3 100644 --- a/site/content/docs/_index.html +++ b/site/content/docs/_index.html @@ -1,5 +1,5 @@ --- layout: redirect sitemap_exclude: true -redirect: "/docs/4.5/getting-started/introduction/" +redirect: "/docs/4.6/getting-started/introduction/" --- diff --git a/site/data/docs-versions.yml b/site/data/docs-versions.yml index 2185002e1..cc2dbbd5a 100644 --- a/site/data/docs-versions.yml +++ b/site/data/docs-versions.yml @@ -36,7 +36,7 @@ - group: v4.x baseurl: "https://getbootstrap.com/docs" - description: "Current major release and its minor versions. Last update was v4.5.3." + description: "Current major release and its minor versions. Last update was v4.6.0." versions: - v: "4.0" - v: "4.1" @@ -44,6 +44,7 @@ - v: "4.3" - v: "4.4" - v: "4.5" + - v: "4.6" - group: v5.x baseurl: "https://getbootstrap.com/docs" diff --git a/site/layouts/partials/docs-navbar.html b/site/layouts/partials/docs-navbar.html index 21cb9139a..681c1b00c 100644 --- a/site/layouts/partials/docs-navbar.html +++ b/site/layouts/partials/docs-navbar.html @@ -35,7 +35,7 @@ v{{ .Site.Params.docs_version }}