|
|
@ -2,11 +2,11 @@ module Docs
|
|
|
|
class Codeception < UrlScraper
|
|
|
|
class Codeception < UrlScraper
|
|
|
|
self.name = 'Codeception'
|
|
|
|
self.name = 'Codeception'
|
|
|
|
self.type = 'codeception'
|
|
|
|
self.type = 'codeception'
|
|
|
|
self.release = '2.3.5'
|
|
|
|
self.release = '2.4.0'
|
|
|
|
self.base_url = 'http://codeception.com/docs/'
|
|
|
|
self.base_url = 'https://codeception.com/docs/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'http://codeception.com/',
|
|
|
|
home: 'https://codeception.com/',
|
|
|
|
code: 'https://github.com/codeception/codeception'
|
|
|
|
code: 'https://github.com/codeception/codeception'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/install/]
|
|
|
|
options[:skip_patterns] = [/install/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2011–2017 Michael Bodnarchuk and contributors<br>
|
|
|
|
© 2011 Michael Bodnarchuk and contributors<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|