Update Phaser documentation (2.4.7)

pull/406/head
Thibaut Courouble 9 years ago
parent aaee4c008b
commit 85623c8001

@ -352,7 +352,7 @@ credits = [
'https://docs.phalconphp.com/en/latest/reference/license.html' 'https://docs.phalconphp.com/en/latest/reference/license.html'
], [ ], [
'Phaser', 'Phaser',
'2015 Richard Davey, Photon Storm Ltd.', '2016 Richard Davey, Photon Storm Ltd.',
'MIT', 'MIT',
'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt' 'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt'
], [ ], [

@ -23,7 +23,6 @@ app.views.MarionettePage =
app.views.MochaPage = app.views.MochaPage =
app.views.ModernizrPage = app.views.ModernizrPage =
app.views.MongoosePage = app.views.MongoosePage =
app.views.PhaserPage =
app.views.SinonPage = app.views.SinonPage =
app.views.JavascriptPage app.views.JavascriptPage

@ -12,6 +12,7 @@ app.views.MeteorPage =
app.views.MomentPage = app.views.MomentPage =
app.views.NodePage = app.views.NodePage =
app.views.PerlPage = app.views.PerlPage =
app.views.PhaserPage =
app.views.PostgresPage = app.views.PostgresPage =
app.views.RamdaPage = app.views.RamdaPage =
app.views.ReactPage = app.views.ReactPage =

@ -46,6 +46,10 @@ module Docs
node.before(node.children).remove node.before(node.children).remove
end end
css('pre').each do |node|
node['data-language'] = 'javascript'
end
doc doc
end end
end end

@ -1,7 +1,7 @@
module Docs module Docs
class Phaser < UrlScraper class Phaser < UrlScraper
self.type = 'phaser' self.type = 'phaser'
self.release = '2.4.6' self.release = '2.4.7'
self.base_url = "http://phaser.io/docs/#{release}" self.base_url = "http://phaser.io/docs/#{release}"
self.root_path = '/index' self.root_path = '/index'
self.links = { self.links = {
@ -22,7 +22,7 @@ module Docs
/PIXI.WebGLStencilManager.html) /PIXI.WebGLStencilManager.html)
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2015 Richard Davey, Photon Storm Ltd.<br> &copy; 2016 Richard Davey, Photon Storm Ltd.<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save