mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Chai documentation (4.0.1)
This commit is contained in:
parent
1191d3c3eb
commit
7a882107f0
2 changed files with 4 additions and 4 deletions
|
@ -140,9 +140,9 @@ credits = [
|
|||
'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt'
|
||||
], [
|
||||
'Chai',
|
||||
'2011-2015 Jake Luer',
|
||||
'2016 Chai.js Assertion Library',
|
||||
'MIT',
|
||||
'https://github.com/chaijs/chai/blob/master/README.md#license'
|
||||
'https://raw.githubusercontent.com/chaijs/chai/master/LICENSE'
|
||||
], [
|
||||
'Chef™',
|
||||
'Chef Software, Inc.',
|
||||
|
|
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Chai < UrlScraper
|
||||
self.name = 'Chai'
|
||||
self.type = 'chai'
|
||||
self.release = '3.5.0'
|
||||
self.release = '4.0.1'
|
||||
self.base_url = 'http://chaijs.com'
|
||||
self.root_path = '/api/'
|
||||
self.initial_paths = %w(/guide/installation/)
|
||||
|
@ -20,7 +20,7 @@ module Docs
|
|||
options[:skip] = %w(/api/test/ /guide/ /guide/resources/)
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2011–2015 Jake Luer<br>
|
||||
© 2016 Chai.js Assertion Library<br>
|
||||
Licensed under the MIT License.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue