Update Babel documentation (7.14.8)

pull/1604/head
Simon Legner 3 years ago
parent 35a23f1e6f
commit b5cfc8c7ec

@ -108,9 +108,9 @@ credits = [
'https://raw.githubusercontent.com/caolan/async/master/LICENSE' 'https://raw.githubusercontent.com/caolan/async/master/LICENSE'
], [ ], [
'Babel', 'Babel',
'2018 Sebastian McKenzie', '2014-present Sebastian McKenzie',
'MIT', 'MIT',
'https://raw.githubusercontent.com/babel/website/master/LICENSE' 'https://raw.githubusercontent.com/babel/babel/master/LICENSE'
], [ ], [
'Backbone.js', 'Backbone.js',
'2010-2019 Jeremy Ashkenas, DocumentCloud', '2010-2019 Jeremy Ashkenas, DocumentCloud',

@ -15,6 +15,14 @@ module Docs
css('.docs-prevnext').remove css('.docs-prevnext').remove
css('pre > code.hljs').each do |node|
node.parent['data-language'] = node['class'][/language-(\w+)/, 1]
end
css('pre').each do |node|
node.content = node.content
end
doc doc
end end

@ -25,12 +25,12 @@ module Docs
] ]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2020 Sebastian McKenzie<br> &copy; 2014-present Sebastian McKenzie<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version '7' do version '7' do
self.release = '7.12.6' self.release = '7.14.8'
end end
version '6' do version '6' do

Loading…
Cancel
Save