Kaynağa Gözat

Update Socket.IO documentation (1.3.6)

Thibaut 10 yıl önce
ebeveyn
işleme
16271525b4
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      lib/docs/scrapers/socketio.rb

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

@@ -3,8 +3,12 @@ module Docs
     self.name = 'Socket.IO'
     self.slug = 'socketio'
     self.type = 'socketio'
-    self.version = '1.3.4'
+    self.version = '1.3.6'
     self.base_url = 'http://socket.io/docs/'
+    self.links = {
+      home: 'http://socket.io/',
+      code: 'https://github.com/socketio/socket.io'
+    }
 
     html_filters.push 'socketio/clean_html', 'socketio/entries'