Parcourir la source

Update Socket.IO documentation (1.3.6)

Thibaut il y a 10 ans
Parent
commit
16271525b4
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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'