Skip to content

Commit

Permalink
Update Cypress documentation (6.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEnoc committed Mar 21, 2021
1 parent 3bfa3fb commit 40fa61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/docs/scrapers/cypress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Docs
class Cypress < UrlScraper
self.name = 'Cypress'
self.type = 'cypress'
self.release = '6.1.0'
self.release = '6.8.0'
self.base_url = 'https://docs.cypress.io'
self.root_path = '/api/api/table-of-contents.html'
self.links = {
Expand All @@ -29,7 +29,7 @@ class Cypress < UrlScraper
}

options[:attribution] = <<-HTML
&copy; 2020 Cypress.io<br>
&copy; 2017 Cypress.io<br>
Licensed under the MIT License.
HTML

Expand Down

0 comments on commit 40fa61e

Please sign in to comment.