瀏覽代碼

Update Pug documentation (2.0.0-rc.4)

Thibaut Courouble 8 年之前
父節點
當前提交
15872cfa4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/pug.rb

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

@@ -3,7 +3,7 @@ module Docs
     self.type = 'pug'
     self.base_url = 'https://pugjs.org/'
     self.root_path = 'api/getting-started.html'
-    self.release = '2.0.0-rc.2'
+    self.release = '2.0.0-rc.4'
     self.links = {
       home: 'https://pugjs.org/',
       code: 'https://github.com/pugjs/pug'