Update Bootstrap documentation (5.2)

This commit is contained in:
Simon Legner 2022-07-05 19:58:02 +02:00
parent 8a62bb6cf1
commit 1095bc83e5
2 changed files with 4 additions and 4 deletions

View file

@ -128,7 +128,7 @@ credits = [
'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE' 'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
], [ ], [
'Bootstrap', 'Bootstrap',
'2011-2021 Twitter, Inc.<br>2011-2021 The Bootstrap Authors', '2011-2022 Twitter, Inc.<br>2011-2022 The Bootstrap Authors',
'CC BY', 'CC BY',
'https://creativecommons.org/licenses/by/3.0/' 'https://creativecommons.org/licenses/by/3.0/'
], [ ], [

View file

@ -10,14 +10,14 @@ module Docs
# https://github.com/twbs/bootstrap/blob/master/LICENSE # https://github.com/twbs/bootstrap/blob/master/LICENSE
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2011&ndash;2021 Twitter, Inc.<br> &copy; 2011&ndash;2022 Twitter, Inc.<br>
&copy; 2011&ndash;2021 The Bootstrap Authors<br> &copy; 2011&ndash;2022 The Bootstrap Authors<br>
Code licensed under the MIT License.<br> Code licensed under the MIT License.<br>
Documentation licensed under the Creative Commons Attribution License v3.0. Documentation licensed under the Creative Commons Attribution License v3.0.
HTML HTML
version '5' do version '5' do
self.release = '5.1' self.release = '5.2'
self.base_url = "https://getbootstrap.com/docs/#{self.release}/" self.base_url = "https://getbootstrap.com/docs/#{self.release}/"
self.root_path = 'getting-started/introduction/' self.root_path = 'getting-started/introduction/'