|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Mocha < UrlScraper
|
|
|
|
class Mocha < UrlScraper
|
|
|
|
self.type = 'simple'
|
|
|
|
self.type = 'simple'
|
|
|
|
self.release = '8.2.1'
|
|
|
|
self.release = '8.3.2'
|
|
|
|
self.base_url = 'https://mochajs.org/'
|
|
|
|
self.base_url = 'https://mochajs.org/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'https://mochajs.org/',
|
|
|
|
home: 'https://mochajs.org/',
|
|
|
@ -15,7 +15,7 @@ module Docs
|
|
|
|
options[:skip_links] = true
|
|
|
|
options[:skip_links] = true
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2011–2020 JS Foundation and contributors<br>
|
|
|
|
© 2011–2021 JS Foundation and contributors<br>
|
|
|
|
Licensed under the Creative Commons Attribution 4.0 International License.
|
|
|
|
Licensed under the Creative Commons Attribution 4.0 International License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|