Update Phaser documentation (2.4.1)

pull/229/merge
Thibaut 10 years ago
parent 099319f39f
commit b3900380a5

@ -8,7 +8,7 @@ module Docs
@doc = at_css('#docs-index') @doc = at_css('#docs-index')
# Remove first paragraph (old doc details) # Remove first paragraph (old doc details)
at_css('p').remove at_css('table').remove
title.content = 'Phaser' title.content = 'Phaser'
else else

@ -1,10 +1,10 @@
module Docs module Docs
class Phaser < UrlScraper class Phaser < UrlScraper
self.type = 'phaser' self.type = 'phaser'
self.version = '2.3.0' self.version = '2.4.1'
self.base_url = "https://phaser.io/docs/#{version}" self.base_url = "http://phaser.io/docs/#{version}"
self.links = { self.links = {
home: 'https://phaser.io/', home: 'http://phaser.io/',
code: 'https://github.com/photonstorm/phaser' code: 'https://github.com/photonstorm/phaser'
} }

Loading…
Cancel
Save