|
|
@ -8,16 +8,17 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
options[:trailing_slash] = true
|
|
|
|
options[:trailing_slash] = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/twbs/bootstrap/blob/master/LICENSE
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2011–2018 Twitter, Inc.<br>
|
|
|
|
© 2011–2019 Twitter, Inc.<br>
|
|
|
|
© 2011–2018 The Bootstrap Authors<br>
|
|
|
|
© 2011–2019 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 '4' do
|
|
|
|
version '4' do
|
|
|
|
self.release = '4.1.3'
|
|
|
|
self.release = '4.3.1'
|
|
|
|
self.base_url = 'https://getbootstrap.com/docs/4.1/'
|
|
|
|
self.base_url = 'https://getbootstrap.com/docs/4.3/'
|
|
|
|
self.root_path = 'getting-started/introduction/'
|
|
|
|
self.root_path = 'getting-started/introduction/'
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'bootstrap/entries_v4', 'bootstrap/clean_html_v4'
|
|
|
|
html_filters.push 'bootstrap/entries_v4', 'bootstrap/clean_html_v4'
|
|
|
|