|
|
@ -3,7 +3,7 @@ module Docs
|
|
|
|
self.name = 'Socket.IO'
|
|
|
|
self.name = 'Socket.IO'
|
|
|
|
self.slug = 'socketio'
|
|
|
|
self.slug = 'socketio'
|
|
|
|
self.type = 'socketio'
|
|
|
|
self.type = 'socketio'
|
|
|
|
self.version = '1.2.1'
|
|
|
|
self.version = '1.3.2'
|
|
|
|
self.base_url = 'http://socket.io/docs/'
|
|
|
|
self.base_url = 'http://socket.io/docs/'
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'socketio/clean_html', 'socketio/entries'
|
|
|
|
html_filters.push 'socketio/clean_html', 'socketio/entries'
|
|
|
@ -13,7 +13,7 @@ module Docs
|
|
|
|
options[:skip] = %w(faq)
|
|
|
|
options[:skip] = %w(faq)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2014 Automattic<br>
|
|
|
|
© 2014–2015 Automattic<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|