From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/docsy/assets/vendor/bootstrap/.babelrc.js | 20 + .../docsy/assets/vendor/bootstrap/.browserslistrc | 13 + themes/docsy/assets/vendor/bootstrap/.editorconfig | 14 + themes/docsy/assets/vendor/bootstrap/.eslintignore | 5 + .../docsy/assets/vendor/bootstrap/.eslintrc.json | 233 + .../docsy/assets/vendor/bootstrap/.gitattributes | 18 + .../vendor/bootstrap/.github/CONTRIBUTING.md | 243 + .../vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md | 11 + .../bootstrap/.github/ISSUE_TEMPLATE/bug_report.md | 17 + .../bootstrap/.github/ISSUE_TEMPLATE/feature.md | 9 + .../.github/ISSUE_TEMPLATE/feature_request.md | 15 + .../assets/vendor/bootstrap/.github/SUPPORT.md | 11 + themes/docsy/assets/vendor/bootstrap/.gitignore | 48 + .../docsy/assets/vendor/bootstrap/.stylelintignore | 4 + themes/docsy/assets/vendor/bootstrap/.stylelintrc | 274 + themes/docsy/assets/vendor/bootstrap/.travis.yml | 33 + themes/docsy/assets/vendor/bootstrap/CNAME | 1 + .../assets/vendor/bootstrap/CODE_OF_CONDUCT.md | 46 + themes/docsy/assets/vendor/bootstrap/Gemfile | 8 + themes/docsy/assets/vendor/bootstrap/Gemfile.lock | 80 + themes/docsy/assets/vendor/bootstrap/LICENSE | 22 + themes/docsy/assets/vendor/bootstrap/README.md | 177 + themes/docsy/assets/vendor/bootstrap/_config.yml | 63 + .../assets/vendor/bootstrap/build/.eslintrc.json | 20 + .../assets/vendor/bootstrap/build/.htmllintrc | 44 + .../assets/vendor/bootstrap/build/build-plugins.js | 81 + .../vendor/bootstrap/build/change-version.js | 104 + .../assets/vendor/bootstrap/build/gcp-key.json.enc | Bin 0 -> 2304 bytes .../assets/vendor/bootstrap/build/generate-sri.js | 60 + .../assets/vendor/bootstrap/build/lint-vars.js | 82 + .../vendor/bootstrap/build/postcss.config.js | 14 + .../assets/vendor/bootstrap/build/rollup.config.js | 53 + .../vendor/bootstrap/build/sauce_browsers.json | 65 + .../vendor/bootstrap/build/saucelabs-unit-test.js | 116 + themes/docsy/assets/vendor/bootstrap/build/ship.sh | 70 + .../docsy/assets/vendor/bootstrap/build/vnu-jar.js | 68 + .../vendor/bootstrap/build/workbox.config.json | 8 + .../docsy/assets/vendor/bootstrap/build/workbox.js | 58 + themes/docsy/assets/vendor/bootstrap/composer.json | 37 + .../vendor/bootstrap/dist/css/bootstrap-grid.css | 1912 +++ .../bootstrap/dist/css/bootstrap-grid.css.map | 1 + .../bootstrap/dist/css/bootstrap-grid.min.css | 7 + .../bootstrap/dist/css/bootstrap-grid.min.css.map | 1 + .../vendor/bootstrap/dist/css/bootstrap-reboot.css | 331 + .../bootstrap/dist/css/bootstrap-reboot.css.map | 1 + .../bootstrap/dist/css/bootstrap-reboot.min.css | 8 + .../dist/css/bootstrap-reboot.min.css.map | 1 + .../assets/vendor/bootstrap/dist/css/bootstrap.css | 9030 +++++++++++++ .../vendor/bootstrap/dist/css/bootstrap.css.map | 1 + .../vendor/bootstrap/dist/css/bootstrap.min.css | 7 + .../bootstrap/dist/css/bootstrap.min.css.map | 1 + .../vendor/bootstrap/dist/js/bootstrap.bundle.js | 6461 ++++++++++ .../bootstrap/dist/js/bootstrap.bundle.js.map | 1 + .../bootstrap/dist/js/bootstrap.bundle.min.js | 7 + .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 1 + .../assets/vendor/bootstrap/dist/js/bootstrap.js | 3944 ++++++ .../vendor/bootstrap/dist/js/bootstrap.js.map | 1 + .../vendor/bootstrap/dist/js/bootstrap.min.js | 7 + .../vendor/bootstrap/dist/js/bootstrap.min.js.map | 1 + .../docsy/assets/vendor/bootstrap/js/dist/alert.js | 204 + .../assets/vendor/bootstrap/js/dist/alert.js.map | 1 + .../assets/vendor/bootstrap/js/dist/button.js | 192 + .../assets/vendor/bootstrap/js/dist/button.js.map | 1 + .../assets/vendor/bootstrap/js/dist/carousel.js | 567 + .../vendor/bootstrap/js/dist/carousel.js.map | 1 + .../assets/vendor/bootstrap/js/dist/collapse.js | 431 + .../vendor/bootstrap/js/dist/collapse.js.map | 1 + .../assets/vendor/bootstrap/js/dist/dropdown.js | 552 + .../vendor/bootstrap/js/dist/dropdown.js.map | 1 + .../docsy/assets/vendor/bootstrap/js/dist/index.js | 23 + .../assets/vendor/bootstrap/js/dist/index.js.map | 1 + .../docsy/assets/vendor/bootstrap/js/dist/modal.js | 634 + .../assets/vendor/bootstrap/js/dist/modal.js.map | 1 + .../assets/vendor/bootstrap/js/dist/popover.js | 266 + .../assets/vendor/bootstrap/js/dist/popover.js.map | 1 + .../assets/vendor/bootstrap/js/dist/scrollspy.js | 379 + .../vendor/bootstrap/js/dist/scrollspy.js.map | 1 + .../docsy/assets/vendor/bootstrap/js/dist/tab.js | 278 + .../assets/vendor/bootstrap/js/dist/tab.js.map | 1 + .../assets/vendor/bootstrap/js/dist/tooltip.js | 734 ++ .../assets/vendor/bootstrap/js/dist/tooltip.js.map | 1 + .../docsy/assets/vendor/bootstrap/js/dist/util.js | 144 + .../assets/vendor/bootstrap/js/dist/util.js.map | 1 + .../docsy/assets/vendor/bootstrap/js/src/alert.js | 183 + .../docsy/assets/vendor/bootstrap/js/src/button.js | 175 + .../assets/vendor/bootstrap/js/src/carousel.js | 520 + .../assets/vendor/bootstrap/js/src/collapse.js | 398 + .../assets/vendor/bootstrap/js/src/dropdown.js | 494 + .../docsy/assets/vendor/bootstrap/js/src/index.js | 50 + .../docsy/assets/vendor/bootstrap/js/src/modal.js | 579 + .../assets/vendor/bootstrap/js/src/popover.js | 188 + .../assets/vendor/bootstrap/js/src/scrollspy.js | 332 + themes/docsy/assets/vendor/bootstrap/js/src/tab.js | 264 + .../assets/vendor/bootstrap/js/src/tooltip.js | 725 ++ .../docsy/assets/vendor/bootstrap/js/src/util.js | 152 + .../assets/vendor/bootstrap/js/tests/README.md | 69 + .../assets/vendor/bootstrap/js/tests/index.html | 140 + .../vendor/bootstrap/js/tests/karma-bundle.conf.js | 53 + .../assets/vendor/bootstrap/js/tests/karma.conf.js | 76 + .../vendor/bootstrap/js/tests/unit/.eslintrc.json | 37 + .../assets/vendor/bootstrap/js/tests/unit/alert.js | 123 + .../vendor/bootstrap/js/tests/unit/button.js | 199 + .../vendor/bootstrap/js/tests/unit/carousel.js | 944 ++ .../vendor/bootstrap/js/tests/unit/collapse.js | 858 ++ .../vendor/bootstrap/js/tests/unit/dropdown.js | 1124 ++ .../assets/vendor/bootstrap/js/tests/unit/modal.js | 657 + .../vendor/bootstrap/js/tests/unit/popover.js | 471 + .../vendor/bootstrap/js/tests/unit/scrollspy.js | 728 ++ .../assets/vendor/bootstrap/js/tests/unit/tab.js | 417 + .../vendor/bootstrap/js/tests/unit/tooltip.js | 969 ++ .../assets/vendor/bootstrap/js/tests/unit/util.js | 104 + .../vendor/bootstrap/js/tests/visual/alert.html | 58 + .../vendor/bootstrap/js/tests/visual/button.html | 51 + .../vendor/bootstrap/js/tests/visual/carousel.html | 66 + .../vendor/bootstrap/js/tests/visual/collapse.html | 78 + .../vendor/bootstrap/js/tests/visual/dropdown.html | 212 + .../vendor/bootstrap/js/tests/visual/modal.html | 268 + .../vendor/bootstrap/js/tests/visual/popover.html | 46 + .../bootstrap/js/tests/visual/scrollspy.html | 95 + .../vendor/bootstrap/js/tests/visual/tab.html | 234 + .../vendor/bootstrap/js/tests/visual/tooltip.html | 80 + .../docsy/assets/vendor/bootstrap/nuget/MyGet.ps1 | 18 + .../assets/vendor/bootstrap/nuget/bootstrap.nuspec | 33 + .../vendor/bootstrap/nuget/bootstrap.sass.nuspec | 33 + .../assets/vendor/bootstrap/package-lock.json | 12814 +++++++++++++++++++ themes/docsy/assets/vendor/bootstrap/package.js | 19 + themes/docsy/assets/vendor/bootstrap/package.json | 217 + themes/docsy/assets/vendor/bootstrap/sache.json | 5 + .../docsy/assets/vendor/bootstrap/scss/_alert.scss | 51 + .../docsy/assets/vendor/bootstrap/scss/_badge.scss | 47 + .../assets/vendor/bootstrap/scss/_breadcrumb.scss | 41 + .../vendor/bootstrap/scss/_button-group.scss | 172 + .../assets/vendor/bootstrap/scss/_buttons.scss | 143 + .../docsy/assets/vendor/bootstrap/scss/_card.scss | 301 + .../assets/vendor/bootstrap/scss/_carousel.scss | 236 + .../docsy/assets/vendor/bootstrap/scss/_close.scss | 35 + .../docsy/assets/vendor/bootstrap/scss/_code.scss | 48 + .../vendor/bootstrap/scss/_custom-forms.scss | 433 + .../assets/vendor/bootstrap/scss/_dropdown.scss | 166 + .../docsy/assets/vendor/bootstrap/scss/_forms.scss | 333 + .../assets/vendor/bootstrap/scss/_functions.scss | 86 + .../docsy/assets/vendor/bootstrap/scss/_grid.scss | 52 + .../assets/vendor/bootstrap/scss/_images.scss | 42 + .../assets/vendor/bootstrap/scss/_input-group.scss | 173 + .../assets/vendor/bootstrap/scss/_jumbotron.scss | 16 + .../assets/vendor/bootstrap/scss/_list-group.scss | 115 + .../docsy/assets/vendor/bootstrap/scss/_media.scss | 8 + .../assets/vendor/bootstrap/scss/_mixins.scss | 41 + .../docsy/assets/vendor/bootstrap/scss/_modal.scss | 180 + .../docsy/assets/vendor/bootstrap/scss/_nav.scss | 118 + .../assets/vendor/bootstrap/scss/_navbar.scss | 299 + .../assets/vendor/bootstrap/scss/_pagination.scss | 78 + .../assets/vendor/bootstrap/scss/_popover.scss | 183 + .../docsy/assets/vendor/bootstrap/scss/_print.scss | 141 + .../assets/vendor/bootstrap/scss/_progress.scss | 34 + .../assets/vendor/bootstrap/scss/_reboot.scss | 483 + .../docsy/assets/vendor/bootstrap/scss/_root.scss | 19 + .../assets/vendor/bootstrap/scss/_tables.scss | 187 + .../assets/vendor/bootstrap/scss/_tooltip.scss | 115 + .../assets/vendor/bootstrap/scss/_transitions.scss | 22 + .../docsy/assets/vendor/bootstrap/scss/_type.scss | 125 + .../assets/vendor/bootstrap/scss/_utilities.scss | 15 + .../assets/vendor/bootstrap/scss/_variables.scss | 952 ++ .../vendor/bootstrap/scss/bootstrap-grid.scss | 32 + .../vendor/bootstrap/scss/bootstrap-reboot.scss | 12 + .../assets/vendor/bootstrap/scss/bootstrap.scss | 42 + .../vendor/bootstrap/scss/mixins/_alert.scss | 13 + .../bootstrap/scss/mixins/_background-variant.scss | 21 + .../vendor/bootstrap/scss/mixins/_badge.scss | 12 + .../bootstrap/scss/mixins/_border-radius.scss | 35 + .../vendor/bootstrap/scss/mixins/_box-shadow.scss | 5 + .../vendor/bootstrap/scss/mixins/_breakpoints.scss | 123 + .../vendor/bootstrap/scss/mixins/_buttons.scss | 109 + .../vendor/bootstrap/scss/mixins/_caret.scss | 66 + .../vendor/bootstrap/scss/mixins/_clearfix.scss | 7 + .../vendor/bootstrap/scss/mixins/_float.scss | 11 + .../vendor/bootstrap/scss/mixins/_forms.scss | 147 + .../vendor/bootstrap/scss/mixins/_gradients.scss | 45 + .../bootstrap/scss/mixins/_grid-framework.scss | 67 + .../assets/vendor/bootstrap/scss/mixins/_grid.scss | 52 + .../vendor/bootstrap/scss/mixins/_hover.scss | 37 + .../vendor/bootstrap/scss/mixins/_image.scss | 36 + .../vendor/bootstrap/scss/mixins/_list-group.scss | 21 + .../vendor/bootstrap/scss/mixins/_lists.scss | 7 + .../vendor/bootstrap/scss/mixins/_nav-divider.scss | 10 + .../vendor/bootstrap/scss/mixins/_pagination.scss | 22 + .../vendor/bootstrap/scss/mixins/_reset-text.scss | 17 + .../vendor/bootstrap/scss/mixins/_resize.scss | 6 + .../bootstrap/scss/mixins/_screen-reader.scss | 33 + .../assets/vendor/bootstrap/scss/mixins/_size.scss | 6 + .../vendor/bootstrap/scss/mixins/_table-row.scss | 30 + .../bootstrap/scss/mixins/_text-emphasis.scss | 14 + .../vendor/bootstrap/scss/mixins/_text-hide.scss | 13 + .../bootstrap/scss/mixins/_text-truncate.scss | 8 + .../vendor/bootstrap/scss/mixins/_transition.scss | 13 + .../vendor/bootstrap/scss/mixins/_visibility.scss | 7 + .../vendor/bootstrap/scss/utilities/_align.scss | 8 + .../bootstrap/scss/utilities/_background.scss | 19 + .../vendor/bootstrap/scss/utilities/_borders.scss | 59 + .../vendor/bootstrap/scss/utilities/_clearfix.scss | 3 + .../vendor/bootstrap/scss/utilities/_display.scss | 38 + .../vendor/bootstrap/scss/utilities/_embed.scss | 52 + .../vendor/bootstrap/scss/utilities/_flex.scss | 51 + .../vendor/bootstrap/scss/utilities/_float.scss | 9 + .../vendor/bootstrap/scss/utilities/_position.scss | 37 + .../bootstrap/scss/utilities/_screenreaders.scss | 11 + .../vendor/bootstrap/scss/utilities/_shadows.scss | 6 + .../vendor/bootstrap/scss/utilities/_sizing.scss | 12 + .../vendor/bootstrap/scss/utilities/_spacing.scss | 51 + .../vendor/bootstrap/scss/utilities/_text.scss | 58 + .../bootstrap/scss/utilities/_visibility.scss | 11 + .../vendor/bootstrap/site/_data/breakpoints.yml | 29 + .../vendor/bootstrap/site/_data/browser-bugs.yml | 451 + .../bootstrap/site/_data/browser-features.yml | 139 + .../assets/vendor/bootstrap/site/_data/colors.yml | 26 + .../vendor/bootstrap/site/_data/examples.yml | 55 + .../assets/vendor/bootstrap/site/_data/grays.yml | 18 + .../assets/vendor/bootstrap/site/_data/nav.yml | 86 + .../vendor/bootstrap/site/_data/theme-colors.yml | 16 + .../vendor/bootstrap/site/_data/translations.yml | 19 + .../vendor/bootstrap/site/_includes/ads.html | 1 + .../vendor/bootstrap/site/_includes/bugify.html | 42 + .../site/_includes/callout-danger-async-methods.md | 8 + .../callout-info-mediaqueries-breakpoints.md | 4 + ...callout-warning-color-assistive-technologies.md | 6 + .../vendor/bootstrap/site/_includes/callout.html | 9 + .../bootstrap/site/_includes/docs-navbar.html | 62 + .../bootstrap/site/_includes/docs-sidebar.html | 57 + .../vendor/bootstrap/site/_includes/example.html | 23 + .../vendor/bootstrap/site/_includes/favicons.html | 9 + .../vendor/bootstrap/site/_includes/footer.html | 12 + .../vendor/bootstrap/site/_includes/header.html | 37 + .../bootstrap/site/_includes/icons/bootstrap.svg | 1 + .../bootstrap/site/_includes/icons/download.svg | 1 + .../bootstrap/site/_includes/icons/github.svg | 1 + .../bootstrap/site/_includes/icons/import.svg | 1 + .../bootstrap/site/_includes/icons/lightning.svg | 1 + .../vendor/bootstrap/site/_includes/icons/menu.svg | 1 + .../bootstrap/site/_includes/icons/slack.svg | 1 + .../bootstrap/site/_includes/icons/twitter.svg | 1 + .../vendor/bootstrap/site/_includes/scripts.html | 26 + .../vendor/bootstrap/site/_includes/skippy.html | 5 + .../vendor/bootstrap/site/_includes/social.html | 18 + .../vendor/bootstrap/site/_layouts/default.html | 22 + .../vendor/bootstrap/site/_layouts/docs.html | 34 + .../vendor/bootstrap/site/_layouts/examples.html | 16 + .../vendor/bootstrap/site/_layouts/home.html | 16 + .../vendor/bootstrap/site/_layouts/redirect.html | 38 + .../vendor/bootstrap/site/_layouts/simple.html | 12 + .../vendor/bootstrap/site/docs/4.1/about/brand.md | 78 + .../bootstrap/site/docs/4.1/about/license.md | 34 + .../bootstrap/site/docs/4.1/about/overview.md | 28 + .../bootstrap/site/docs/4.1/about/translations.md | 18 + .../docs/4.1/assets/brand/bootstrap-outline.svg | 4 + .../docs/4.1/assets/brand/bootstrap-punchout.svg | 4 + .../4.1/assets/brand/bootstrap-social-logo.png | Bin 0 -> 23959 bytes .../docs/4.1/assets/brand/bootstrap-social.png | Bin 0 -> 231733 bytes .../site/docs/4.1/assets/brand/bootstrap-solid.svg | 4 + .../site/docs/4.1/assets/css/docs.min.css | 8 + .../site/docs/4.1/assets/css/docs.min.css.map | 1 + .../site/docs/4.1/assets/img/bootstrap-stack.png | Bin 0 -> 52160 bytes .../site/docs/4.1/assets/img/bootstrap-themes.png | Bin 0 -> 80588 bytes .../assets/img/favicons/android-chrome-192x192.png | Bin 0 -> 1935 bytes .../assets/img/favicons/android-chrome-512x512.png | Bin 0 -> 4269 bytes .../4.1/assets/img/favicons/apple-touch-icon.png | Bin 0 -> 1738 bytes .../docs/4.1/assets/img/favicons/browserconfig.xml | 11 + .../docs/4.1/assets/img/favicons/favicon-16x16.png | Bin 0 -> 310 bytes .../docs/4.1/assets/img/favicons/favicon-32x32.png | Bin 0 -> 491 bytes .../docs/4.1/assets/img/favicons/manifest.json | 22 + .../4.1/assets/img/favicons/mstile-144x144.png | Bin 0 -> 1479 bytes .../4.1/assets/img/favicons/mstile-150x150.png | Bin 0 -> 1428 bytes .../4.1/assets/img/favicons/mstile-310x150.png | Bin 0 -> 1746 bytes .../4.1/assets/img/favicons/mstile-310x310.png | Bin 0 -> 3085 bytes .../docs/4.1/assets/img/favicons/mstile-70x70.png | Bin 0 -> 1104 bytes .../4.1/assets/img/favicons/safari-pinned-tab.svg | 4 + .../site/docs/4.1/assets/js/.eslintrc.json | 26 + .../bootstrap/site/docs/4.1/assets/js/docs.min.js | 28 + .../site/docs/4.1/assets/js/src/application.js | 112 + .../assets/js/src/ie-emulation-modes-warning.js | 47 + .../bootstrap/site/docs/4.1/assets/js/src/pwa.js | 21 + .../site/docs/4.1/assets/js/src/search.js | 42 + .../site/docs/4.1/assets/js/vendor/anchor.min.js | 6 + .../docs/4.1/assets/js/vendor/clipboard.min.js | 7 + .../site/docs/4.1/assets/js/vendor/holder.min.js | 13 + .../docs/4.1/assets/js/vendor/jquery-slim.min.js | 2 + .../site/docs/4.1/assets/js/vendor/popper.min.js | 5 + .../bootstrap/site/docs/4.1/assets/scss/_ads.scss | 38 + .../site/docs/4.1/assets/scss/_algolia.scss | 141 + .../site/docs/4.1/assets/scss/_anchor.scss | 10 + .../site/docs/4.1/assets/scss/_brand.scss | 110 + .../site/docs/4.1/assets/scss/_browser-bugs.scss | 12 + .../site/docs/4.1/assets/scss/_buttons.scss | 37 + .../site/docs/4.1/assets/scss/_callouts.scss | 40 + .../site/docs/4.1/assets/scss/_clipboard-js.scss | 39 + .../site/docs/4.1/assets/scss/_colors.scss | 24 + .../docs/4.1/assets/scss/_component-examples.scss | 411 + .../site/docs/4.1/assets/scss/_content.scss | 119 + .../site/docs/4.1/assets/scss/_examples.scss | 24 + .../site/docs/4.1/assets/scss/_footer.scss | 40 + .../site/docs/4.1/assets/scss/_masthead.scss | 56 + .../bootstrap/site/docs/4.1/assets/scss/_nav.scss | 76 + .../site/docs/4.1/assets/scss/_sidebar.scss | 166 + .../site/docs/4.1/assets/scss/_skiplink.scss | 14 + .../site/docs/4.1/assets/scss/_syntax.scss | 78 + .../site/docs/4.1/assets/scss/_variables.scss | 9 + .../bootstrap/site/docs/4.1/assets/scss/docs.scss | 52 + .../vendor/bootstrap/site/docs/4.1/browser-bugs.md | 64 + .../bootstrap/site/docs/4.1/components/alerts.md | 115 + .../bootstrap/site/docs/4.1/components/badge.md | 82 + .../site/docs/4.1/components/breadcrumb.md | 58 + .../site/docs/4.1/components/button-group.md | 207 + .../bootstrap/site/docs/4.1/components/buttons.md | 164 + .../bootstrap/site/docs/4.1/components/card.md | 682 + .../bootstrap/site/docs/4.1/components/carousel.md | 334 + .../bootstrap/site/docs/4.1/components/collapse.md | 249 + .../site/docs/4.1/components/dropdowns.md | 861 ++ .../bootstrap/site/docs/4.1/components/forms.md | 1296 ++ .../site/docs/4.1/components/input-group.md | 361 + .../site/docs/4.1/components/jumbotron.md | 31 + .../site/docs/4.1/components/list-group.md | 377 + .../bootstrap/site/docs/4.1/components/modal.md | 675 + .../bootstrap/site/docs/4.1/components/navbar.md | 579 + .../bootstrap/site/docs/4.1/components/navs.md | 658 + .../site/docs/4.1/components/pagination.md | 170 + .../bootstrap/site/docs/4.1/components/popovers.md | 353 + .../bootstrap/site/docs/4.1/components/progress.md | 146 + .../site/docs/4.1/components/scrollspy.md | 333 + .../bootstrap/site/docs/4.1/components/tooltips.md | 354 + .../vendor/bootstrap/site/docs/4.1/content/code.md | 55 + .../bootstrap/site/docs/4.1/content/figures.md | 28 + .../bootstrap/site/docs/4.1/content/images.md | 84 + .../bootstrap/site/docs/4.1/content/reboot.md | 364 + .../bootstrap/site/docs/4.1/content/tables.md | 831 ++ .../bootstrap/site/docs/4.1/content/typography.md | 331 + .../site/docs/4.1/examples/.eslintrc.json | 11 + .../bootstrap/site/docs/4.1/examples/.stylelintrc | 12 + .../site/docs/4.1/examples/album/album.css | 37 + .../site/docs/4.1/examples/album/index.html | 232 + .../bootstrap/site/docs/4.1/examples/blog/blog.css | 125 + .../site/docs/4.1/examples/blog/index.html | 231 + .../site/docs/4.1/examples/carousel/carousel.css | 91 + .../site/docs/4.1/examples/carousel/index.html | 188 + .../docs/4.1/examples/checkout/form-validation.css | 5 + .../site/docs/4.1/examples/checkout/index.html | 268 + .../site/docs/4.1/examples/cover/cover.css | 106 + .../site/docs/4.1/examples/cover/index.html | 57 + .../site/docs/4.1/examples/dashboard/dashboard.css | 100 + .../site/docs/4.1/examples/dashboard/index.html | 303 + .../examples/floating-labels/floating-labels.css | 105 + .../docs/4.1/examples/floating-labels/index.html | 46 + .../bootstrap/site/docs/4.1/examples/grid/grid.css | 27 + .../site/docs/4.1/examples/grid/index.html | 135 + .../bootstrap/site/docs/4.1/examples/index.html | 22 + .../site/docs/4.1/examples/jumbotron/index.html | 103 + .../site/docs/4.1/examples/jumbotron/jumbotron.css | 4 + .../docs/4.1/examples/navbar-bottom/index.html | 60 + .../site/docs/4.1/examples/navbar-fixed/index.html | 61 + .../4.1/examples/navbar-fixed/navbar-top-fixed.css | 5 + .../docs/4.1/examples/navbar-static/index.html | 61 + .../docs/4.1/examples/navbar-static/navbar-top.css | 4 + .../site/docs/4.1/examples/navbars/index.html | 347 + .../site/docs/4.1/examples/navbars/navbar.css | 7 + .../site/docs/4.1/examples/offcanvas/index.html | 159 + .../site/docs/4.1/examples/offcanvas/offcanvas.css | 75 + .../site/docs/4.1/examples/offcanvas/offcanvas.js | 7 + .../site/docs/4.1/examples/pricing/index.html | 142 + .../site/docs/4.1/examples/pricing/pricing.css | 20 + .../site/docs/4.1/examples/product/index.html | 178 + .../site/docs/4.1/examples/product/product.css | 74 + .../site/docs/4.1/examples/screenshots/album.png | Bin 0 -> 26370 bytes .../site/docs/4.1/examples/screenshots/blog.png | Bin 0 -> 36944 bytes .../docs/4.1/examples/screenshots/carousel.png | Bin 0 -> 31465 bytes .../docs/4.1/examples/screenshots/checkout.png | Bin 0 -> 28180 bytes .../site/docs/4.1/examples/screenshots/cover.png | Bin 0 -> 17953 bytes .../docs/4.1/examples/screenshots/dashboard.png | Bin 0 -> 26556 bytes .../4.1/examples/screenshots/floating-labels.png | Bin 0 -> 11053 bytes .../site/docs/4.1/examples/screenshots/grid.png | Bin 0 -> 33860 bytes .../docs/4.1/examples/screenshots/jumbotron.png | Bin 0 -> 38408 bytes .../4.1/examples/screenshots/navbar-bottom.png | Bin 0 -> 11316 bytes .../docs/4.1/examples/screenshots/navbar-fixed.png | Bin 0 -> 13616 bytes .../4.1/examples/screenshots/navbar-static.png | Bin 0 -> 14893 bytes .../site/docs/4.1/examples/screenshots/navbars.png | Bin 0 -> 27187 bytes .../docs/4.1/examples/screenshots/offcanvas.png | Bin 0 -> 23975 bytes .../site/docs/4.1/examples/screenshots/pricing.png | Bin 0 -> 29128 bytes .../site/docs/4.1/examples/screenshots/product.png | Bin 0 -> 27953 bytes .../site/docs/4.1/examples/screenshots/sign-in.png | Bin 0 -> 5680 bytes .../4.1/examples/screenshots/starter-template.png | Bin 0 -> 11334 bytes .../examples/screenshots/sticky-footer-navbar.png | Bin 0 -> 15836 bytes .../4.1/examples/screenshots/sticky-footer.png | Bin 0 -> 9665 bytes .../site/docs/4.1/examples/sign-in/index.html | 36 + .../site/docs/4.1/examples/sign-in/signin.css | 44 + .../docs/4.1/examples/starter-template/index.html | 71 + .../examples/starter-template/starter-template.css | 7 + .../4.1/examples/sticky-footer-navbar/index.html | 69 + .../sticky-footer-navbar/sticky-footer-navbar.css | 37 + .../docs/4.1/examples/sticky-footer/index.html | 34 + .../4.1/examples/sticky-footer/sticky-footer.css | 28 + .../docs/4.1/examples/tooltip-viewport/index.html | 45 + .../examples/tooltip-viewport/tooltip-viewport.css | 26 + .../examples/tooltip-viewport/tooltip-viewport.js | 32 + .../bootstrap/site/docs/4.1/extend/approach.md | 76 + .../vendor/bootstrap/site/docs/4.1/extend/icons.md | 29 + .../vendor/bootstrap/site/docs/4.1/extend/index.md | 6 + .../site/docs/4.1/getting-started/accessibility.md | 57 + .../docs/4.1/getting-started/best-practices.md | 21 + .../docs/4.1/getting-started/browsers-devices.md | 193 + .../site/docs/4.1/getting-started/build-tools.md | 57 + .../site/docs/4.1/getting-started/contents.md | 138 + .../site/docs/4.1/getting-started/download.md | 100 + .../site/docs/4.1/getting-started/introduction.md | 145 + .../site/docs/4.1/getting-started/javascript.md | 136 + .../site/docs/4.1/getting-started/theming.md | 442 + .../site/docs/4.1/getting-started/webpack.md | 94 + .../vendor/bootstrap/site/docs/4.1/layout/grid.md | 790 ++ .../bootstrap/site/docs/4.1/layout/media-object.md | 144 + .../bootstrap/site/docs/4.1/layout/overview.md | 189 + .../site/docs/4.1/layout/utilities-for-layout.md | 25 + .../vendor/bootstrap/site/docs/4.1/migration.md | 336 + .../bootstrap/site/docs/4.1/utilities/borders.md | 75 + .../bootstrap/site/docs/4.1/utilities/clearfix.md | 39 + .../site/docs/4.1/utilities/close-icon.md | 16 + .../bootstrap/site/docs/4.1/utilities/colors.md | 61 + .../bootstrap/site/docs/4.1/utilities/display.md | 100 + .../bootstrap/site/docs/4.1/utilities/embed.md | 50 + .../bootstrap/site/docs/4.1/utilities/flex.md | 570 + .../bootstrap/site/docs/4.1/utilities/float.md | 57 + .../site/docs/4.1/utilities/image-replacement.md | 33 + .../bootstrap/site/docs/4.1/utilities/position.md | 45 + .../site/docs/4.1/utilities/screenreaders.md | 26 + .../bootstrap/site/docs/4.1/utilities/shadows.md | 19 + .../bootstrap/site/docs/4.1/utilities/sizing.md | 43 + .../bootstrap/site/docs/4.1/utilities/spacing.md | 83 + .../bootstrap/site/docs/4.1/utilities/text.md | 92 + .../site/docs/4.1/utilities/vertical-align.md | 40 + .../site/docs/4.1/utilities/visibility.md | 33 + .../docsy/assets/vendor/bootstrap/site/favicon.ico | Bin 0 -> 5430 bytes .../docsy/assets/vendor/bootstrap/site/index.html | 83 + .../docsy/assets/vendor/bootstrap/site/robots.txt | 9 + themes/docsy/assets/vendor/bootstrap/site/sw.js | 5 + 439 files changed, 82196 insertions(+) create mode 100644 themes/docsy/assets/vendor/bootstrap/.babelrc.js create mode 100644 themes/docsy/assets/vendor/bootstrap/.browserslistrc create mode 100644 themes/docsy/assets/vendor/bootstrap/.editorconfig create mode 100644 themes/docsy/assets/vendor/bootstrap/.eslintignore create mode 100644 themes/docsy/assets/vendor/bootstrap/.eslintrc.json create mode 100644 themes/docsy/assets/vendor/bootstrap/.gitattributes create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/CONTRIBUTING.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/SUPPORT.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.gitignore create mode 100644 themes/docsy/assets/vendor/bootstrap/.stylelintignore create mode 100644 themes/docsy/assets/vendor/bootstrap/.stylelintrc create mode 100644 themes/docsy/assets/vendor/bootstrap/.travis.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/CNAME create mode 100644 themes/docsy/assets/vendor/bootstrap/CODE_OF_CONDUCT.md create mode 100644 themes/docsy/assets/vendor/bootstrap/Gemfile create mode 100644 themes/docsy/assets/vendor/bootstrap/Gemfile.lock create mode 100644 themes/docsy/assets/vendor/bootstrap/LICENSE create mode 100644 themes/docsy/assets/vendor/bootstrap/README.md create mode 100644 themes/docsy/assets/vendor/bootstrap/_config.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/build/.eslintrc.json create mode 100644 themes/docsy/assets/vendor/bootstrap/build/.htmllintrc create mode 100644 themes/docsy/assets/vendor/bootstrap/build/build-plugins.js create mode 100755 themes/docsy/assets/vendor/bootstrap/build/change-version.js create mode 100644 themes/docsy/assets/vendor/bootstrap/build/gcp-key.json.enc create mode 100644 themes/docsy/assets/vendor/bootstrap/build/generate-sri.js create mode 100644 themes/docsy/assets/vendor/bootstrap/build/lint-vars.js create mode 100644 themes/docsy/assets/vendor/bootstrap/build/postcss.config.js create mode 100644 themes/docsy/assets/vendor/bootstrap/build/rollup.config.js create mode 100644 themes/docsy/assets/vendor/bootstrap/build/sauce_browsers.json create mode 100644 themes/docsy/assets/vendor/bootstrap/build/saucelabs-unit-test.js create mode 100755 themes/docsy/assets/vendor/bootstrap/build/ship.sh create mode 100644 themes/docsy/assets/vendor/bootstrap/build/vnu-jar.js create mode 100644 themes/docsy/assets/vendor/bootstrap/build/workbox.config.json create mode 100644 themes/docsy/assets/vendor/bootstrap/build/workbox.js create mode 100644 themes/docsy/assets/vendor/bootstrap/composer.json create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-grid.css create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-grid.css.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-grid.min.css create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-grid.min.css.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-reboot.css create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-reboot.css.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-reboot.min.css create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap-reboot.min.css.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap.css create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap.css.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap.min.css create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/css/bootstrap.min.css.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.bundle.js create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.bundle.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.js create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/dist/js/bootstrap.min.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/alert.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/alert.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/button.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/button.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/carousel.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/carousel.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/collapse.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/collapse.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/dropdown.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/dropdown.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/index.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/index.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/modal.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/modal.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/popover.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/popover.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/scrollspy.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/scrollspy.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/tab.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/tab.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/tooltip.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/tooltip.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/util.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/dist/util.js.map create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/alert.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/button.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/carousel.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/collapse.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/dropdown.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/index.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/modal.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/popover.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/scrollspy.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/tab.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/tooltip.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/src/util.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/README.md create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/karma-bundle.conf.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/karma.conf.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/.eslintrc.json create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/alert.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/button.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/carousel.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/collapse.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/dropdown.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/modal.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/popover.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/scrollspy.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/tab.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/tooltip.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/unit/util.js create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/alert.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/button.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/carousel.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/collapse.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/dropdown.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/modal.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/popover.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/scrollspy.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/tab.html create mode 100644 themes/docsy/assets/vendor/bootstrap/js/tests/visual/tooltip.html create mode 100644 themes/docsy/assets/vendor/bootstrap/nuget/MyGet.ps1 create mode 100644 themes/docsy/assets/vendor/bootstrap/nuget/bootstrap.nuspec create mode 100644 themes/docsy/assets/vendor/bootstrap/nuget/bootstrap.sass.nuspec create mode 100644 themes/docsy/assets/vendor/bootstrap/package-lock.json create mode 100644 themes/docsy/assets/vendor/bootstrap/package.js create mode 100644 themes/docsy/assets/vendor/bootstrap/package.json create mode 100644 themes/docsy/assets/vendor/bootstrap/sache.json create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_alert.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_badge.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_breadcrumb.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_button-group.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_buttons.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_card.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_carousel.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_close.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_code.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_custom-forms.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_dropdown.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_forms.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_functions.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_grid.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_images.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_input-group.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_jumbotron.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_list-group.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_media.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_mixins.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_modal.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_nav.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_navbar.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_pagination.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_popover.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_print.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_progress.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_reboot.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_root.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_tables.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_tooltip.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_transitions.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_type.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_utilities.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/_variables.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/bootstrap-grid.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/bootstrap-reboot.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/bootstrap.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_alert.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_background-variant.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_badge.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_border-radius.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_box-shadow.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_breakpoints.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_buttons.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_caret.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_clearfix.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_float.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_forms.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_gradients.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_grid-framework.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_grid.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_hover.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_image.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_list-group.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_lists.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_nav-divider.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_pagination.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_reset-text.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_resize.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_screen-reader.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_size.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_table-row.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_text-emphasis.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_text-hide.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_text-truncate.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_transition.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/mixins/_visibility.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_align.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_background.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_borders.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_clearfix.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_display.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_embed.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_flex.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_float.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_position.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_screenreaders.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_shadows.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_sizing.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_spacing.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_text.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/scss/utilities/_visibility.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/browser-bugs.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/browser-features.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/colors.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/examples.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/grays.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/nav.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/theme-colors.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/translations.yml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/ads.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/bugify.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/callout-danger-async-methods.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/callout-info-mediaqueries-breakpoints.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/callout-warning-color-assistive-technologies.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/callout.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/docs-navbar.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/docs-sidebar.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/example.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/favicons.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/footer.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/header.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/bootstrap.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/download.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/github.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/import.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/lightning.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/menu.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/slack.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/icons/twitter.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/scripts.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/skippy.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_includes/social.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_layouts/default.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_layouts/docs.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_layouts/examples.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_layouts/home.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_layouts/redirect.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_layouts/simple.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/about/brand.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/about/license.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/about/overview.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/about/translations.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-outline.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-punchout.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-social-logo.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-social.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-solid.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/css/docs.min.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/css/docs.min.css.map create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/bootstrap-stack.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/bootstrap-themes.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/android-chrome-192x192.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/android-chrome-512x512.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/apple-touch-icon.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/browserconfig.xml create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/favicon-16x16.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/favicon-32x32.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/manifest.json create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/mstile-144x144.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/mstile-150x150.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/mstile-310x150.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/mstile-310x310.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/mstile-70x70.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/img/favicons/safari-pinned-tab.svg create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/.eslintrc.json create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/docs.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/src/application.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/src/ie-emulation-modes-warning.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/src/pwa.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/src/search.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/vendor/anchor.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/vendor/clipboard.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/vendor/holder.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/vendor/jquery-slim.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/js/vendor/popper.min.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_ads.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_algolia.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_anchor.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_brand.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_browser-bugs.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_buttons.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_callouts.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_clipboard-js.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_colors.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_component-examples.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_content.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_examples.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_footer.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_masthead.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_nav.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_sidebar.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_skiplink.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_syntax.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_variables.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/docs.scss create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/browser-bugs.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/alerts.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/badge.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/breadcrumb.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/button-group.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/buttons.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/card.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/carousel.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/collapse.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/dropdowns.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/forms.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/input-group.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/jumbotron.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/list-group.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/modal.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/navbar.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/navs.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/pagination.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/popovers.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/progress.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/scrollspy.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/components/tooltips.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/content/code.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/content/figures.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/content/images.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/content/reboot.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/content/tables.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/content/typography.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/.eslintrc.json create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/.stylelintrc create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/album/album.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/album/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/blog/blog.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/blog/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/carousel/carousel.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/carousel/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/checkout/form-validation.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/checkout/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/cover/cover.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/cover/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/dashboard/dashboard.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/dashboard/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/floating-labels/floating-labels.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/floating-labels/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/grid/grid.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/grid/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/jumbotron/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/jumbotron/jumbotron.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-bottom/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-fixed/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-fixed/navbar-top-fixed.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/navbar-top.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbars/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbars/navbar.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/offcanvas/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/offcanvas/offcanvas.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/offcanvas/offcanvas.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/pricing/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/pricing/pricing.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/product/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/product/product.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/album.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/blog.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/carousel.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/checkout.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/cover.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/dashboard.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/floating-labels.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/grid.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/jumbotron.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/navbar-bottom.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/navbar-fixed.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/navbar-static.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/navbars.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/offcanvas.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/pricing.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/product.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/sign-in.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/starter-template.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/sticky-footer-navbar.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/screenshots/sticky-footer.png create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sign-in/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sign-in/signin.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/starter-template/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/starter-template/starter-template.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer-navbar/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/sticky-footer.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/tooltip-viewport/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/tooltip-viewport/tooltip-viewport.css create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/tooltip-viewport/tooltip-viewport.js create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/extend/approach.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/extend/icons.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/extend/index.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/accessibility.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/best-practices.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/browsers-devices.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/build-tools.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/contents.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/download.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/introduction.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/javascript.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/theming.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/getting-started/webpack.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/layout/grid.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/layout/media-object.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/layout/overview.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/layout/utilities-for-layout.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/migration.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/borders.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/clearfix.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/close-icon.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/colors.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/display.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/embed.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/flex.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/float.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/image-replacement.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/position.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/screenreaders.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/shadows.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/sizing.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/spacing.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/text.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/vertical-align.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/docs/4.1/utilities/visibility.md create mode 100644 themes/docsy/assets/vendor/bootstrap/site/favicon.ico create mode 100644 themes/docsy/assets/vendor/bootstrap/site/index.html create mode 100644 themes/docsy/assets/vendor/bootstrap/site/robots.txt create mode 100644 themes/docsy/assets/vendor/bootstrap/site/sw.js (limited to 'themes/docsy/assets/vendor/bootstrap') diff --git a/themes/docsy/assets/vendor/bootstrap/.babelrc.js b/themes/docsy/assets/vendor/bootstrap/.babelrc.js new file mode 100644 index 0000000..3dba11b --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.babelrc.js @@ -0,0 +1,20 @@ +module.exports = { + presets: [ + [ + '@babel/env', + { + loose: true, + modules: false, + exclude: ['transform-typeof-symbol'] + } + ] + ], + plugins: [ + '@babel/proposal-object-rest-spread' + ], + env: { + test: { + plugins: [ 'istanbul' ] + } + } +}; diff --git a/themes/docsy/assets/vendor/bootstrap/.browserslistrc b/themes/docsy/assets/vendor/bootstrap/.browserslistrc new file mode 100644 index 0000000..1bfd197 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.browserslistrc @@ -0,0 +1,13 @@ +# https://github.com/browserslist/browserslist#readme + +>= 1% +last 1 major version +not dead +Chrome >= 45 +Firefox >= 38 +Edge >= 12 +Explorer >= 10 +iOS >= 9 +Safari >= 9 +Android >= 4.4 +Opera >= 30 diff --git a/themes/docsy/assets/vendor/bootstrap/.editorconfig b/themes/docsy/assets/vendor/bootstrap/.editorconfig new file mode 100644 index 0000000..9d5248e --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/themes/docsy/assets/vendor/bootstrap/.eslintignore b/themes/docsy/assets/vendor/bootstrap/.eslintignore new file mode 100644 index 0000000..e1d5490 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.eslintignore @@ -0,0 +1,5 @@ +**/*.min.js +**/dist/ +**/vendor/ +/_gh_pages/ +/package.js diff --git a/themes/docsy/assets/vendor/bootstrap/.eslintrc.json b/themes/docsy/assets/vendor/bootstrap/.eslintrc.json new file mode 100644 index 0000000..38ba819 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.eslintrc.json @@ -0,0 +1,233 @@ +{ + "root": true, + "parser": "babel-eslint", + "env": { + "browser": true, + "es6": true + }, + "extends": ["eslint:recommended", "plugin:compat/recommended"], + "rules": { + // Possible Errors + "no-await-in-loop": "error", + "no-extra-parens": "error", + "no-prototype-builtins": "error", + "no-template-curly-in-string": "error", + "valid-jsdoc": "error", + + // Best Practices + "accessor-pairs": "error", + "array-callback-return": "error", + "block-scoped-var": "error", + "class-methods-use-this": "off", + "complexity": "error", + "consistent-return": "error", + "curly": "error", + "default-case": "error", + "dot-location": ["error", "property"], + "dot-notation": "error", + "eqeqeq": "error", + "guard-for-in": "error", + "no-alert": "error", + "no-caller": "error", + "no-div-regex": "error", + "no-else-return": "error", + "no-empty-function": "error", + "no-eq-null": "error", + "no-eval": "error", + "no-extend-native": "error", + "no-extra-bind": "error", + "no-extra-label": "error", + "no-floating-decimal": "error", + "no-implicit-coercion": "error", + "no-implicit-globals": "error", + "no-implied-eval": "error", + "no-invalid-this": "off", + "no-iterator": "error", + "no-labels": "error", + "no-lone-blocks": "error", + "no-loop-func": "error", + "no-magic-numbers": ["error", { + "ignore": [-1, 0, 1], + "ignoreArrayIndexes": true + } + ], + "no-multi-spaces": ["error", { + "ignoreEOLComments": true, + "exceptions": { + "AssignmentExpression": true, + "ArrowFunctionExpression": true, + "CallExpression": true, + "VariableDeclarator": true + } + } + ], + "no-multi-str": "error", + "no-new": "error", + "no-new-func": "error", + "no-new-wrappers": "error", + "no-octal-escape": "error", + "no-param-reassign": "off", + "no-proto": "error", + "no-restricted-properties": "error", + "no-return-assign": "error", + "no-return-await": "error", + "no-script-url": "error", + "no-self-compare": "error", + "no-sequences": "error", + "no-throw-literal": "error", + "no-unmodified-loop-condition": "error", + "no-unused-expressions": "error", + "no-useless-call": "error", + "no-useless-concat": "error", + "no-useless-return": "error", + "no-void": "error", + "no-warning-comments": "off", + "no-with": "error", + "prefer-promise-reject-errors": "error", + "radix": "error", + "require-await": "error", + "vars-on-top": "error", + "wrap-iife": "error", + "yoda": "error", + + // Strict Mode + "strict": "error", + + // Variables + "init-declarations": "off", + "no-catch-shadow": "error", + "no-label-var": "error", + "no-restricted-globals": "error", + "no-shadow": "off", + "no-shadow-restricted-names": "error", + "no-undef-init": "error", + "no-undefined": "error", + "no-use-before-define": "off", + + // Node.js and CommonJS + "callback-return": "off", + "global-require": "error", + "handle-callback-err": "error", + "no-mixed-requires": "error", + "no-new-require": "error", + "no-path-concat": "error", + "no-process-env": "error", + "no-process-exit": "error", + "no-restricted-modules": "error", + "no-sync": "error", + + // Stylistic Issues + "array-bracket-spacing": "error", + "block-spacing": "error", + "brace-style": "error", + "camelcase": "error", + "capitalized-comments": "off", + "comma-dangle": "error", + "comma-spacing": "error", + "comma-style": "error", + "computed-property-spacing": "error", + "consistent-this": "error", + "eol-last": "error", + "func-call-spacing": "error", + "func-name-matching": "error", + "func-names": "off", + "func-style": ["error", "declaration"], + "id-blacklist": "error", + "id-length": "off", + "id-match": "error", + "indent": ["error", 2, { "SwitchCase": 1 }], + "jsx-quotes": "error", + "key-spacing": "off", + "keyword-spacing": "error", + "linebreak-style": ["error", "unix"], + "line-comment-position": "off", + "lines-around-comment": "off", + "lines-around-directive": "error", + "max-depth": ["error", 10], + "max-len": "off", + "max-lines": "off", + "max-nested-callbacks": "error", + "max-params": "off", + "max-statements": "off", + "max-statements-per-line": "error", + "multiline-ternary": "off", + "new-cap": ["error", { "capIsNewExceptionPattern": "$.*" }], + "newline-after-var": "off", + "newline-per-chained-call": ["error", { "ignoreChainWithDepth": 5 }], + "new-parens": "error", + "no-array-constructor": "error", + "no-bitwise": "error", + "no-continue": "off", + "no-inline-comments": "off", + "no-lonely-if": "error", + "no-mixed-operators": "off", + "no-multi-assign": "error", + "no-multiple-empty-lines": "error", + "nonblock-statement-body-position": "error", + "no-negated-condition": "off", + "no-nested-ternary": "error", + "no-new-object": "error", + "no-plusplus": "off", + "no-restricted-syntax": "error", + "no-tabs": "error", + "no-ternary": "off", + "no-trailing-spaces": "error", + "no-underscore-dangle": "off", + "no-unneeded-ternary": "error", + "no-whitespace-before-property": "error", + "object-curly-newline": ["error", { "minProperties": 1 }], + "object-curly-spacing": ["error", "always"], + "object-property-newline": "error", + "one-var": ["error", "never"], + "one-var-declaration-per-line": "error", + "operator-assignment": "error", + "operator-linebreak": "error", + "padded-blocks": ["error", "never"], + "padding-line-between-statements": "off", + "quote-props": ["error", "as-needed"], + "quotes": ["error", "single"], + "require-jsdoc": "off", + "semi": ["error", "never"], + "semi-spacing": "error", + "sort-keys": "off", + "sort-vars": "error", + "space-before-blocks": "error", + "space-before-function-paren": ["error", { + "anonymous": "always", + "named": "never" + }], + "space-in-parens": "error", + "space-infix-ops": "error", + "space-unary-ops": "error", + "spaced-comment": "error", + "template-tag-spacing": "error", + "unicode-bom": "error", + "wrap-regex": "off", + + // ECMAScript 6 + "arrow-body-style": ["error", "as-needed"], + "arrow-parens": "error", + "arrow-spacing": "error", + "generator-star-spacing": "error", + "no-confusing-arrow": "error", + "no-duplicate-imports": "error", + "no-restricted-imports": "error", + "no-useless-computed-key": "error", + "no-useless-constructor": "error", + "no-useless-rename": "error", + "no-var": "error", + "object-shorthand": "error", + "prefer-arrow-callback": "error", + "prefer-const": "error", + "prefer-destructuring": "off", + "prefer-numeric-literals": "error", + "prefer-rest-params": "error", + "prefer-spread": "error", + "prefer-template": "error", + "rest-spread-spacing": "error", + "sort-imports": "error", + "symbol-description": "error", + "template-curly-spacing": "error", + "yield-star-spacing": "error" + } +} diff --git a/themes/docsy/assets/vendor/bootstrap/.gitattributes b/themes/docsy/assets/vendor/bootstrap/.gitattributes new file mode 100644 index 0000000..39813c7 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.gitattributes @@ -0,0 +1,18 @@ +# Enforce Unix newlines +*.css text eol=lf +*.html text eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf +*.rb text eol=lf +*.scss text eol=lf +*.svg text eol=lf +*.txt text eol=lf +*.xml text eol=lf +*.yml text eol=lf + +# Don't diff or textually merge source maps +*.map binary + +bootstrap.css linguist-vendored=false +bootstrap.js linguist-vendored=false diff --git a/themes/docsy/assets/vendor/bootstrap/.github/CONTRIBUTING.md b/themes/docsy/assets/vendor/bootstrap/.github/CONTRIBUTING.md new file mode 100644 index 0000000..f579111 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/CONTRIBUTING.md @@ -0,0 +1,243 @@ +# Contributing to Bootstrap + +Looking to contribute something to Bootstrap? **Here's how you can help.** + +Please take a moment to review this document in order to make the contribution +process easy and effective for everyone involved. + +Following these guidelines helps to communicate that you respect the time of +the developers managing and developing this open source project. In return, +they should reciprocate that respect in addressing your issue or assessing +patches and features. + + +## Using the issue tracker + +The [issue tracker](https://github.com/twbs/bootstrap/issues) is +the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) +and [submitting pull requests](#pull-requests), but please respect the following +restrictions: + +* Please **do not** use the issue tracker for personal support requests. Stack + Overflow ([`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4) tag), [Slack](https://bootstrap-slack.herokuapp.com/) or [IRC](README.md#community) are better places to get help. + +* Please **do not** derail or troll issues. Keep the discussion on topic and + respect the opinions of others. + +* Please **do not** post comments consisting solely of "+1" or ":thumbsup:". + Use [GitHub's "reactions" feature](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) + instead. We reserve the right to delete comments which violate this rule. + +* Please **do not** open issues regarding the official themes offered on . + Instead, please email any questions or feedback regarding those themes to `themes AT getbootstrap DOT com`. + + +## Issues and labels + +Our bug tracker utilizes several labels to help organize and identify issues. Here's what they represent and how we use them: + +- `browser bug` - Issues that are reported to us, but actually are the result of a browser-specific bug. These are diagnosed with reduced test cases and result in an issue opened on that browser's own bug tracker. +- `confirmed` - Issues that have been confirmed with a reduced test case and identify a bug in Bootstrap. +- `css` - Issues stemming from our compiled CSS or source Sass files. +- `docs` - Issues for improving or updating our documentation. +- `examples` - Issues involving the example templates included in our docs. +- `feature` - Issues asking for a new feature to be added, or an existing one to be extended or modified. New features require a minor version bump (e.g., `v3.0.0` to `v3.1.0`). +- `build` - Issues with our build system, which is used to run all our tests, concatenate and compile source files, and more. +- `help wanted` - Issues we need or would love help from the community to resolve. +- `js` - Issues stemming from our compiled or source JavaScript files. +- `meta` - Issues with the project itself or our GitHub repository. + +For a complete look at our labels, see the [project labels page](https://github.com/twbs/bootstrap/labels). + + +## Bug reports + +A bug is a _demonstrable problem_ that is caused by the code in the repository. +Good bug reports are extremely helpful, so thanks! + +Guidelines for bug reports: + +0. **Validate and lint your code** — [validate your HTML](https://html5.validator.nu/) + and [lint your HTML](https://github.com/twbs/bootlint) to ensure your + problem isn't caused by a simple error in your own code. + +1. **Use the GitHub issue search** — check if the issue has already been + reported. + +2. **Check if the issue has been fixed** — try to reproduce it using the + latest `master` or development branch in the repository. + +3. **Isolate the problem** — ideally create a [reduced test + case](https://css-tricks.com/reduced-test-cases/) and a live example. + [This JS Bin](https://jsbin.com/lolome/edit?html,output) is a helpful template. + + +A good bug report shouldn't leave others needing to chase you up for more +information. Please try to be as detailed as possible in your report. What is +your environment? What steps will reproduce the issue? What browser(s) and OS +experience the problem? Do other browsers show the bug differently? What +would you expect to be the outcome? All these details will help people to fix +any potential bugs. + +Example: + +> Short and descriptive example bug report title +> +> A summary of the issue and the browser/OS environment in which it occurs. If +> suitable, include the steps required to reproduce the bug. +> +> 1. This is the first step +> 2. This is the second step +> 3. Further steps, etc. +> +> `` - a link to the reduced test case +> +> Any other information you want to share that is relevant to the issue being +> reported. This might include the lines of code that you have identified as +> causing the bug, and potential solutions (and your opinions on their +> merits). + +### Reporting upstream browser bugs + +Sometimes bugs reported to us are actually caused by bugs in the browser(s) themselves, not bugs in Bootstrap per se. +When feasible, we aim to report such upstream bugs to the relevant browser vendor(s), and then list them on our [Wall of Browser Bugs](https://getbootstrap.com/browser-bugs/) and [document them in MDN](https://developer.mozilla.org/en-US/docs/Web). + +| Vendor(s) | Browser(s) | Rendering engine | Bug reporting website(s) | Notes | +| ------------- | ---------------------------- | ---------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------- | +| Mozilla | Firefox | Gecko | https://bugzilla.mozilla.org/enter_bug.cgi | "Core" is normally the right product option to choose. | +| Apple | Safari | WebKit | https://bugs.webkit.org/enter_bug.cgi?product=WebKit
https://bugreport.apple.com/ | In Apple's bug reporter, choose "Safari" as the product. | +| Google, Opera | Chrome, Chromium, Opera v15+ | Blink | https://bugs.chromium.org/p/chromium/issues/list | Click the "New issue" button. | +| Microsoft | Edge | EdgeHTML | https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ | | + +### Issues bots + +[@twbs-lmvtfy](https://github.com/twbs-lmvtfy) is a Bootstrap bot that hangs out in our GitHub issue tracker and automatically checks for HTML validation errors in live examples (e.g. jsFiddles, JS Bins, Bootplys, Plunks, CodePens, etc.) posted in issue comments. If it finds any errors, it will post a follow-up comment on the issue and point out the errors. If this happens with an example you've posted, please fix the errors and post an updated live example. If you opened a bug report, please check whether the bug still occurs with your revised, valid live example. If the bug no longer occurs, it was probably due to your invalid HTML rather than something in Bootstrap and we'd appreciate it if you could close out the GitHub issue. + + +## Feature requests + +Feature requests are welcome. But take a moment to find out whether your idea +fits with the scope and aims of the project. It's up to *you* to make a strong +case to convince the project's developers of the merits of this feature. Please +provide as much detail and context as possible. + + +## Pull requests + +Good pull requests—patches, improvements, new features—are a fantastic +help. They should remain focused in scope and avoid containing unrelated +commits. + +**Please ask first** before embarking on any significant pull request (e.g. +implementing features, refactoring code, porting to a different language), +otherwise you risk spending a lot of time working on something that the +project's developers might not want to merge into the project. + +Please adhere to the [coding guidelines](#code-guidelines) used throughout the +project (indentation, accurate comments, etc.) and any other requirements +(such as test coverage). + +**Do not edit `bootstrap.css`, or `bootstrap.js` +directly!** Those files are automatically generated. You should edit the +source files in [`/bootstrap/scss/`](https://github.com/twbs/bootstrap/tree/master/scss) +and/or [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) instead. + +Similarly, when contributing to Bootstrap's documentation, you should edit the +documentation source files in +[the `/bootstrap/docs/` directory of the `master` branch](https://github.com/twbs/bootstrap/tree/master/docs). +**Do not edit the `gh-pages` branch.** That branch is generated from the +documentation source files and is managed separately by the Bootstrap Core Team. + +Adhering to the following process is the best way to get your work +included in the project: + +1. [Fork](https://help.github.com/articles/fork-a-repo/) the project, clone your fork, + and configure the remotes: + + ```bash + # Clone your fork of the repo into the current directory + git clone https://github.com//bootstrap.git + # Navigate to the newly cloned directory + cd bootstrap + # Assign the original repo to a remote called "upstream" + git remote add upstream https://github.com/twbs/bootstrap.git + ``` + +2. If you cloned a while ago, get the latest changes from upstream: + + ```bash + git checkout master + git pull upstream master + ``` + +3. Create a new topic branch (off the main project development branch) to + contain your feature, change, or fix: + + ```bash + git checkout -b + ``` + +4. Commit your changes in logical chunks. Please adhere to these [git commit + message guidelines](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) + or your code is unlikely be merged into the main project. Use Git's + [interactive rebase](https://help.github.com/articles/about-git-rebase/) + feature to tidy up your commits before making them public. + +5. Locally merge (or rebase) the upstream development branch into your topic branch: + + ```bash + git pull [--rebase] upstream master + ``` + +6. Push your topic branch up to your fork: + + ```bash + git push origin + ``` + +7. [Open a Pull Request](https://help.github.com/articles/about-pull-requests/) + with a clear title and description against the `master` branch. + +**IMPORTANT**: By submitting a patch, you agree to allow the project owners to +license your work under the terms of the [MIT License](LICENSE) (if it +includes code changes) and under the terms of the +[Creative Commons Attribution 3.0 Unported License](docs/LICENSE) +(if it includes documentation changes). + + +## Code guidelines + +### HTML + +[Adhere to the Code Guide.](http://codeguide.co/#html) + +- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags). +- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`. +- Use [WAI-ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) attributes in documentation examples to promote accessibility. + +### CSS + +[Adhere to the Code Guide.](http://codeguide.co/#css) + +- When feasible, default color palettes should comply with [WCAG color contrast guidelines](https://www.w3.org/TR/WCAG20/#visual-audio-contrast). +- Except in rare cases, don't remove default `:focus` styles (via e.g. `outline: none;`) without providing alternative styles. See [this A11Y Project post](https://a11yproject.com/posts/never-remove-css-outlines/) for more details. + +### JS + +- No semicolons (in client-side JS) +- 2 spaces (no tabs) +- strict mode +- "Attractive" +- Don't use [jQuery event alias convenience methods](https://github.com/jquery/jquery/blob/master/src/event/alias.js) (such as `$().focus()`). Instead, use [`$().trigger(eventType, ...)`](https://api.jquery.com/trigger/) or [`$().on(eventType, ...)`](https://api.jquery.com/on/), depending on whether you're firing an event or listening for an event. (For example, `$().trigger('focus')` or `$().on('focus', function (event) { /* handle focus event */ })`) We do this to be compatible with custom builds of jQuery where the event aliases module has been excluded. + +### Checking coding style + +Run `npm run test` before committing to ensure your changes follow our coding standards. + + +## License + +By contributing your code, you agree to license your contribution under the [MIT License](LICENSE). +By contributing to the documentation, you agree to license your contribution under the [Creative Commons Attribution 3.0 Unported License](docs/LICENSE). + +Prior to v3.1.0, Bootstrap's code was released under the Apache License v2.0. diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..8e12855 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,11 @@ +Before opening: + +- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [Validate](https://html5.validator.nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) + +Bug reports must include: + +- Operating system and version (Windows, macOS, Android, iOS, Win10 Mobile) +- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) +- [Reduced test case](https://css-tricks.com/reduced-test-cases/) and suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ab363e0 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Tell us about a bug you may have identified in Bootstrap. + +--- + +Before opening: + +- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [Validate](https://html5.validator.nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) + +Bug reports must include: + +- Operating system and version (Windows, macOS, Android, iOS, Win10 Mobile) +- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) +- [Reduced test case](https://css-tricks.com/reduced-test-cases/) and suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/) diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..4f866e2 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,9 @@ +Before opening: + +- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) + +Feature requests must include: + +- As much detail as possible for what we should add and why it's important to Bootstrap +- Relevant links to prior art, screenshots, or live demos whenever possible diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..389bd43 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Suggest an idea for a new feature in Bootstrap. + +--- + +Before opening: + +- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) + +Feature requests must include: + +- As much detail as possible for what we should add and why it's important to Bootstrap +- Relevant links to prior art, screenshots, or live demos whenever possible diff --git a/themes/docsy/assets/vendor/bootstrap/.github/SUPPORT.md b/themes/docsy/assets/vendor/bootstrap/.github/SUPPORT.md new file mode 100644 index 0000000..de3c4b5 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/SUPPORT.md @@ -0,0 +1,11 @@ +### Bug reports + +See the [contributing guidelines](CONTRIBUTING.md) for sharing bug reports. + +### How-to + +For general troubleshooting or help getting started: + +- Join [the official Slack room](https://bootstrap-slack.herokuapp.com/). +- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. +- Ask and explore Stack Overflow with the [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4) tag. diff --git a/themes/docsy/assets/vendor/bootstrap/.gitignore b/themes/docsy/assets/vendor/bootstrap/.gitignore new file mode 100644 index 0000000..39a9279 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.gitignore @@ -0,0 +1,48 @@ +# Ignore docs files +_gh_pages +_site +site/docs/4.1/dist/ + +# Ignore ruby files +.ruby-version +.bundle +vendor/cache +vendor/bundle + +# Numerous always-ignore extensions +*.diff +*.err +*.log +*.orig +*.rej +*.swo +*.swp +*.vi +*.zip +*~ + +# OS or Editor folders +._* +.cache +.DS_Store +.idea +.project +.settings +.tmproj +*.esproj +*.sublime-project +*.sublime-workspace +nbproject +Thumbs.db + +# Komodo +.komodotools +*.komodoproject + +# Jekyll metadata and extra config file for `github` script +docs/.jekyll-metadata +twbsconfig.yml + +# Folders to ignore +node_modules +js/coverage diff --git a/themes/docsy/assets/vendor/bootstrap/.stylelintignore b/themes/docsy/assets/vendor/bootstrap/.stylelintignore new file mode 100644 index 0000000..7bc488e --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.stylelintignore @@ -0,0 +1,4 @@ +**/*.min.css +**/dist/ +**/vendor/ +/_gh_pages/ diff --git a/themes/docsy/assets/vendor/bootstrap/.stylelintrc b/themes/docsy/assets/vendor/bootstrap/.stylelintrc new file mode 100644 index 0000000..3d86d2a --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.stylelintrc @@ -0,0 +1,274 @@ +{ + "extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"], + "plugins": [ + "stylelint-order" + ], + "rules": { + "at-rule-empty-line-before": null, + "at-rule-name-space-after": "always", + "at-rule-no-vendor-prefix": true, + "at-rule-semicolon-space-before": "never", + "block-closing-brace-empty-line-before": null, + "block-closing-brace-newline-after": null, + "block-opening-brace-space-before": null, + "color-named": "never", + "declaration-block-semicolon-newline-after": "always-multi-line", + "declaration-block-semicolon-newline-before": "never-multi-line", + "declaration-block-semicolon-space-after": "always-single-line", + "declaration-empty-line-before": null, + "declaration-no-important": true, + "font-family-name-quotes": "always-where-recommended", + "font-weight-notation": "numeric", + "function-url-no-scheme-relative": true, + "function-url-quotes": "always", + "length-zero-no-unit": true, + "max-empty-lines": 2, + "max-line-length": null, + "media-feature-name-no-vendor-prefix": true, + "media-feature-parentheses-space-inside": "never", + "media-feature-range-operator-space-after": "always", + "media-feature-range-operator-space-before": "never", + "no-descending-specificity": null, + "no-duplicate-selectors": true, + "number-leading-zero": "never", + "media-feature-name-no-unknown": [true, { + "ignoreMediaFeatureNames": ["prefers-reduced-motion"] + }], + "order/properties-order": [ + "position", + "top", + "right", + "bottom", + "left", + "z-index", + "box-sizing", + "display", + "flex", + "flex-align", + "flex-basis", + "flex-direction", + "flex-wrap", + "flex-flow", + "flex-shrink", + "flex-grow", + "flex-order", + "flex-pack", + "align-content", + "align-items", + "align-self", + "justify-content", + "order", + "float", + "width", + "min-width", + "max-width", + "height", + "min-height", + "max-height", + "padding", + "padding-top", + "padding-right", + "padding-bottom", + "padding-left", + "margin", + "margin-top", + "margin-right", + "margin-bottom", + "margin-left", + "overflow", + "overflow-x", + "overflow-y", + "-webkit-overflow-scrolling", + "-ms-overflow-x", + "-ms-overflow-y", + "-ms-overflow-style", + "columns", + "column-count", + "column-fill", + "column-gap", + "column-rule", + "column-rule-width", + "column-rule-style", + "column-rule-color", + "column-span", + "column-width", + "orphans", + "widows", + "clip", + "clear", + "font", + "font-family", + "font-size", + "font-style", + "font-weight", + "font-variant", + "font-size-adjust", + "font-stretch", + "font-effect", + "font-emphasize", + "font-emphasize-position", + "font-emphasize-style", + "font-smooth", + "src", + "hyphens", + "line-height", + "color", + "text-align", + "text-align-last", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-style", + "text-emphasis-position", + "text-decoration", + "text-indent", + "text-justify", + "text-outline", + "-ms-text-overflow", + "text-overflow", + "text-overflow-ellipsis", + "text-overflow-mode", + "text-shadow", + "text-transform", + "text-wrap", + "-webkit-text-size-adjust", + "-ms-text-size-adjust", + "letter-spacing", + "-ms-word-break", + "word-break", + "word-spacing", + "-ms-word-wrap", + "word-wrap", + "overflow-wrap", + "tab-size", + "white-space", + "vertical-align", + "direction", + "unicode-bidi", + "list-style", + "list-style-position", + "list-style-type", + "list-style-image", + "pointer-events", + "-ms-touch-action", + "touch-action", + "cursor", + "visibility", + "zoom", + "table-layout", + "empty-cells", + "caption-side", + "border-spacing", + "border-collapse", + "content", + "quotes", + "counter-reset", + "counter-increment", + "resize", + "user-select", + "nav-index", + "nav-up", + "nav-right", + "nav-down", + "nav-left", + "background", + "background-color", + "background-image", + "filter", + "background-repeat", + "background-attachment", + "background-position", + "background-position-x", + "background-position-y", + "background-clip", + "background-origin", + "background-size", + "border", + "border-color", + "border-style", + "border-width", + "border-top", + "border-top-color", + "border-top-style", + "border-top-width", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-bottom", + "border-bottom-color", + "border-bottom-style", + "border-bottom-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "border-top-left-radius", + "border-top-right-radius", + "border-bottom-right-radius", + "border-bottom-left-radius", + "border-image", + "border-image-source", + "border-image-slice", + "border-image-width", + "border-image-outset", + "border-image-repeat", + "outline", + "outline-width", + "outline-style", + "outline-color", + "outline-offset", + "box-shadow", + "opacity", + "-ms-interpolation-mode", + "page-break-after", + "page-break-before", + "page-break-inside", + "transition", + "transition-delay", + "transition-timing-function", + "transition-duration", + "transition-property", + "transform", + "transform-origin", + "perspective", + "appearance", + "animation", + "animation-name", + "animation-duration", + "animation-play-state", + "animation-timing-function", + "animation-delay", + "animation-iteration-count", + "animation-direction", + "animation-fill-mode", + "fill", + "stroke" + ], + "property-no-vendor-prefix": true, + "rule-empty-line-before": null, + "scss/dollar-variable-default": [true, { "ignore": "local" }], + "selector-attribute-quotes": "always", + "selector-list-comma-newline-after": "always", + "selector-list-comma-newline-before": "never-multi-line", + "selector-list-comma-space-after": "always-single-line", + "selector-list-comma-space-before": "never-single-line", + "selector-max-attribute": 2, + "selector-max-class": 4, + "selector-max-combinators": 4, + "selector-max-compound-selectors": 4, + "selector-max-empty-lines": 1, + "selector-max-id": 0, + "selector-max-specificity": null, + "selector-max-type": 2, + "selector-max-universal": 1, + "selector-no-qualifying-type": true, + "selector-no-vendor-prefix": true, + "string-quotes": "double", + "value-keyword-case": "lower", + "value-list-comma-newline-after": "never-multi-line", + "value-list-comma-newline-before": "never-multi-line", + "value-list-comma-space-after": "always", + "value-no-vendor-prefix": true + } +} diff --git a/themes/docsy/assets/vendor/bootstrap/.travis.yml b/themes/docsy/assets/vendor/bootstrap/.travis.yml new file mode 100644 index 0000000..c3a6b02 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.travis.yml @@ -0,0 +1,33 @@ +sudo: required +dist: trusty +addons: + chrome: stable +language: node_js +git: + depth: 3 +node_js: + - "6" + - "8" +before_install: + - if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi +install: + - bundle install --deployment --jobs=3 --retry=3 + - npm install +script: + - npm test + - if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run check-broken-links; fi +after_success: + - if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run coveralls; fi +stages: + - test + - name: browser + if: type = push +jobs: + include: + - stage: browser + node_js: 8 + script: if ! git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'; then npm test && npm run js-test-cloud; fi +cache: + directories: + - node_modules + - vendor/bundle diff --git a/themes/docsy/assets/vendor/bootstrap/CNAME b/themes/docsy/assets/vendor/bootstrap/CNAME new file mode 100644 index 0000000..52c8533 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/CNAME @@ -0,0 +1 @@ +getbootstrap.com diff --git a/themes/docsy/assets/vendor/bootstrap/CODE_OF_CONDUCT.md b/themes/docsy/assets/vendor/bootstrap/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..9d9922f --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/CODE_OF_CONDUCT.md @@ -0,0 +1,46 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mdo@getbootstrap.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html][version] + +[homepage]: https://www.contributor-covenant.org/ +[version]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html diff --git a/themes/docsy/assets/vendor/bootstrap/Gemfile b/themes/docsy/assets/vendor/bootstrap/Gemfile new file mode 100644 index 0000000..3587e07 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/Gemfile @@ -0,0 +1,8 @@ +source 'https://rubygems.org' + +group :development, :test do + gem 'jekyll', '~> 3.8.3' + gem 'jekyll-redirect-from', '~> 0.14.0' + gem 'jekyll-sitemap', '~> 1.2.0' + gem 'jekyll-toc', '~> 0.6.0' +end diff --git a/themes/docsy/assets/vendor/bootstrap/Gemfile.lock b/themes/docsy/assets/vendor/bootstrap/Gemfile.lock new file mode 100644 index 0000000..ffb8428 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/Gemfile.lock @@ -0,0 +1,80 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + colorator (1.1.0) + concurrent-ruby (1.0.5) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + eventmachine (1.2.7-x64-mingw32) + ffi (1.9.25) + ffi (1.9.25-x64-mingw32) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.8.3) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (~> 1.14) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-redirect-from (0.14.0) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-sitemap (1.2.0) + jekyll (~> 3.3) + jekyll-toc (0.6.0) + nokogiri (~> 1.7) + jekyll-watch (2.0.0) + listen (~> 3.0) + kramdown (1.17.0) + liquid (4.0.0) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + mercenary (0.3.6) + mini_portile2 (2.3.0) + nokogiri (1.8.4) + mini_portile2 (~> 2.3.0) + nokogiri (1.8.4-x64-mingw32) + mini_portile2 (~> 2.3.0) + pathutil (0.16.1) + forwardable-extended (~> 2.6) + public_suffix (3.0.2) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rouge (3.1.1) + ruby_dep (1.5.0) + safe_yaml (1.0.4) + sass (3.5.6) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + +PLATFORMS + ruby + x64-mingw32 + +DEPENDENCIES + jekyll (~> 3.8.3) + jekyll-redirect-from (~> 0.14.0) + jekyll-sitemap (~> 1.2.0) + jekyll-toc (~> 0.6.0) + +BUNDLED WITH + 1.16.2 diff --git a/themes/docsy/assets/vendor/bootstrap/LICENSE b/themes/docsy/assets/vendor/bootstrap/LICENSE new file mode 100644 index 0000000..86f4b8c --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2011-2018 Twitter, Inc. +Copyright (c) 2011-2018 The Bootstrap Authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/themes/docsy/assets/vendor/bootstrap/README.md b/themes/docsy/assets/vendor/bootstrap/README.md new file mode 100644 index 0000000..cd01c66 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/README.md @@ -0,0 +1,177 @@ +

+ + Bootstrap logo + + +

Bootstrap

+ +

+ Sleek, intuitive, and powerful front-end framework for faster and easier web development. +
+ Explore Bootstrap docs » +
+
+ Report bug + · + Request feature + · + Themes + · + Jobs + · + Blog +

+

+ +
+ +## Table of contents + +- [Quick start](#quick-start) +- [Status](#status) +- [What's included](#whats-included) +- [Bugs and feature requests](#bugs-and-feature-requests) +- [Documentation](#documentation) +- [Contributing](#contributing) +- [Community](#community) +- [Versioning](#versioning) +- [Creators](#creators) +- [Copyright and license](#copyright-and-license) + +## Quick start + +Several quick start options are available: + +- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.1.3.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.1.3` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.1.3` +- 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.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more. + +## Status + +[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com/) +[![Build Status](https://img.shields.io/travis/twbs/bootstrap/v4-dev.svg)](https://travis-ci.org/twbs/bootstrap) +[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap) +[![Gem version](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap) +[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue.svg)](https://atmospherejs.com/twbs/bootstrap) +[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap.svg)](https://packagist.org/packages/twbs/bootstrap) +[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/absoluteLatest) +[![peerDependencies Status](https://img.shields.io/david/peer/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=peer) +[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=dev) +[![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/v4-dev.svg)](https://coveralls.io/github/twbs/bootstrap?branch=v4-dev) +[![CSS gzip size](http://img.badgesize.io/twbs/bootstrap/v4-dev/dist/css/bootstrap.min.css?compression=gzip&label=CSS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/css/bootstrap.min.css) +[![JS gzip size](http://img.badgesize.io/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js?compression=gzip&label=JS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/js/bootstrap.min.js) + +[![Sauce Labs Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap) + +## What's included + +Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: + +``` +bootstrap/ +└── dist/ + ├── css/ + │ ├── bootstrap-grid.css + │ ├── bootstrap-grid.css.map + │ ├── bootstrap-grid.min.css + │ ├── bootstrap-grid.min.css.map + │ ├── bootstrap-reboot.css + │ ├── bootstrap-reboot.css.map + │ ├── bootstrap-reboot.min.css + │ ├── bootstrap-reboot.min.css.map + │ ├── bootstrap.css + │ ├── bootstrap.css.map + │ ├── bootstrap.min.css + │ └── bootstrap.min.css.map + └── js/ + ├── bootstrap.bundle.js + ├── bootstrap.bundle.js.map + ├── bootstrap.bundle.min.js + ├── bootstrap.bundle.min.js.map + ├── bootstrap.js + ├── bootstrap.js.map + ├── bootstrap.min.js + └── bootstrap.min.js.map +``` + +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/debug/readability/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/), but not [jQuery](https://jquery.com/). + + +## Bugs and feature requests + +Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new). + + +## Documentation + +Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at . The docs may also be run locally. + +Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/docs/4.1/assets/js/src/search.js` file. + +### Running documentation locally + +1. Run through the [tooling setup](https://getbootstrap.com/docs/4.1/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. +2. Run `npm install` to install Node.js dependencies. +3. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes. +4. Open `http://localhost:9001` in your browser, and voilà. + +Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/). + +### Documentation for previous releases + +- For v2.3.2: +- For v3.3.x: +- For v4.0.x: + +[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. + + +## Contributing + +Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. + +Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo). + +Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . + + +## Community + +Get updates on Bootstrap's development and chat with the project maintainers and community members. + +- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). +- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/). +- Join [the official Slack room](https://bootstrap-slack.herokuapp.com/). +- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. +- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). +- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. + + +## Versioning + +For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](https://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible. + +See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com/) contain summaries of the most noteworthy changes made in each release. + + +## Creators + +**Mark Otto** + +- +- + +**Jacob Thornton** + +- +- + + +## Copyright and license + +Code and documentation copyright 2011-2018 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE). diff --git a/themes/docsy/assets/vendor/bootstrap/_config.yml b/themes/docsy/assets/vendor/bootstrap/_config.yml new file mode 100644 index 0000000..6bb6c1a --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/_config.yml @@ -0,0 +1,63 @@ +# Dependencies +markdown: kramdown +highlighter: rouge + +kramdown: + auto_ids: true + +# Permalinks +permalink: pretty + +# Server +source: "site" +destination: ./_gh_pages +host: 0.0.0.0 +port: 9001 +baseurl: "" +url: "https://getbootstrap.com" +encoding: UTF-8 +exclude: + - docs/4.1/assets/scss/ + +plugins: + - jekyll-redirect-from + - jekyll-sitemap + - jekyll-toc + +# Social +title: Bootstrap +description: "The most popular HTML, CSS, and JS library in the world." +twitter: getbootstrap +authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors" +social_image_path: /docs/4.1/assets/brand/bootstrap-social.png +social_logo_path: /docs/4.1/assets/brand/bootstrap-social-logo.png + +# Custom variables +current_version: 4.1.3 +current_ruby_version: 4.1.3 +docs_version: 4.1 +repo: "https://github.com/twbs/bootstrap" +slack: "https://bootstrap-slack.herokuapp.com" +blog: "https://blog.getbootstrap.com" +expo: "https://expo.getbootstrap.com" +jobs: "https://jobs.getbootstrap.com" +themes: "https://themes.getbootstrap.com" + +download: + source: "https://github.com/twbs/bootstrap/archive/v4.1.3.zip" + dist: "https://github.com/twbs/bootstrap/releases/download/v4.1.3/bootstrap-4.1.3-dist.zip" + +cdn: + # See https://www.srihash.org for info on how to generate the hashes + css: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" + css_hash: "sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" + js: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" + js_hash: "sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" + jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js" + jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" + popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" + popper_hash: "sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" + +toc: + min_level: 2 + max_level: 4 diff --git a/themes/docsy/assets/vendor/bootstrap/build/.eslintrc.json b/themes/docsy/assets/vendor/bootstrap/build/.eslintrc.json new file mode 100644 index 0000000..76e7f37 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/.eslintrc.json @@ -0,0 +1,20 @@ +{ + "env": { + "browser": false, + "node": true + }, + "parserOptions": { + "sourceType": "script" + }, + "extends": "../.eslintrc.json", + "rules": { + "consistent-return": "off", + "func-style": "off", + "no-console": "off", + "no-magic-numbers": "off", + "no-process-env": "off", + "no-process-exit": "off", + "no-sync": "off", + "spaced-comment": "off" + } +} diff --git a/themes/docsy/assets/vendor/bootstrap/build/.htmllintrc b/themes/docsy/assets/vendor/bootstrap/build/.htmllintrc new file mode 100644 index 0000000..d5cf54f --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/.htmllintrc @@ -0,0 +1,44 @@ +{ + "attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"], + "attr-name-style": false, + "attr-no-dup": true, + "attr-no-unsafe-char": true, + "attr-quote-style": "double", + "attr-req-value": true, + "attr-validate": false, + "class-no-dup": true, + "class-style": "none", + "doctype-first": true, + "doctype-html5": true, + "fig-req-figcaption": false, + "focusable-tabindex-style": true, + "head-req-title": true, + "head-valid-content-model": false, + "href-style": false, + "html-req-lang": true, + "html-valid-content-model": false, + "id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)", + "id-class-no-ad": true, + "id-class-style": false, + "id-no-dup": true, + "img-req-alt": "allownull", + "img-req-src": false, + "indent-style": "spaces", + "indent-width": 2, + "input-radio-req-name": false, + "input-req-label": false, + "label-req-for": true, + "lang-style": "case", + "line-no-trailing-whitespace": false, + "line-end-style": "lf", + "spec-char-escape": false, + "table-req-header": false, + "tag-bans": ["b", "i"], + "tag-close": true, + "tag-name-lowercase": true, + "tag-name-match": true, + "tag-self-close": false, + "text-ignore-regex": false, + "title-max-len": 70, + "title-no-dup": true +} diff --git a/themes/docsy/assets/vendor/bootstrap/build/build-plugins.js b/themes/docsy/assets/vendor/bootstrap/build/build-plugins.js new file mode 100644 index 0000000..22a1790 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/build-plugins.js @@ -0,0 +1,81 @@ +/*! + * Script to build our plugins to use them separately. + * Copyright 2018 The Bootstrap Authors + * Copyright 2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +'use strict' + +const rollup = require('rollup') +const path = require('path') +const babel = require('rollup-plugin-babel') +const TEST = process.env.NODE_ENV === 'test' + +const plugins = [ + babel({ + exclude: 'node_modules/**', // Only transpile our source code + externalHelpersWhitelist: [ // Include only required helpers + 'defineProperties', + 'createClass', + 'inheritsLoose', + 'defineProperty', + 'objectSpread' + ] + }) +] + +const format = 'umd' +const rootPath = !TEST ? '../js/dist/' : '../js/coverage/dist/' +const bsPlugins = { + Alert: path.resolve(__dirname, '../js/src/alert.js'), + Button: path.resolve(__dirname, '../js/src/button.js'), + Carousel: path.resolve(__dirname, '../js/src/carousel.js'), + Collapse: path.resolve(__dirname, '../js/src/collapse.js'), + Dropdown: path.resolve(__dirname, '../js/src/dropdown.js'), + Modal: path.resolve(__dirname, '../js/src/modal.js'), + Popover: path.resolve(__dirname, '../js/src/popover.js'), + ScrollSpy: path.resolve(__dirname, '../js/src/scrollspy.js'), + Tab: path.resolve(__dirname, '../js/src/tab.js'), + Tooltip: path.resolve(__dirname, '../js/src/tooltip.js'), + Util: path.resolve(__dirname, '../js/src/util.js') +} + +Object.keys(bsPlugins) + .forEach((pluginKey) => { + console.log(`Building ${pluginKey} plugin...`) + + const external = ['jquery', 'popper.js'] + const globals = { + jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode + 'popper.js': 'Popper' + } + + // Do not bundle Util in plugins + if (pluginKey !== 'Util') { + external.push(bsPlugins.Util) + globals[bsPlugins.Util] = 'Util' + } + + // Do not bundle Tooltip in Popover + if (pluginKey === 'Popover') { + external.push(bsPlugins.Tooltip) + globals[bsPlugins.Tooltip] = 'Tooltip' + } + + rollup.rollup({ + input: bsPlugins[pluginKey], + plugins, + external + }).then((bundle) => { + bundle.write({ + format, + name: pluginKey, + sourcemap: true, + globals, + file: path.resolve(__dirname, `${rootPath}${pluginKey.toLowerCase()}.js`) + }) + .then(() => console.log(`Building ${pluginKey} plugin... Done !`)) + .catch((err) => console.error(`${pluginKey}: ${err}`)) + }) + }) diff --git a/themes/docsy/assets/vendor/bootstrap/build/change-version.js b/themes/docsy/assets/vendor/bootstrap/build/change-version.js new file mode 100755 index 0000000..7102dc0 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/change-version.js @@ -0,0 +1,104 @@ +#!/usr/bin/env node + +/*! + * Script to update version number references in the project. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +'use strict' + +const fs = require('fs') +const path = require('path') +const sh = require('shelljs') + +sh.config.fatal = true + +// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37 +function regExpQuote(string) { + return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&') +} + +function regExpQuoteReplacement(string) { + return string.replace(/[$]/g, '$$') +} + +const DRY_RUN = false + +function walkAsync(directory, excludedDirectories, fileCallback, errback) { + if (excludedDirectories.has(path.parse(directory).base)) { + return + } + fs.readdir(directory, (err, names) => { + if (err) { + errback(err) + return + } + names.forEach((name) => { + const filepath = path.join(directory, name) + fs.lstat(filepath, (err, stats) => { + if (err) { + process.nextTick(errback, err) + return + } + if (stats.isDirectory()) { + process.nextTick(walkAsync, filepath, excludedDirectories, fileCallback, errback) + } else if (stats.isFile()) { + process.nextTick(fileCallback, filepath) + } + }) + }) + }) +} + +function replaceRecursively(directory, excludedDirectories, allowedExtensions, original, replacement) { + original = new RegExp(regExpQuote(original), 'g') + replacement = regExpQuoteReplacement(replacement) + const updateFile = DRY_RUN ? (filepath) => { + if (allowedExtensions.has(path.parse(filepath).ext)) { + console.log(`FILE: ${filepath}`) + } else { + console.log(`EXCLUDED:${filepath}`) + } + } : (filepath) => { + if (allowedExtensions.has(path.parse(filepath).ext)) { + sh.sed('-i', original, replacement, filepath) + } + } + walkAsync(directory, excludedDirectories, updateFile, (err) => { + console.error('ERROR while traversing directory!:') + console.error(err) + process.exit(1) + }) +} + +function main(args) { + if (args.length !== 2) { + console.error('USAGE: change-version old_version new_version') + console.error('Got arguments:', args) + process.exit(1) + } + const oldVersion = args[0] + const newVersion = args[1] + const EXCLUDED_DIRS = new Set([ + '.git', + 'node_modules', + 'vendor' + ]) + const INCLUDED_EXTENSIONS = new Set([ + // This extension whitelist is how we avoid modifying binary files + '', + '.css', + '.html', + '.js', + '.json', + '.md', + '.scss', + '.txt', + '.yml' + ]) + replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion) +} + +main(process.argv.slice(2)) diff --git a/themes/docsy/assets/vendor/bootstrap/build/gcp-key.json.enc b/themes/docsy/assets/vendor/bootstrap/build/gcp-key.json.enc new file mode 100644 index 0000000..6e1856a Binary files /dev/null and b/themes/docsy/assets/vendor/bootstrap/build/gcp-key.json.enc differ diff --git a/themes/docsy/assets/vendor/bootstrap/build/generate-sri.js b/themes/docsy/assets/vendor/bootstrap/build/generate-sri.js new file mode 100644 index 0000000..10936e8 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/generate-sri.js @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/*! + * Script to generate SRI hashes for use in our docs. + * Remember to use the same vendor files as the CDN ones, + * otherwise the hashes won't match! + * + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +'use strict' + +const fs = require('fs') +const path = require('path') +const sriToolbox = require('sri-toolbox') +const sh = require('shelljs') + +sh.config.fatal = true + +const configFile = path.join(__dirname, '../_config.yml') + +// Array of objects which holds the files to generate SRI hashes for. +// `file` is the path from the root folder +// `configPropertyName` is the _config.yml variable's name of the file +const files = [ + { + file: 'dist/css/bootstrap.min.css', + configPropertyName: 'css_hash' + }, + { + file: 'dist/js/bootstrap.min.js', + configPropertyName: 'js_hash' + }, + { + file: 'site/docs/4.1/assets/js/vendor/jquery-slim.min.js', + configPropertyName: 'jquery_hash' + }, + { + file: 'site/docs/4.1/assets/js/vendor/popper.min.js', + configPropertyName: 'popper_hash' + } +] + +files.forEach((file) => { + fs.readFile(file.file, 'utf8', (err, data) => { + if (err) { + throw err + } + + const integrity = sriToolbox.generate({ + algorithms: ['sha384'] + }, data) + + console.log(`${file.configPropertyName}: ${integrity}`) + + sh.sed('-i', new RegExp(`(\\s${file.configPropertyName}:\\s+"|')(\\S+)("|')`), `$1${integrity}$3`, configFile) + }) +}) diff --git a/themes/docsy/assets/vendor/bootstrap/build/lint-vars.js b/themes/docsy/assets/vendor/bootstrap/build/lint-vars.js new file mode 100644 index 0000000..1b8d71c --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/lint-vars.js @@ -0,0 +1,82 @@ +#!/usr/bin/env node + +/*! + * Script to find unused Sass variables. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +'use strict' + +const fs = require('fs') +const path = require('path') +const glob = require('glob') + +// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37 +function regExpQuote(str) { + return str.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&') +} + +let globalSuccess = true + +function findUnusedVars(dir) { + if (!(fs.existsSync(dir) && fs.statSync(dir).isDirectory())) { + console.log(`"${dir}": Not a valid directory!`) + process.exit(1) + } + + console.log(`Finding unused variables in "${dir}"...`) + + // A variable to handle success/failure message in this function + let unusedVarsFound = false + + // Array of all Sass files' content + const sassFiles = glob.sync(path.join(dir, '**/*.scss')) + // String of all Sass files' content + let sassFilesString = '' + + sassFiles.forEach((file) => { + sassFilesString += fs.readFileSync(file, 'utf8') + }) + + // Array of all Sass variables + const variables = sassFilesString.match(/(^\$[a-zA-Z0-9_-]+[^:])/gm) + + console.log(`Found ${variables.length} total variables.`) + + // Loop through each variable + variables.forEach((variable) => { + const re = new RegExp(regExpQuote(variable), 'g') + const count = (sassFilesString.match(re) || []).length + + if (count === 1) { + console.log(`Variable "${variable}" is not being used.`) + unusedVarsFound = true + globalSuccess = false + } + }) + + if (unusedVarsFound === false) { + console.log(`No unused variables found in "${dir}".`) + } +} + +function main(args) { + if (args.length < 1) { + console.log('Wrong arguments!') + console.log('Usage: lint-vars.js folder [, folder2...]') + process.exit(1) + } + + args.forEach((arg) => { + findUnusedVars(arg) + }) + + if (globalSuccess === false) { + process.exit(1) + } +} + +// The first and second args are: path/to/node script.js +main(process.argv.slice(2)) diff --git a/themes/docsy/assets/vendor/bootstrap/build/postcss.config.js b/themes/docsy/assets/vendor/bootstrap/build/postcss.config.js new file mode 100644 index 0000000..157291f --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/postcss.config.js @@ -0,0 +1,14 @@ +'use strict' + +module.exports = (ctx) => ({ + map: ctx.file.dirname.includes('examples') ? false : { + inline: false, + annotation: true, + sourcesContent: true + }, + plugins: { + autoprefixer: { + cascade: false + } + } +}) diff --git a/themes/docsy/assets/vendor/bootstrap/build/rollup.config.js b/themes/docsy/assets/vendor/bootstrap/build/rollup.config.js new file mode 100644 index 0000000..93370d3 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/rollup.config.js @@ -0,0 +1,53 @@ +'use strict' + +const path = require('path') +const babel = require('rollup-plugin-babel') +const resolve = require('rollup-plugin-node-resolve') + +const pkg = require(path.resolve(__dirname, '../package.json')) +const BUNDLE = process.env.BUNDLE === 'true' +const year = new Date().getFullYear() + +let fileDest = 'bootstrap.js' +const external = ['jquery', 'popper.js'] +const plugins = [ + babel({ + exclude: 'node_modules/**', // Only transpile our source code + externalHelpersWhitelist: [ // Include only required helpers + 'defineProperties', + 'createClass', + 'inheritsLoose', + 'defineProperty', + 'objectSpread' + ] + }) +] +const globals = { + jquery: 'jQuery', // Ensure we use jQuery which is always available even in noConflict mode + 'popper.js': 'Popper' +} + +if (BUNDLE) { + fileDest = 'bootstrap.bundle.js' + // Remove last entry in external array to bundle Popper + external.pop() + delete globals['popper.js'] + plugins.push(resolve()) +} + +module.exports = { + input: path.resolve(__dirname, '../js/src/index.js'), + output: { + banner: `/*! + * Bootstrap v${pkg.version} (${pkg.homepage}) + * Copyright 2011-${year} ${pkg.author} + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */`, + file: path.resolve(__dirname, `../dist/js/${fileDest}`), + format: 'umd', + globals, + name: 'bootstrap' + }, + external, + plugins +} diff --git a/themes/docsy/assets/vendor/bootstrap/build/sauce_browsers.json b/themes/docsy/assets/vendor/bootstrap/build/sauce_browsers.json new file mode 100644 index 0000000..b112d9c --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/sauce_browsers.json @@ -0,0 +1,65 @@ +[ + { + "browserName": "safari", + "platform": "OS X 10.11", + "version": "latest" + }, + { + "browserName": "chrome", + "platform": "OS X 10.11", + "version": "latest" + }, + { + "browserName": "firefox", + "platform": "OS X 10.11", + "version": "latest" + }, + { + "browserName": "MicrosoftEdge", + "platform": "Windows 10", + "version": "latest" + }, + { + "browserName": "internet explorer", + "version": "11", + "platform": "Windows 8.1" + }, + { + "browserName": "internet explorer", + "version": "10", + "platform": "Windows 8" + }, + { + "browserName": "chrome", + "platform": "Windows 10", + "version": "latest" + }, + { + "browserName": "firefox", + "platform": "Windows 10", + "version": "latest" + }, + { + "browserName": "iphone", + "deviceName": "iPhone Simulator", + "platformName": "OS X 10.11", + "version": "9.3" + }, + { + "browserName": "chrome", + "platform": "Linux", + "version": "latest" + }, + { + "browserName": "firefox", + "platform": "Linux", + "version": "latest" + }, + { + "platform": "Linux", + "browserName": "android", + "deviceName": "Android Emulator", + "version": "latest", + "deviceType": "phone" + } +] diff --git a/themes/docsy/assets/vendor/bootstrap/build/saucelabs-unit-test.js b/themes/docsy/assets/vendor/bootstrap/build/saucelabs-unit-test.js new file mode 100644 index 0000000..b4d9525 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/saucelabs-unit-test.js @@ -0,0 +1,116 @@ +/*! + * Script to run our Sauce Labs tests. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/* +Docs: https://wiki.saucelabs.com/display/DOCS/Platform+Configurator +Mac Opera is not currently supported by Sauce Labs +Win Opera 15+ is not currently supported by Sauce Labs +iOS Chrome is not currently supported by Sauce Labs +*/ + +'use strict' + +const path = require('path') +const JSUnitSaucelabs = require('jsunitsaucelabs') + +const jsUnitSaucelabs = new JSUnitSaucelabs({ + username: process.env.SAUCE_USERNAME, + password: process.env.SAUCE_ACCESS_KEY, + build: process.env.TRAVIS_JOB_ID +}) + +const testURL = 'http://localhost:3000/js/tests/index.html?hidepassed' +const browsersFile = require(path.resolve(__dirname, './sauce_browsers.json')) +const errorMessages = [ + 'Test exceeded maximum duration', + 'Test exceeded maximum duration after 180 seconds' +] +let jobsDone = 0 +let jobsSucceeded = 0 + +const waitingCallback = (error, body, id) => { + if (error) { + console.error(error) + process.exit(1) + } + + if (typeof body !== 'undefined') { + if (!body.completed) { + setTimeout(() => { + jsUnitSaucelabs.getStatus(id, (error, body) => { + waitingCallback(error, body, id) + }) + }, 2000) + } else { + const test = body['js tests'][0] + const platform = test.platform.join(', ') + let passed = false + let errorStr = false + + if (test.result !== null) { + if (typeof test.result === 'string' && errorMessages.includes(test.result)) { + errorStr = test.result + } else { + passed = test.result.total === test.result.passed + } + } + + console.log(`Tested ${testURL}`) + console.log(`Platform: ${platform}`) + console.log(`Passed: ${passed}`) + console.log(`URL: ${test.url}\n`) + + if (errorStr) { + console.error(`${platform}: ${errorStr}`) + } + + if (passed) { + jobsSucceeded++ + } + jobsDone++ + + // Exit + if (jobsDone === browsersFile.length - 1) { + jsUnitSaucelabs.stop() + if (jobsDone > jobsSucceeded) { + const failedTests = jobsDone - jobsSucceeded + throw new Error(`${failedTests} test${failedTests > 1 ? 's' : ''} failed.`) + } + + console.log('All tests passed') + process.exit(0) + } + } + } +} + +jsUnitSaucelabs.on('tunnelCreated', () => { + browsersFile.forEach((tmpBrowser) => { + const browsersPlatform = typeof tmpBrowser.platform === 'undefined' ? tmpBrowser.platformName : tmpBrowser.platform + const browsersArray = [browsersPlatform, tmpBrowser.browserName, tmpBrowser.version] + + jsUnitSaucelabs.start([browsersArray], testURL, 'qunit', (error, success) => { + if (typeof success !== 'undefined') { + const taskIds = success['js tests'] + + if (!taskIds || taskIds.length === 0) { + throw new Error('Error starting tests through Sauce Labs API') + } + + taskIds.forEach((id) => { + jsUnitSaucelabs.getStatus(id, (error, body) => { + waitingCallback(error, body, id) + }) + }) + } else { + console.error(error) + } + }) + }) +}) + +jsUnitSaucelabs.initTunnel() diff --git a/themes/docsy/assets/vendor/bootstrap/build/ship.sh b/themes/docsy/assets/vendor/bootstrap/build/ship.sh new file mode 100755 index 0000000..e3b256e --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/ship.sh @@ -0,0 +1,70 @@ +#!/usr/bin/env bash +# +# Usage +# --------------- +# 1. Clone second version of Bootstrap in sibling directory named `bs-docs`. +# 2. Within `bs-docs` copy, switch to `gh-pages` branch. +# 3. Pull latest, re-bundle, re-npm. +# 4. Run script. + +red=$'\e[1;31m' +green=$'\e[1;32m' +#blue=$'\e[1;34m' +magenta=$'\e[1;35m' +#cyan=$'\e[1;36m' +end=$'\e[0m' + +# Get current version from package.json +current_version=$(node -p "require('./package.json').version") + +if [[ $# -lt 1 ]]; then + printf "\n%s⚠️ Shipping aborted. You must specify a version.\n%s" $red $end + exit 1 +fi + +# Pulling latest changes, just to be sure +printf "\n%s=======================================================%s" $magenta $end +printf "\n%sPulling latest changes...%s" $magenta $end +printf "\n%s=======================================================\n\n%s" $magenta $end +git pull origin v4-dev + +# Update version number +printf "\n%s=======================================================%s" $magenta $end +printf "\n%sUpdating version number...%s" $magenta $end +printf "\n%s=======================================================\n%s" $magenta $end +npm run release-version "$current_version" "$1" + +# Compile latest CSS and JS +printf "\n%s=======================================================%s" $magenta $end +printf "\n%sCompile latest CSS and JS...%s" $magenta $end +printf "\n%s=======================================================\n%s" $magenta $end +npm run dist + +# Generate the SRI hashes +printf "\n%s=======================================================%s" $magenta $end +printf "\n%sGenerate the SRI hashes...%s" $magenta $end +printf "\n%s=======================================================\n%s" $magenta $end +npm run release-sri + +# Compress the dist files +printf "\n%s=======================================================%s" $magenta $end +printf "\n%sCompressing the dist files...%s" $magenta $end +printf "\n%s=======================================================\n%s" $magenta $end +npm run release-zip + +# Compile the docs +printf "\n%s=======================================================%s" $magenta $end +printf "\n%sCompile hosted documentation...%s" $magenta $end +printf "\n%s=======================================================\n%s" $magenta $end +npm run docs-github + +# Copy the contents of the built docs site over to `bs-docs` repo +printf "\n%s=======================================================%s" $magenta $end +printf "\n%sCopy it over...%s" $magenta $end +printf "\n%s=======================================================\n%s" $magenta $end +cp -rf _gh_pages/. ../bs-docs/ +printf "\nDone!\n" + +printf "\n%s=======================================================%s" $green $end +printf "\n%sSuccess, $1 is ready to review and publish.%s" $green $end +printf "\n%s=======================================================\n\n%s" $green $end diff --git a/themes/docsy/assets/vendor/bootstrap/build/vnu-jar.js b/themes/docsy/assets/vendor/bootstrap/build/vnu-jar.js new file mode 100644 index 0000000..111e034 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/build/vnu-jar.js @@ -0,0 +1,68 @@ +#!/usr/bin/env node + +/*! + * Script to run vnu-jar if Java is available. + * Copyright 2017-2018 The Bootstrap Authors + * Copyright 2017-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +'use strict' + +const childProcess = require('child_process') +const vnu = require('vnu-jar') + +childProcess.exec('java -version', (error, stdout, stderr) => { + if (error) { + console.error('Skipping vnu-jar test; Java is missing.') + return + } + + const is32bitJava = !stderr.match(/64-Bit/) + + // vnu-jar accepts multiple ignores joined with a `|`. + // Also note that the ignores are regular expressions. + const ignores = [ + // "autocomplete" is included in ') + assert.ok(!$btn.hasClass('active'), 'btn does not have active class') + $btn.bootstrapButton('toggle') + assert.ok($btn.hasClass('active'), 'btn has class active') + }) + + QUnit.test('should toggle active when btn children are clicked', function (assert) { + assert.expect(2) + var $btn = $('') + var $inner = $('') + $btn + .append($inner) + .appendTo('#qunit-fixture') + assert.ok(!$btn.hasClass('active'), 'btn does not have active class') + $inner.trigger('click') + assert.ok($btn.hasClass('active'), 'btn has class active') + }) + + QUnit.test('should toggle aria-pressed', function (assert) { + assert.expect(2) + var $btn = $('') + assert.strictEqual($btn.attr('aria-pressed'), 'false', 'btn aria-pressed state is false') + $btn.bootstrapButton('toggle') + assert.strictEqual($btn.attr('aria-pressed'), 'true', 'btn aria-pressed state is true') + }) + + QUnit.test('should toggle aria-pressed on buttons with container', function (assert) { + assert.expect(1) + var groupHTML = '
' + + '' + + '' + + '
' + $('#qunit-fixture').append(groupHTML) + $('#btn1').bootstrapButton('toggle') + assert.strictEqual($('#btn1').attr('aria-pressed'), 'true') + }) + + QUnit.test('should toggle aria-pressed when btn children are clicked', function (assert) { + assert.expect(2) + var $btn = $('') + var $inner = $('') + $btn + .append($inner) + .appendTo('#qunit-fixture') + assert.strictEqual($btn.attr('aria-pressed'), 'false', 'btn aria-pressed state is false') + $inner.trigger('click') + assert.strictEqual($btn.attr('aria-pressed'), 'true', 'btn aria-pressed state is true') + }) + + QUnit.test('should trigger input change event when toggled button has input field', function (assert) { + assert.expect(1) + var done = assert.async() + + var groupHTML = '
' + + '' + + '
' + var $group = $(groupHTML).appendTo('#qunit-fixture') + + $group.find('input').on('change', function (e) { + e.preventDefault() + assert.ok(true, 'change event fired') + done() + }) + + $group.find('label').trigger('click') + }) + + QUnit.test('should check for closest matching toggle', function (assert) { + assert.expect(12) + var groupHTML = '
' + + '' + + '' + + '' + + '
' + var $group = $(groupHTML).appendTo('#qunit-fixture') + + var $btn1 = $group.children().eq(0) + var $btn2 = $group.children().eq(1) + + assert.ok($btn1.hasClass('active'), 'btn1 has active class') + assert.ok($btn1.find('input').prop('checked'), 'btn1 is checked') + assert.ok(!$btn2.hasClass('active'), 'btn2 does not have active class') + assert.ok(!$btn2.find('input').prop('checked'), 'btn2 is not checked') + $btn2.find('input').trigger('click') + assert.ok(!$btn1.hasClass('active'), 'btn1 does not have active class') + assert.ok(!$btn1.find('input').prop('checked'), 'btn1 is not checked') + assert.ok($btn2.hasClass('active'), 'btn2 has active class') + assert.ok($btn2.find('input').prop('checked'), 'btn2 is checked') + + $btn2.find('input').trigger('click') // Clicking an already checked radio should not un-check it + assert.ok(!$btn1.hasClass('active'), 'btn1 does not have active class') + assert.ok(!$btn1.find('input').prop('checked'), 'btn1 is not checked') + assert.ok($btn2.hasClass('active'), 'btn2 has active class') + assert.ok($btn2.find('input').prop('checked'), 'btn2 is checked') + }) + + QUnit.test('should not add aria-pressed on labels for radio/checkbox inputs in a data-toggle="buttons" group', function (assert) { + assert.expect(2) + var groupHTML = '
' + + '' + + '' + + '
' + var $group = $(groupHTML).appendTo('#qunit-fixture') + + var $btn1 = $group.children().eq(0) + var $btn2 = $group.children().eq(1) + + $btn1.find('input').trigger('click') + assert.ok($btn1.is(':not([aria-pressed])'), 'label for nested checkbox input has not been given an aria-pressed attribute') + + $btn2.find('input').trigger('click') + assert.ok($btn2.is(':not([aria-pressed])'), 'label for nested radio input has not been given an aria-pressed attribute') + }) + + QUnit.test('should handle disabled attribute on non-button elements', function (assert) { + assert.expect(2) + var groupHTML = '
' + + '' + + '
' + var $group = $(groupHTML).appendTo('#qunit-fixture') + + var $btn = $group.children().eq(0) + var $input = $btn.children().eq(0) + + $btn.trigger('click') + assert.ok($btn.is(':not(.active)'), 'button did not become active') + assert.ok(!$input.is(':checked'), 'checkbox did not get checked') + }) + + QUnit.test('dispose should remove data and the element', function (assert) { + assert.expect(2) + + var $el = $('
') + var $button = $el.bootstrapButton() + + assert.ok(typeof $button.data('bs.button') !== 'undefined') + + $button.data('bs.button').dispose() + + assert.ok(typeof $button.data('bs.button') === 'undefined') + }) + + QUnit.test('should return button version', function (assert) { + assert.expect(1) + + if (typeof Button !== 'undefined') { + assert.ok(typeof Button.VERSION === 'string') + } else { + assert.notOk() + } + }) +}) diff --git a/themes/docsy/assets/vendor/bootstrap/js/tests/unit/carousel.js b/themes/docsy/assets/vendor/bootstrap/js/tests/unit/carousel.js new file mode 100644 index 0000000..baabcf4 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/js/tests/unit/carousel.js @@ -0,0 +1,944 @@ +$(function () { + 'use strict' + + QUnit.module('carousel plugin') + + QUnit.test('should be defined on jQuery object', function (assert) { + assert.expect(1) + assert.ok($(document.body).carousel, 'carousel method is defined') + }) + + QUnit.module('carousel', { + beforeEach: function () { + // Run all tests in noConflict mode -- it's the only way to ensure that the plugin works in noConflict mode + $.fn.bootstrapCarousel = $.fn.carousel.noConflict() + }, + afterEach: function () { + $.fn.carousel = $.fn.bootstrapCarousel + delete $.fn.bootstrapCarousel + $('#qunit-fixture').html('') + } + }) + + QUnit.test('should provide no conflict', function (assert) { + assert.expect(1) + assert.strictEqual(typeof $.fn.carousel, 'undefined', 'carousel was set back to undefined (orig value)') + }) + + QUnit.test('should throw explicit error on undefined method', function (assert) { + assert.expect(1) + var $el = $('
') + $el.bootstrapCarousel() + try { + $el.bootstrapCarousel('noMethod') + } catch (err) { + assert.strictEqual(err.message, 'No method named "noMethod"') + } + }) + + QUnit.test('should return jquery collection containing the element', function (assert) { + assert.expect(2) + var $el = $('
') + var $carousel = $el.bootstrapCarousel() + assert.ok($carousel instanceof $, 'returns jquery collection') + assert.strictEqual($carousel[0], $el[0], 'collection contains element') + }) + + QUnit.test('should type check config options', function (assert) { + assert.expect(2) + + var message + var expectedMessage = 'CAROUSEL: Option "interval" provided type "string" but expected type "(number|boolean)".' + var config = { + interval: 'fat sux' + } + + try { + $('
').bootstrapCarousel(config) + } catch (err) { + message = err.message + } + + assert.ok(message === expectedMessage, 'correct error message') + + config = { + keyboard: document.createElement('div') + } + expectedMessage = 'CAROUSEL: Option "keyboard" provided type "element" but expected type "boolean".' + + try { + $('
').bootstrapCarousel(config) + } catch (err) { + message = err.message + } + + assert.ok(message === expectedMessage, 'correct error message') + }) + + QUnit.test('should not fire slid when slide is prevented', function (assert) { + assert.expect(1) + var done = assert.async() + $('