Update Electron documentation (18.0.1)

pull/1731/head
Simon Legner 3 years ago
parent 44b623914d
commit 53baf11697

@ -4,8 +4,6 @@ module Docs
def call
@doc = at_css(".markdown")
css("header").before(at_css("h1"))
css(".theme-doc-toc-desktop").remove
css(".theme-doc-toc-mobile").remove

@ -2,7 +2,7 @@ module Docs
class Electron < UrlScraper
self.type = 'simple'
self.base_url = 'https://www.electronjs.org/docs/latest'
self.release = '16.0.2'
self.release = '18.0.1'
self.links = {
home: 'https://www.electronjs.org/',
code: 'https://github.com/electron/electron'

Loading…
Cancel
Save