Skip to content

Commit e9b5c26

Browse files
bootstrap 4.4.1
1 parent 8be85f6 commit e9b5c26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+59018
-5975
lines changed

_config.yml

+19-16
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ baseurl: ""
1717
url: "https://getbootstrap.com"
1818
encoding: UTF-8
1919
exclude:
20-
- docs/4.3/assets/scss/
20+
- docs/4.4/assets/scss/
2121

2222
plugins:
2323
- jekyll-redirect-from
@@ -29,34 +29,37 @@ title: Bootstrap
2929
description: "The most popular HTML, CSS, and JS library in the world."
3030
twitter: getbootstrap
3131
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
32-
social_image_path: /docs/4.3/assets/brand/bootstrap-social.png
33-
social_logo_path: /docs/4.3/assets/brand/bootstrap-social-logo.png
32+
social_image_path: /docs/4.4/assets/brand/bootstrap-social.png
33+
social_logo_path: /docs/4.4/assets/brand/bootstrap-social-logo.png
3434

3535
# Custom variables
36-
current_version: 4.3.1
37-
current_ruby_version: 4.3.1
38-
docs_version: 4.3
36+
current_version: 4.4.1
37+
current_ruby_version: 4.4.1
38+
docs_version: 4.4
3939
repo: "https://github.com/twbs/bootstrap"
4040
slack: "https://bootstrap-slack.herokuapp.com"
4141
opencollective: "https://opencollective.com/bootstrap"
4242
blog: "https://blog.getbootstrap.com"
4343
expo: "https://expo.getbootstrap.com"
4444
themes: "https://themes.getbootstrap.com"
45+
icons: "https://icons.getbootstrap.com"
4546

4647
download:
47-
source: "https://github.com/twbs/bootstrap/archive/v4.3.1.zip"
48-
dist: "https://github.com/twbs/bootstrap/releases/download/v4.3.1/bootstrap-4.3.1-dist.zip"
48+
source: "https://github.com/twbs/bootstrap/archive/v4.4.1.zip"
49+
dist: "https://github.com/twbs/bootstrap/releases/download/v4.4.1/bootstrap-4.4.1-dist.zip"
4950

5051
cdn:
5152
# See https://www.srihash.org for info on how to generate the hashes
52-
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
53-
css_hash: "sha384-sP9Cx7uI2Wi+8ovpEWj0KZMt/4eQX00f3ZDFYpfPKkqhyo5f+LZ4E0prwNEdPo9V"
54-
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
55-
js_hash: "sha384-XriQnfFZI7jZEUVtkqc2kUa9InKCBYaVo/uqI6lV0Ze9Wr3las6trskDCHABZuNs"
56-
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
57-
js_bundle_hash: "sha384-aP4ZcGJ4/UXoIxdskGMBb+wyuZLdfhUZGAjN4bFwKAZyn1wS2eC5+CgTf9K2S8iN"
58-
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
59-
popper_hash: "sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
53+
css: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
54+
css_hash: "sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
55+
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
56+
js_hash: "sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
57+
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"
58+
js_bundle_hash: "sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm"
59+
jquery: "https://code.jquery.com/jquery-3.4.1.slim.min.js"
60+
jquery_hash: "sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
61+
popper: "https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
62+
popper_hash: "sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
6063

6164
toc:
6265
min_level: 2

0 commit comments

Comments
 (0)