|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
module Docs
|
|
|
|
|
class Puppeteer < Github
|
|
|
|
|
self.release = '1.20.0'
|
|
|
|
|
self.base_url = 'https://github.com/GoogleChrome/puppeteer/blob/v1.20.0/docs/api.md'
|
|
|
|
|
self.release = '5.5.0'
|
|
|
|
|
self.base_url = "https://github.com/puppeteer/puppeteer/blob/v#{self.release}/docs/api.md"
|
|
|
|
|
self.links = {
|
|
|
|
|
code: 'https://github.com/GoogleChrome/puppeteer'
|
|
|
|
|
}
|
|
|
|
@ -11,7 +11,7 @@ module Docs
|
|
|
|
|
options[:container] = '.markdown-body'
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2017 Google Inc<br>
|
|
|
|
|
© 2020 Google Inc<br>
|
|
|
|
|
Licensed under the Apache License 2.0.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|