|
|
@ -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
|
|
|
|
© 2015 Richard Davey, Photon Storm Ltd.<br>
|
|
|
|
© 2016 Richard Davey, Photon Storm Ltd.<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|