mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Socket.IO documentation (1.4.5)
This commit is contained in:
parent
78811b9635
commit
aaa864b428
4 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,5 @@ app.views.JavascriptPage
|
|||
|
||||
app.views.DojoPage =
|
||||
app.views.RequirejsPage =
|
||||
app.views.SocketioPage =
|
||||
app.views.VuePage =
|
||||
app.views.JavascriptWithMarkupCheckPage
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/',
|
||||
|
|
Loading…
Reference in a new issue