소스 검색

Update Electron documentation (20.0.0)

Simon Legner 3 년 전
부모
커밋
cb1584b851
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/electron.rb

+ 1 - 1
lib/docs/scrapers/electron.rb

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