Update Socket.IO documentation (1.4.5)

This commit is contained in:
Thibaut Courouble 2016-04-23 12:36:52 -04:00
parent 78811b9635
commit aaa864b428
4 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,5 @@ app.views.JavascriptPage
app.views.DojoPage =
app.views.RequirejsPage =
app.views.SocketioPage =
app.views.VuePage =
app.views.JavascriptWithMarkupCheckPage

View file

@ -22,6 +22,7 @@ app.views.RamdaPage =
app.views.ReactPage =
app.views.RethinkdbPage =
app.views.SinonPage =
app.views.SocketioPage =
app.views.SphinxSimplePage =
app.views.TensorflowPage =
app.views.TypescriptPage =

View file

@ -16,6 +16,7 @@ module Docs
css('pre').each do |node|
node.content = node.content
node['data-language'] = node.content =~ /\A\s*</ ? 'html' : 'javascript'
end
doc

View file

@ -3,7 +3,7 @@ module Docs
self.name = 'Socket.IO'
self.slug = 'socketio'
self.type = 'socketio'
self.release = '1.4.3'
self.release = '1.4.5'
self.base_url = 'http://socket.io/docs/'
self.links = {
home: 'http://socket.io/',