diff --git a/config.yml b/config.yml index bcaec1cdd..b79e9de5d 100644 --- a/config.yml +++ b/config.yml @@ -26,16 +26,24 @@ module: mounts: - source: dist target: static/docs/5.0/dist + - source: site/static/assets + target: static/docs/5.0/assets - source: site/assets target: assets - source: site/content target: content + - source: site/content/docs + target: content/docs/5.0 - source: site/data target: data - source: site/layouts target: layouts - source: site/static target: static + - source: site/assets/brand/ + target: static/docs/5.0/assets/brand/ + - source: site/assets/img/ + target: static/docs/5.0/assets/img/ - source: site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png target: static/apple-touch-icon.png - source: site/static/docs/5.0/assets/img/favicons/favicon.ico diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo-black.svg b/site/assets/brand/bootstrap-logo-black.svg similarity index 100% rename from site/static/docs/5.0/assets/brand/bootstrap-logo-black.svg rename to site/assets/brand/bootstrap-logo-black.svg diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo-shadow.png b/site/assets/brand/bootstrap-logo-shadow.png similarity index 100% rename from site/static/docs/5.0/assets/brand/bootstrap-logo-shadow.png rename to site/assets/brand/bootstrap-logo-shadow.png diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo-white.svg b/site/assets/brand/bootstrap-logo-white.svg similarity index 100% rename from site/static/docs/5.0/assets/brand/bootstrap-logo-white.svg rename to site/assets/brand/bootstrap-logo-white.svg diff --git a/site/static/docs/5.0/assets/brand/bootstrap-logo.svg b/site/assets/brand/bootstrap-logo.svg similarity index 100% rename from site/static/docs/5.0/assets/brand/bootstrap-logo.svg rename to site/assets/brand/bootstrap-logo.svg diff --git a/site/static/docs/5.0/assets/brand/bootstrap-social-logo.png b/site/assets/brand/bootstrap-social-logo.png similarity index 100% rename from site/static/docs/5.0/assets/brand/bootstrap-social-logo.png rename to site/assets/brand/bootstrap-social-logo.png diff --git a/site/static/docs/5.0/assets/brand/bootstrap-social.png b/site/assets/brand/bootstrap-social.png similarity index 100% rename from site/static/docs/5.0/assets/brand/bootstrap-social.png rename to site/assets/brand/bootstrap-social.png diff --git a/site/static/docs/5.0/assets/img/bootstrap-icons.png b/site/assets/img/bootstrap-icons.png similarity index 100% rename from site/static/docs/5.0/assets/img/bootstrap-icons.png rename to site/assets/img/bootstrap-icons.png diff --git a/site/static/docs/5.0/assets/img/bootstrap-icons@2x.png b/site/assets/img/bootstrap-icons@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/bootstrap-icons@2x.png rename to site/assets/img/bootstrap-icons@2x.png diff --git a/site/static/docs/5.0/assets/img/bootstrap-themes-collage.png b/site/assets/img/bootstrap-themes-collage.png similarity index 100% rename from site/static/docs/5.0/assets/img/bootstrap-themes-collage.png rename to site/assets/img/bootstrap-themes-collage.png diff --git a/site/static/docs/5.0/assets/img/bootstrap-themes-collage@2x.png b/site/assets/img/bootstrap-themes-collage@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/bootstrap-themes-collage@2x.png rename to site/assets/img/bootstrap-themes-collage@2x.png diff --git a/site/static/docs/5.0/assets/img/bootstrap-themes.png b/site/assets/img/bootstrap-themes.png similarity index 100% rename from site/static/docs/5.0/assets/img/bootstrap-themes.png rename to site/assets/img/bootstrap-themes.png diff --git a/site/static/docs/5.0/assets/img/bootstrap-themes@2x.png b/site/assets/img/bootstrap-themes@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/bootstrap-themes@2x.png rename to site/assets/img/bootstrap-themes@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/album.png b/site/assets/img/examples/album.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/album.png rename to site/assets/img/examples/album.png diff --git a/site/static/docs/5.0/assets/img/examples/album@2x.png b/site/assets/img/examples/album@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/album@2x.png rename to site/assets/img/examples/album@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/blog.png b/site/assets/img/examples/blog.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/blog.png rename to site/assets/img/examples/blog.png diff --git a/site/static/docs/5.0/assets/img/examples/blog@2x.png b/site/assets/img/examples/blog@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/blog@2x.png rename to site/assets/img/examples/blog@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/carousel.png b/site/assets/img/examples/carousel.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/carousel.png rename to site/assets/img/examples/carousel.png diff --git a/site/static/docs/5.0/assets/img/examples/carousel@2x.png b/site/assets/img/examples/carousel@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/carousel@2x.png rename to site/assets/img/examples/carousel@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/checkout.png b/site/assets/img/examples/checkout.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/checkout.png rename to site/assets/img/examples/checkout.png diff --git a/site/static/docs/5.0/assets/img/examples/checkout@2x.png b/site/assets/img/examples/checkout@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/checkout@2x.png rename to site/assets/img/examples/checkout@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/cover.png b/site/assets/img/examples/cover.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/cover.png rename to site/assets/img/examples/cover.png diff --git a/site/static/docs/5.0/assets/img/examples/cover@2x.png b/site/assets/img/examples/cover@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/cover@2x.png rename to site/assets/img/examples/cover@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/dashboard.png b/site/assets/img/examples/dashboard.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/dashboard.png rename to site/assets/img/examples/dashboard.png diff --git a/site/static/docs/5.0/assets/img/examples/dashboard@2x.png b/site/assets/img/examples/dashboard@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/dashboard@2x.png rename to site/assets/img/examples/dashboard@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/grid.png b/site/assets/img/examples/grid.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/grid.png rename to site/assets/img/examples/grid.png diff --git a/site/static/docs/5.0/assets/img/examples/grid@2x.png b/site/assets/img/examples/grid@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/grid@2x.png rename to site/assets/img/examples/grid@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/jumbotron.png b/site/assets/img/examples/jumbotron.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/jumbotron.png rename to site/assets/img/examples/jumbotron.png diff --git a/site/static/docs/5.0/assets/img/examples/jumbotron@2x.png b/site/assets/img/examples/jumbotron@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/jumbotron@2x.png rename to site/assets/img/examples/jumbotron@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/masonry.png b/site/assets/img/examples/masonry.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/masonry.png rename to site/assets/img/examples/masonry.png diff --git a/site/static/docs/5.0/assets/img/examples/masonry@2x.png b/site/assets/img/examples/masonry@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/masonry@2x.png rename to site/assets/img/examples/masonry@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/navbar-bottom.png b/site/assets/img/examples/navbar-bottom.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbar-bottom.png rename to site/assets/img/examples/navbar-bottom.png diff --git a/site/static/docs/5.0/assets/img/examples/navbar-bottom@2x.png b/site/assets/img/examples/navbar-bottom@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbar-bottom@2x.png rename to site/assets/img/examples/navbar-bottom@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/navbar-fixed.png b/site/assets/img/examples/navbar-fixed.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbar-fixed.png rename to site/assets/img/examples/navbar-fixed.png diff --git a/site/static/docs/5.0/assets/img/examples/navbar-fixed@2x.png b/site/assets/img/examples/navbar-fixed@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbar-fixed@2x.png rename to site/assets/img/examples/navbar-fixed@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/navbar-static.png b/site/assets/img/examples/navbar-static.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbar-static.png rename to site/assets/img/examples/navbar-static.png diff --git a/site/static/docs/5.0/assets/img/examples/navbar-static@2x.png b/site/assets/img/examples/navbar-static@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbar-static@2x.png rename to site/assets/img/examples/navbar-static@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/navbars.png b/site/assets/img/examples/navbars.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbars.png rename to site/assets/img/examples/navbars.png diff --git a/site/static/docs/5.0/assets/img/examples/navbars@2x.png b/site/assets/img/examples/navbars@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/navbars@2x.png rename to site/assets/img/examples/navbars@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/offcanvas.png b/site/assets/img/examples/offcanvas.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/offcanvas.png rename to site/assets/img/examples/offcanvas.png diff --git a/site/static/docs/5.0/assets/img/examples/offcanvas@2x.png b/site/assets/img/examples/offcanvas@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/offcanvas@2x.png rename to site/assets/img/examples/offcanvas@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/pricing.png b/site/assets/img/examples/pricing.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/pricing.png rename to site/assets/img/examples/pricing.png diff --git a/site/static/docs/5.0/assets/img/examples/pricing@2x.png b/site/assets/img/examples/pricing@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/pricing@2x.png rename to site/assets/img/examples/pricing@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/product.png b/site/assets/img/examples/product.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/product.png rename to site/assets/img/examples/product.png diff --git a/site/static/docs/5.0/assets/img/examples/product@2x.png b/site/assets/img/examples/product@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/product@2x.png rename to site/assets/img/examples/product@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/sign-in.png b/site/assets/img/examples/sign-in.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/sign-in.png rename to site/assets/img/examples/sign-in.png diff --git a/site/static/docs/5.0/assets/img/examples/sign-in@2x.png b/site/assets/img/examples/sign-in@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/sign-in@2x.png rename to site/assets/img/examples/sign-in@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/starter-template.png b/site/assets/img/examples/starter-template.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/starter-template.png rename to site/assets/img/examples/starter-template.png diff --git a/site/static/docs/5.0/assets/img/examples/starter-template@2x.png b/site/assets/img/examples/starter-template@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/starter-template@2x.png rename to site/assets/img/examples/starter-template@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/sticky-footer-navbar.png b/site/assets/img/examples/sticky-footer-navbar.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/sticky-footer-navbar.png rename to site/assets/img/examples/sticky-footer-navbar.png diff --git a/site/static/docs/5.0/assets/img/examples/sticky-footer-navbar@2x.png b/site/assets/img/examples/sticky-footer-navbar@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/sticky-footer-navbar@2x.png rename to site/assets/img/examples/sticky-footer-navbar@2x.png diff --git a/site/static/docs/5.0/assets/img/examples/sticky-footer.png b/site/assets/img/examples/sticky-footer.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/sticky-footer.png rename to site/assets/img/examples/sticky-footer.png diff --git a/site/static/docs/5.0/assets/img/examples/sticky-footer@2x.png b/site/assets/img/examples/sticky-footer@2x.png similarity index 100% rename from site/static/docs/5.0/assets/img/examples/sticky-footer@2x.png rename to site/assets/img/examples/sticky-footer@2x.png diff --git a/site/static/docs/5.0/assets/img/favicons/android-chrome-192x192.png b/site/assets/img/favicons/android-chrome-192x192.png similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/android-chrome-192x192.png rename to site/assets/img/favicons/android-chrome-192x192.png diff --git a/site/static/docs/5.0/assets/img/favicons/android-chrome-512x512.png b/site/assets/img/favicons/android-chrome-512x512.png similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/android-chrome-512x512.png rename to site/assets/img/favicons/android-chrome-512x512.png diff --git a/site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png b/site/assets/img/favicons/apple-touch-icon.png similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png rename to site/assets/img/favicons/apple-touch-icon.png diff --git a/site/static/docs/5.0/assets/img/favicons/favicon-16x16.png b/site/assets/img/favicons/favicon-16x16.png similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/favicon-16x16.png rename to site/assets/img/favicons/favicon-16x16.png diff --git a/site/static/docs/5.0/assets/img/favicons/favicon-32x32.png b/site/assets/img/favicons/favicon-32x32.png similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/favicon-32x32.png rename to site/assets/img/favicons/favicon-32x32.png diff --git a/site/static/docs/5.0/assets/img/favicons/favicon.ico b/site/assets/img/favicons/favicon.ico similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/favicon.ico rename to site/assets/img/favicons/favicon.ico diff --git a/site/static/docs/5.0/assets/img/favicons/manifest.json b/site/assets/img/favicons/manifest.json similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/manifest.json rename to site/assets/img/favicons/manifest.json diff --git a/site/static/docs/5.0/assets/img/favicons/safari-pinned-tab.svg b/site/assets/img/favicons/safari-pinned-tab.svg similarity index 100% rename from site/static/docs/5.0/assets/img/favicons/safari-pinned-tab.svg rename to site/assets/img/favicons/safari-pinned-tab.svg diff --git a/site/static/docs/5.0/assets/js/validate-forms.js b/site/assets/js/validate-forms.js similarity index 100% rename from site/static/docs/5.0/assets/js/validate-forms.js rename to site/assets/js/validate-forms.js diff --git a/site/content/docs/5.0/_index.html b/site/content/docs/5.0/_index.html deleted file mode 100644 index 0a758d2bf..000000000 --- a/site/content/docs/5.0/_index.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: redirect -sitemap_exclude: true -redirect: "/docs/5.0/getting-started/introduction/" ---- diff --git a/site/content/docs/5.0/about/brand.md b/site/content/docs/about/brand.md similarity index 100% rename from site/content/docs/5.0/about/brand.md rename to site/content/docs/about/brand.md diff --git a/site/content/docs/5.0/about/license.md b/site/content/docs/about/license.md similarity index 100% rename from site/content/docs/5.0/about/license.md rename to site/content/docs/about/license.md diff --git a/site/content/docs/5.0/about/overview.md b/site/content/docs/about/overview.md similarity index 100% rename from site/content/docs/5.0/about/overview.md rename to site/content/docs/about/overview.md diff --git a/site/content/docs/5.0/about/team.md b/site/content/docs/about/team.md similarity index 100% rename from site/content/docs/5.0/about/team.md rename to site/content/docs/about/team.md diff --git a/site/content/docs/5.0/about/translations.md b/site/content/docs/about/translations.md similarity index 100% rename from site/content/docs/5.0/about/translations.md rename to site/content/docs/about/translations.md diff --git a/site/content/docs/5.0/components/accordion.md b/site/content/docs/components/accordion.md similarity index 100% rename from site/content/docs/5.0/components/accordion.md rename to site/content/docs/components/accordion.md diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/components/alerts.md similarity index 100% rename from site/content/docs/5.0/components/alerts.md rename to site/content/docs/components/alerts.md diff --git a/site/content/docs/5.0/components/badge.md b/site/content/docs/components/badge.md similarity index 100% rename from site/content/docs/5.0/components/badge.md rename to site/content/docs/components/badge.md diff --git a/site/content/docs/5.0/components/breadcrumb.md b/site/content/docs/components/breadcrumb.md similarity index 100% rename from site/content/docs/5.0/components/breadcrumb.md rename to site/content/docs/components/breadcrumb.md diff --git a/site/content/docs/5.0/components/button-group.md b/site/content/docs/components/button-group.md similarity index 100% rename from site/content/docs/5.0/components/button-group.md rename to site/content/docs/components/button-group.md diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/components/buttons.md similarity index 100% rename from site/content/docs/5.0/components/buttons.md rename to site/content/docs/components/buttons.md diff --git a/site/content/docs/5.0/components/card.md b/site/content/docs/components/card.md similarity index 100% rename from site/content/docs/5.0/components/card.md rename to site/content/docs/components/card.md diff --git a/site/content/docs/5.0/components/carousel.md b/site/content/docs/components/carousel.md similarity index 100% rename from site/content/docs/5.0/components/carousel.md rename to site/content/docs/components/carousel.md diff --git a/site/content/docs/5.0/components/close-button.md b/site/content/docs/components/close-button.md similarity index 100% rename from site/content/docs/5.0/components/close-button.md rename to site/content/docs/components/close-button.md diff --git a/site/content/docs/5.0/components/collapse.md b/site/content/docs/components/collapse.md similarity index 100% rename from site/content/docs/5.0/components/collapse.md rename to site/content/docs/components/collapse.md diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/components/dropdowns.md similarity index 100% rename from site/content/docs/5.0/components/dropdowns.md rename to site/content/docs/components/dropdowns.md diff --git a/site/content/docs/5.0/components/list-group.md b/site/content/docs/components/list-group.md similarity index 100% rename from site/content/docs/5.0/components/list-group.md rename to site/content/docs/components/list-group.md diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/components/modal.md similarity index 100% rename from site/content/docs/5.0/components/modal.md rename to site/content/docs/components/modal.md diff --git a/site/content/docs/5.0/components/navbar.md b/site/content/docs/components/navbar.md similarity index 100% rename from site/content/docs/5.0/components/navbar.md rename to site/content/docs/components/navbar.md diff --git a/site/content/docs/5.0/components/navs-tabs.md b/site/content/docs/components/navs-tabs.md similarity index 100% rename from site/content/docs/5.0/components/navs-tabs.md rename to site/content/docs/components/navs-tabs.md diff --git a/site/content/docs/5.0/components/pagination.md b/site/content/docs/components/pagination.md similarity index 100% rename from site/content/docs/5.0/components/pagination.md rename to site/content/docs/components/pagination.md diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/components/popovers.md similarity index 100% rename from site/content/docs/5.0/components/popovers.md rename to site/content/docs/components/popovers.md diff --git a/site/content/docs/5.0/components/progress.md b/site/content/docs/components/progress.md similarity index 100% rename from site/content/docs/5.0/components/progress.md rename to site/content/docs/components/progress.md diff --git a/site/content/docs/5.0/components/scrollspy.md b/site/content/docs/components/scrollspy.md similarity index 100% rename from site/content/docs/5.0/components/scrollspy.md rename to site/content/docs/components/scrollspy.md diff --git a/site/content/docs/5.0/components/spinners.md b/site/content/docs/components/spinners.md similarity index 100% rename from site/content/docs/5.0/components/spinners.md rename to site/content/docs/components/spinners.md diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/components/toasts.md similarity index 100% rename from site/content/docs/5.0/components/toasts.md rename to site/content/docs/components/toasts.md diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/components/tooltips.md similarity index 100% rename from site/content/docs/5.0/components/tooltips.md rename to site/content/docs/components/tooltips.md diff --git a/site/content/docs/5.0/content/figures.md b/site/content/docs/content/figures.md similarity index 100% rename from site/content/docs/5.0/content/figures.md rename to site/content/docs/content/figures.md diff --git a/site/content/docs/5.0/content/images.md b/site/content/docs/content/images.md similarity index 100% rename from site/content/docs/5.0/content/images.md rename to site/content/docs/content/images.md diff --git a/site/content/docs/5.0/content/reboot.md b/site/content/docs/content/reboot.md similarity index 100% rename from site/content/docs/5.0/content/reboot.md rename to site/content/docs/content/reboot.md diff --git a/site/content/docs/5.0/content/tables.md b/site/content/docs/content/tables.md similarity index 100% rename from site/content/docs/5.0/content/tables.md rename to site/content/docs/content/tables.md diff --git a/site/content/docs/5.0/content/typography.md b/site/content/docs/content/typography.md similarity index 100% rename from site/content/docs/5.0/content/typography.md rename to site/content/docs/content/typography.md diff --git a/site/content/docs/5.0/customize/color.md b/site/content/docs/customize/color.md similarity index 100% rename from site/content/docs/5.0/customize/color.md rename to site/content/docs/customize/color.md diff --git a/site/content/docs/5.0/customize/components.md b/site/content/docs/customize/components.md similarity index 100% rename from site/content/docs/5.0/customize/components.md rename to site/content/docs/customize/components.md diff --git a/site/content/docs/5.0/customize/css-variables.md b/site/content/docs/customize/css-variables.md similarity index 100% rename from site/content/docs/5.0/customize/css-variables.md rename to site/content/docs/customize/css-variables.md diff --git a/site/content/docs/5.0/customize/optimize.md b/site/content/docs/customize/optimize.md similarity index 100% rename from site/content/docs/5.0/customize/optimize.md rename to site/content/docs/customize/optimize.md diff --git a/site/content/docs/5.0/customize/options.md b/site/content/docs/customize/options.md similarity index 100% rename from site/content/docs/5.0/customize/options.md rename to site/content/docs/customize/options.md diff --git a/site/content/docs/5.0/customize/overview.md b/site/content/docs/customize/overview.md similarity index 100% rename from site/content/docs/5.0/customize/overview.md rename to site/content/docs/customize/overview.md diff --git a/site/content/docs/5.0/customize/sass.md b/site/content/docs/customize/sass.md similarity index 100% rename from site/content/docs/5.0/customize/sass.md rename to site/content/docs/customize/sass.md diff --git a/site/content/docs/5.0/examples/.stylelintrc b/site/content/docs/examples/.stylelintrc similarity index 100% rename from site/content/docs/5.0/examples/.stylelintrc rename to site/content/docs/examples/.stylelintrc diff --git a/site/content/docs/5.0/examples/_index.md b/site/content/docs/examples/_index.md similarity index 100% rename from site/content/docs/5.0/examples/_index.md rename to site/content/docs/examples/_index.md diff --git a/site/content/docs/5.0/examples/album/index.html b/site/content/docs/examples/album/index.html similarity index 100% rename from site/content/docs/5.0/examples/album/index.html rename to site/content/docs/examples/album/index.html diff --git a/site/content/docs/5.0/examples/blog/blog.css b/site/content/docs/examples/blog/blog.css similarity index 100% rename from site/content/docs/5.0/examples/blog/blog.css rename to site/content/docs/examples/blog/blog.css diff --git a/site/content/docs/5.0/examples/blog/index.html b/site/content/docs/examples/blog/index.html similarity index 100% rename from site/content/docs/5.0/examples/blog/index.html rename to site/content/docs/examples/blog/index.html diff --git a/site/content/docs/5.0/examples/carousel/carousel.css b/site/content/docs/examples/carousel/carousel.css similarity index 100% rename from site/content/docs/5.0/examples/carousel/carousel.css rename to site/content/docs/examples/carousel/carousel.css diff --git a/site/content/docs/5.0/examples/carousel/index.html b/site/content/docs/examples/carousel/index.html similarity index 100% rename from site/content/docs/5.0/examples/carousel/index.html rename to site/content/docs/examples/carousel/index.html diff --git a/site/content/docs/5.0/examples/checkout/form-validation.css b/site/content/docs/examples/checkout/form-validation.css similarity index 100% rename from site/content/docs/5.0/examples/checkout/form-validation.css rename to site/content/docs/examples/checkout/form-validation.css diff --git a/site/content/docs/5.0/examples/checkout/form-validation.js b/site/content/docs/examples/checkout/form-validation.js similarity index 100% rename from site/content/docs/5.0/examples/checkout/form-validation.js rename to site/content/docs/examples/checkout/form-validation.js diff --git a/site/content/docs/5.0/examples/checkout/index.html b/site/content/docs/examples/checkout/index.html similarity index 100% rename from site/content/docs/5.0/examples/checkout/index.html rename to site/content/docs/examples/checkout/index.html diff --git a/site/content/docs/5.0/examples/cover/cover.css b/site/content/docs/examples/cover/cover.css similarity index 100% rename from site/content/docs/5.0/examples/cover/cover.css rename to site/content/docs/examples/cover/cover.css diff --git a/site/content/docs/5.0/examples/cover/index.html b/site/content/docs/examples/cover/index.html similarity index 100% rename from site/content/docs/5.0/examples/cover/index.html rename to site/content/docs/examples/cover/index.html diff --git a/site/content/docs/5.0/examples/dashboard/dashboard.css b/site/content/docs/examples/dashboard/dashboard.css similarity index 100% rename from site/content/docs/5.0/examples/dashboard/dashboard.css rename to site/content/docs/examples/dashboard/dashboard.css diff --git a/site/content/docs/5.0/examples/dashboard/dashboard.js b/site/content/docs/examples/dashboard/dashboard.js similarity index 100% rename from site/content/docs/5.0/examples/dashboard/dashboard.js rename to site/content/docs/examples/dashboard/dashboard.js diff --git a/site/content/docs/5.0/examples/dashboard/index.html b/site/content/docs/examples/dashboard/index.html similarity index 100% rename from site/content/docs/5.0/examples/dashboard/index.html rename to site/content/docs/examples/dashboard/index.html diff --git a/site/content/docs/5.0/examples/grid/grid.css b/site/content/docs/examples/grid/grid.css similarity index 100% rename from site/content/docs/5.0/examples/grid/grid.css rename to site/content/docs/examples/grid/grid.css diff --git a/site/content/docs/5.0/examples/grid/index.html b/site/content/docs/examples/grid/index.html similarity index 100% rename from site/content/docs/5.0/examples/grid/index.html rename to site/content/docs/examples/grid/index.html diff --git a/site/content/docs/5.0/examples/masonry/index.html b/site/content/docs/examples/masonry/index.html similarity index 100% rename from site/content/docs/5.0/examples/masonry/index.html rename to site/content/docs/examples/masonry/index.html diff --git a/site/content/docs/5.0/examples/navbar-bottom/index.html b/site/content/docs/examples/navbar-bottom/index.html similarity index 100% rename from site/content/docs/5.0/examples/navbar-bottom/index.html rename to site/content/docs/examples/navbar-bottom/index.html diff --git a/site/content/docs/5.0/examples/navbar-fixed/index.html b/site/content/docs/examples/navbar-fixed/index.html similarity index 100% rename from site/content/docs/5.0/examples/navbar-fixed/index.html rename to site/content/docs/examples/navbar-fixed/index.html diff --git a/site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css b/site/content/docs/examples/navbar-fixed/navbar-top-fixed.css similarity index 100% rename from site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css rename to site/content/docs/examples/navbar-fixed/navbar-top-fixed.css diff --git a/site/content/docs/5.0/examples/navbar-static/index.html b/site/content/docs/examples/navbar-static/index.html similarity index 100% rename from site/content/docs/5.0/examples/navbar-static/index.html rename to site/content/docs/examples/navbar-static/index.html diff --git a/site/content/docs/5.0/examples/navbar-static/navbar-top.css b/site/content/docs/examples/navbar-static/navbar-top.css similarity index 100% rename from site/content/docs/5.0/examples/navbar-static/navbar-top.css rename to site/content/docs/examples/navbar-static/navbar-top.css diff --git a/site/content/docs/5.0/examples/navbars/index.html b/site/content/docs/examples/navbars/index.html similarity index 100% rename from site/content/docs/5.0/examples/navbars/index.html rename to site/content/docs/examples/navbars/index.html diff --git a/site/content/docs/5.0/examples/navbars/navbar.css b/site/content/docs/examples/navbars/navbar.css similarity index 100% rename from site/content/docs/5.0/examples/navbars/navbar.css rename to site/content/docs/examples/navbars/navbar.css diff --git a/site/content/docs/5.0/examples/offcanvas/index.html b/site/content/docs/examples/offcanvas/index.html similarity index 100% rename from site/content/docs/5.0/examples/offcanvas/index.html rename to site/content/docs/examples/offcanvas/index.html diff --git a/site/content/docs/5.0/examples/offcanvas/offcanvas.css b/site/content/docs/examples/offcanvas/offcanvas.css similarity index 100% rename from site/content/docs/5.0/examples/offcanvas/offcanvas.css rename to site/content/docs/examples/offcanvas/offcanvas.css diff --git a/site/content/docs/5.0/examples/offcanvas/offcanvas.js b/site/content/docs/examples/offcanvas/offcanvas.js similarity index 100% rename from site/content/docs/5.0/examples/offcanvas/offcanvas.js rename to site/content/docs/examples/offcanvas/offcanvas.js diff --git a/site/content/docs/5.0/examples/pricing/index.html b/site/content/docs/examples/pricing/index.html similarity index 100% rename from site/content/docs/5.0/examples/pricing/index.html rename to site/content/docs/examples/pricing/index.html diff --git a/site/content/docs/5.0/examples/pricing/pricing.css b/site/content/docs/examples/pricing/pricing.css similarity index 100% rename from site/content/docs/5.0/examples/pricing/pricing.css rename to site/content/docs/examples/pricing/pricing.css diff --git a/site/content/docs/5.0/examples/product/index.html b/site/content/docs/examples/product/index.html similarity index 100% rename from site/content/docs/5.0/examples/product/index.html rename to site/content/docs/examples/product/index.html diff --git a/site/content/docs/5.0/examples/product/product.css b/site/content/docs/examples/product/product.css similarity index 100% rename from site/content/docs/5.0/examples/product/product.css rename to site/content/docs/examples/product/product.css diff --git a/site/content/docs/5.0/examples/sign-in/index.html b/site/content/docs/examples/sign-in/index.html similarity index 100% rename from site/content/docs/5.0/examples/sign-in/index.html rename to site/content/docs/examples/sign-in/index.html diff --git a/site/content/docs/5.0/examples/sign-in/signin.css b/site/content/docs/examples/sign-in/signin.css similarity index 100% rename from site/content/docs/5.0/examples/sign-in/signin.css rename to site/content/docs/examples/sign-in/signin.css diff --git a/site/content/docs/5.0/examples/starter-template/index.html b/site/content/docs/examples/starter-template/index.html similarity index 100% rename from site/content/docs/5.0/examples/starter-template/index.html rename to site/content/docs/examples/starter-template/index.html diff --git a/site/content/docs/5.0/examples/starter-template/starter-template.css b/site/content/docs/examples/starter-template/starter-template.css similarity index 100% rename from site/content/docs/5.0/examples/starter-template/starter-template.css rename to site/content/docs/examples/starter-template/starter-template.css diff --git a/site/content/docs/5.0/examples/sticky-footer-navbar/index.html b/site/content/docs/examples/sticky-footer-navbar/index.html similarity index 100% rename from site/content/docs/5.0/examples/sticky-footer-navbar/index.html rename to site/content/docs/examples/sticky-footer-navbar/index.html diff --git a/site/content/docs/5.0/examples/sticky-footer-navbar/sticky-footer-navbar.css b/site/content/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css similarity index 100% rename from site/content/docs/5.0/examples/sticky-footer-navbar/sticky-footer-navbar.css rename to site/content/docs/examples/sticky-footer-navbar/sticky-footer-navbar.css diff --git a/site/content/docs/5.0/examples/sticky-footer/index.html b/site/content/docs/examples/sticky-footer/index.html similarity index 100% rename from site/content/docs/5.0/examples/sticky-footer/index.html rename to site/content/docs/examples/sticky-footer/index.html diff --git a/site/content/docs/5.0/examples/sticky-footer/sticky-footer.css b/site/content/docs/examples/sticky-footer/sticky-footer.css similarity index 100% rename from site/content/docs/5.0/examples/sticky-footer/sticky-footer.css rename to site/content/docs/examples/sticky-footer/sticky-footer.css diff --git a/site/content/docs/5.0/extend/approach.md b/site/content/docs/extend/approach.md similarity index 100% rename from site/content/docs/5.0/extend/approach.md rename to site/content/docs/extend/approach.md diff --git a/site/content/docs/5.0/extend/icons.md b/site/content/docs/extend/icons.md similarity index 100% rename from site/content/docs/5.0/extend/icons.md rename to site/content/docs/extend/icons.md diff --git a/site/content/docs/5.0/forms/checks-radios.md b/site/content/docs/forms/checks.md similarity index 100% rename from site/content/docs/5.0/forms/checks-radios.md rename to site/content/docs/forms/checks.md diff --git a/site/content/docs/5.0/forms/floating-labels.md b/site/content/docs/forms/floating-labels.md similarity index 100% rename from site/content/docs/5.0/forms/floating-labels.md rename to site/content/docs/forms/floating-labels.md diff --git a/site/content/docs/5.0/forms/form-control.md b/site/content/docs/forms/form-control.md similarity index 100% rename from site/content/docs/5.0/forms/form-control.md rename to site/content/docs/forms/form-control.md diff --git a/site/content/docs/5.0/forms/input-group.md b/site/content/docs/forms/input-group.md similarity index 100% rename from site/content/docs/5.0/forms/input-group.md rename to site/content/docs/forms/input-group.md diff --git a/site/content/docs/5.0/forms/layout.md b/site/content/docs/forms/layout.md similarity index 100% rename from site/content/docs/5.0/forms/layout.md rename to site/content/docs/forms/layout.md diff --git a/site/content/docs/5.0/forms/overview.md b/site/content/docs/forms/overview.md similarity index 100% rename from site/content/docs/5.0/forms/overview.md rename to site/content/docs/forms/overview.md diff --git a/site/content/docs/5.0/forms/range.md b/site/content/docs/forms/range.md similarity index 100% rename from site/content/docs/5.0/forms/range.md rename to site/content/docs/forms/range.md diff --git a/site/content/docs/5.0/forms/select.md b/site/content/docs/forms/select.md similarity index 100% rename from site/content/docs/5.0/forms/select.md rename to site/content/docs/forms/select.md diff --git a/site/content/docs/5.0/forms/validation.md b/site/content/docs/forms/validation.md similarity index 100% rename from site/content/docs/5.0/forms/validation.md rename to site/content/docs/forms/validation.md diff --git a/site/content/docs/5.0/getting-started/accessibility.md b/site/content/docs/getting-started/accessibility.md similarity index 100% rename from site/content/docs/5.0/getting-started/accessibility.md rename to site/content/docs/getting-started/accessibility.md diff --git a/site/content/docs/5.0/getting-started/best-practices.md b/site/content/docs/getting-started/best-practices.md similarity index 100% rename from site/content/docs/5.0/getting-started/best-practices.md rename to site/content/docs/getting-started/best-practices.md diff --git a/site/content/docs/5.0/getting-started/browsers-devices.md b/site/content/docs/getting-started/browsers-devices.md similarity index 100% rename from site/content/docs/5.0/getting-started/browsers-devices.md rename to site/content/docs/getting-started/browsers-devices.md diff --git a/site/content/docs/5.0/getting-started/build-tools.md b/site/content/docs/getting-started/build-tools.md similarity index 100% rename from site/content/docs/5.0/getting-started/build-tools.md rename to site/content/docs/getting-started/build-tools.md diff --git a/site/content/docs/5.0/getting-started/contents.md b/site/content/docs/getting-started/contents.md similarity index 100% rename from site/content/docs/5.0/getting-started/contents.md rename to site/content/docs/getting-started/contents.md diff --git a/site/content/docs/5.0/getting-started/download.md b/site/content/docs/getting-started/download.md similarity index 100% rename from site/content/docs/5.0/getting-started/download.md rename to site/content/docs/getting-started/download.md diff --git a/site/content/docs/5.0/getting-started/introduction.md b/site/content/docs/getting-started/introduction.md similarity index 100% rename from site/content/docs/5.0/getting-started/introduction.md rename to site/content/docs/getting-started/introduction.md diff --git a/site/content/docs/5.0/getting-started/javascript.md b/site/content/docs/getting-started/javascript.md similarity index 100% rename from site/content/docs/5.0/getting-started/javascript.md rename to site/content/docs/getting-started/javascript.md diff --git a/site/content/docs/5.0/getting-started/rfs.md b/site/content/docs/getting-started/rfs.md similarity index 100% rename from site/content/docs/5.0/getting-started/rfs.md rename to site/content/docs/getting-started/rfs.md diff --git a/site/content/docs/5.0/getting-started/webpack.md b/site/content/docs/getting-started/webpack.md similarity index 100% rename from site/content/docs/5.0/getting-started/webpack.md rename to site/content/docs/getting-started/webpack.md diff --git a/site/content/docs/5.0/helpers/clearfix.md b/site/content/docs/helpers/clearfix.md similarity index 100% rename from site/content/docs/5.0/helpers/clearfix.md rename to site/content/docs/helpers/clearfix.md diff --git a/site/content/docs/5.0/helpers/colored-links.md b/site/content/docs/helpers/colored-links.md similarity index 100% rename from site/content/docs/5.0/helpers/colored-links.md rename to site/content/docs/helpers/colored-links.md diff --git a/site/content/docs/5.0/helpers/position.md b/site/content/docs/helpers/position.md similarity index 100% rename from site/content/docs/5.0/helpers/position.md rename to site/content/docs/helpers/position.md diff --git a/site/content/docs/5.0/helpers/ratio.md b/site/content/docs/helpers/ratio.md similarity index 100% rename from site/content/docs/5.0/helpers/ratio.md rename to site/content/docs/helpers/ratio.md diff --git a/site/content/docs/5.0/helpers/stretched-link.md b/site/content/docs/helpers/stretched-link.md similarity index 100% rename from site/content/docs/5.0/helpers/stretched-link.md rename to site/content/docs/helpers/stretched-link.md diff --git a/site/content/docs/5.0/helpers/text-truncation.md b/site/content/docs/helpers/text-truncation.md similarity index 100% rename from site/content/docs/5.0/helpers/text-truncation.md rename to site/content/docs/helpers/text-truncation.md diff --git a/site/content/docs/5.0/helpers/visually-hidden.md b/site/content/docs/helpers/visually-hidden.md similarity index 100% rename from site/content/docs/5.0/helpers/visually-hidden.md rename to site/content/docs/helpers/visually-hidden.md diff --git a/site/content/docs/5.0/layout/breakpoints.md b/site/content/docs/layout/breakpoints.md similarity index 100% rename from site/content/docs/5.0/layout/breakpoints.md rename to site/content/docs/layout/breakpoints.md diff --git a/site/content/docs/5.0/layout/columns.md b/site/content/docs/layout/columns.md similarity index 100% rename from site/content/docs/5.0/layout/columns.md rename to site/content/docs/layout/columns.md diff --git a/site/content/docs/5.0/layout/containers.md b/site/content/docs/layout/containers.md similarity index 100% rename from site/content/docs/5.0/layout/containers.md rename to site/content/docs/layout/containers.md diff --git a/site/content/docs/5.0/layout/grid.md b/site/content/docs/layout/grid.md similarity index 100% rename from site/content/docs/5.0/layout/grid.md rename to site/content/docs/layout/grid.md diff --git a/site/content/docs/5.0/layout/gutters.md b/site/content/docs/layout/gutters.md similarity index 100% rename from site/content/docs/5.0/layout/gutters.md rename to site/content/docs/layout/gutters.md diff --git a/site/content/docs/5.0/layout/utilities.md b/site/content/docs/layout/utilities.md similarity index 100% rename from site/content/docs/5.0/layout/utilities.md rename to site/content/docs/layout/utilities.md diff --git a/site/content/docs/5.0/layout/z-index.md b/site/content/docs/layout/z-index.md similarity index 100% rename from site/content/docs/5.0/layout/z-index.md rename to site/content/docs/layout/z-index.md diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/migration.md similarity index 100% rename from site/content/docs/5.0/migration.md rename to site/content/docs/migration.md diff --git a/site/content/docs/5.0/utilities/api.md b/site/content/docs/utilities/api.md similarity index 100% rename from site/content/docs/5.0/utilities/api.md rename to site/content/docs/utilities/api.md diff --git a/site/content/docs/5.0/utilities/borders.md b/site/content/docs/utilities/borders.md similarity index 100% rename from site/content/docs/5.0/utilities/borders.md rename to site/content/docs/utilities/borders.md diff --git a/site/content/docs/5.0/utilities/colors.md b/site/content/docs/utilities/colors.md similarity index 100% rename from site/content/docs/5.0/utilities/colors.md rename to site/content/docs/utilities/colors.md diff --git a/site/content/docs/5.0/utilities/display.md b/site/content/docs/utilities/display.md similarity index 100% rename from site/content/docs/5.0/utilities/display.md rename to site/content/docs/utilities/display.md diff --git a/site/content/docs/5.0/utilities/flex.md b/site/content/docs/utilities/flex.md similarity index 100% rename from site/content/docs/5.0/utilities/flex.md rename to site/content/docs/utilities/flex.md diff --git a/site/content/docs/5.0/utilities/float.md b/site/content/docs/utilities/float.md similarity index 100% rename from site/content/docs/5.0/utilities/float.md rename to site/content/docs/utilities/float.md diff --git a/site/content/docs/5.0/utilities/interactions.md b/site/content/docs/utilities/interactions.md similarity index 100% rename from site/content/docs/5.0/utilities/interactions.md rename to site/content/docs/utilities/interactions.md diff --git a/site/content/docs/5.0/utilities/overflow.md b/site/content/docs/utilities/overflow.md similarity index 100% rename from site/content/docs/5.0/utilities/overflow.md rename to site/content/docs/utilities/overflow.md diff --git a/site/content/docs/5.0/utilities/position.md b/site/content/docs/utilities/position.md similarity index 100% rename from site/content/docs/5.0/utilities/position.md rename to site/content/docs/utilities/position.md diff --git a/site/content/docs/5.0/utilities/shadows.md b/site/content/docs/utilities/shadows.md similarity index 100% rename from site/content/docs/5.0/utilities/shadows.md rename to site/content/docs/utilities/shadows.md diff --git a/site/content/docs/5.0/utilities/sizing.md b/site/content/docs/utilities/sizing.md similarity index 100% rename from site/content/docs/5.0/utilities/sizing.md rename to site/content/docs/utilities/sizing.md diff --git a/site/content/docs/5.0/utilities/spacing.md b/site/content/docs/utilities/spacing.md similarity index 100% rename from site/content/docs/5.0/utilities/spacing.md rename to site/content/docs/utilities/spacing.md diff --git a/site/content/docs/5.0/utilities/text.md b/site/content/docs/utilities/text.md similarity index 100% rename from site/content/docs/5.0/utilities/text.md rename to site/content/docs/utilities/text.md diff --git a/site/content/docs/5.0/utilities/vertical-align.md b/site/content/docs/utilities/vertical-align.md similarity index 100% rename from site/content/docs/5.0/utilities/vertical-align.md rename to site/content/docs/utilities/vertical-align.md diff --git a/site/content/docs/5.0/utilities/visibility.md b/site/content/docs/utilities/visibility.md similarity index 100% rename from site/content/docs/5.0/utilities/visibility.md rename to site/content/docs/utilities/visibility.md