Skip to content

Commit a2f8678

Browse files
committed
Update QUnit documentation (2.21.0)
1 parent e28f81d commit a2f8678

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/docs/scrapers/qunit.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module Docs
44
class Qunit < UrlScraper
55
self.name = 'QUnit'
66
self.type = 'qunit'
7-
self.release = '2.19.3'
8-
self.base_url = 'https://api.qunitjs.com/'
7+
self.release = '2.21.0'
8+
self.base_url = 'https://qunitjs.com/api/'
99
self.root_path = '/'
1010
self.links = {
1111
home: 'https://qunitjs.com/',
@@ -18,13 +18,14 @@ class Qunit < UrlScraper
1818

1919
options[:container] = '.main'
2020
options[:skip_patterns] = [
21-
/deprecated/,
2221
/^QUnit$/,
2322
/^assert$/,
2423
/^callbacks$/,
2524
/^async$/,
2625
/^config$/,
2726
/^extension$/,
27+
/^deprecated$/,
28+
/^removed$/,
2829
]
2930

3031
options[:attribution] = <<-HTML

0 commit comments

Comments
 (0)