We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfa3fb commit 40fa61eCopy full SHA for 40fa61e
lib/docs/scrapers/cypress.rb
@@ -4,7 +4,7 @@ module Docs
4
class Cypress < UrlScraper
5
self.name = 'Cypress'
6
self.type = 'cypress'
7
- self.release = '6.1.0'
+ self.release = '6.8.0'
8
self.base_url = 'https://docs.cypress.io'
9
self.root_path = '/api/api/table-of-contents.html'
10
self.links = {
@@ -29,7 +29,7 @@ class Cypress < UrlScraper
29
}
30
31
options[:attribution] = <<-HTML
32
- © 2020 Cypress.io<br>
+ © 2017 Cypress.io<br>
33
Licensed under the MIT License.
34
HTML
35
0 commit comments