Merge pull request #1633 from freeCodeCamp/bootstrap-5.1

Update Bootstrap documentation (5.1)
pull/1635/head
Simon Legner 3 years ago committed by GitHub
commit 37988e27ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -17,7 +17,7 @@ module Docs
HTML
version '5' do
self.release = '5.0'
self.release = '5.1'
self.base_url = "https://getbootstrap.com/docs/#{self.release}/"
self.root_path = 'getting-started/introduction/'

Loading…
Cancel
Save