Update Bootstrap documentation (5.1)

pull/1633/head
Simon Legner 3 years ago
parent aa59385895
commit c7ce90204f

@ -20,7 +20,7 @@ module Docs
entries = [] entries = []
# titles # titles
css('h2', 'h3').each do |node| css('h2:not(.accordion-header)', 'h3').each do |node|
entries << [ name + ': ' + node.content, node['id']] entries << [ name + ': ' + node.content, node['id']]
end end

@ -17,7 +17,7 @@ module Docs
HTML HTML
version '5' do version '5' do
self.release = '5.0' self.release = '5.1'
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/'

Loading…
Cancel
Save