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