浏览代码

Update io.js documentation (1.6.0)

Thibaut 10 年之前
父节点
当前提交
756252c7ad
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      lib/docs/scrapers/iojs.rb

+ 5 - 1
lib/docs/scrapers/iojs.rb

@@ -3,8 +3,12 @@ module Docs
     self.name = 'io.js'
     self.slug = 'iojs'
     self.type = 'node'
-    self.version = '1.5.0'
+    self.version = '1.6.0'
     self.base_url = 'https://iojs.org/api/'
+    self.links = {
+      home: 'https://iojs.org/en/index.html',
+      code: 'https://github.com/iojs/io.js'
+    }
 
     html_filters.push 'node/clean_html', 'node/entries', 'title'