From 40fa61ebef9ad0317f1f9429b366c47142c505df Mon Sep 17 00:00:00 2001 From: Enoc Date: Sun, 21 Mar 2021 10:13:30 -0600 Subject: [PATCH] Update Cypress documentation (6.8.0) --- lib/docs/scrapers/cypress.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/cypress.rb b/lib/docs/scrapers/cypress.rb index 5ed3be6a..fee5a6e3 100644 --- a/lib/docs/scrapers/cypress.rb +++ b/lib/docs/scrapers/cypress.rb @@ -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 = { @@ -29,7 +29,7 @@ module Docs } options[:attribution] = <<-HTML - © 2020 Cypress.io
+ © 2017 Cypress.io
Licensed under the MIT License. HTML