File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ credits = [
123
123
' https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
124
124
], [
125
125
' Bootstrap' ,
126
- ' 2011-2018 Twitter, Inc.<br>2011-2018 The Bootstrap Authors' ,
126
+ ' 2011-2019 Twitter, Inc.<br>2011-2019 The Bootstrap Authors' ,
127
127
' CC BY' ,
128
128
' https://creativecommons.org/licenses/by/3.0/'
129
129
], [
Original file line number Diff line number Diff line change @@ -8,16 +8,17 @@ class Bootstrap < UrlScraper
8
8
9
9
options [ :trailing_slash ] = true
10
10
11
+ # https://github.com/twbs/bootstrap/blob/master/LICENSE
11
12
options [ :attribution ] = <<-HTML
12
- © 2011–2018 Twitter, Inc.< br >
13
- © 2011–2018 The Bootstrap Authors< br >
13
+ © 2011–2019 Twitter, Inc.< br >
14
+ © 2011–2019 The Bootstrap Authors< br >
14
15
Code licensed under the MIT License.< br >
15
16
Documentation licensed under the Creative Commons Attribution License v3.0.
16
17
HTML
17
18
18
19
version '4' do
19
- self . release = '4.1.3 '
20
- self . base_url = 'https://getbootstrap.com/docs/4.1 /'
20
+ self . release = '4.3.1 '
21
+ self . base_url = 'https://getbootstrap.com/docs/4.3 /'
21
22
self . root_path = 'getting-started/introduction/'
22
23
23
24
html_filters . push 'bootstrap/entries_v4' , 'bootstrap/clean_html_v4'
You can’t perform that action at this time.
0 commit comments