Browse Source

Update Socket.IO documentation (1.3.6)

Thibaut 10 years ago
parent
commit
16271525b4
1 changed files with 5 additions and 1 deletions
  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'