Update Electron documentation (20.0.0)

pull/1803/head
Simon Legner 2 years ago
parent cb1584b851
commit 3947238526

@ -12,6 +12,11 @@ module Docs
css("footer").remove
css('pre').each do |node|
node.content = node.css('.token-line').map(&:content).join("\n")
node['data-language'] = 'javascript'
end
doc
end
end

Loading…
Cancel
Save