Update Codeception documentation (3.0.3)

pull/1078/head
Jasper van Merle 5 years ago
parent ff20016bd6
commit d6fb601685

@ -2,12 +2,12 @@ module Docs
class Codeception < UrlScraper
self.name = 'Codeception'
self.type = 'codeception'
self.release = '2.5.1'
self.release = '3.0.3'
self.base_url = 'https://codeception.com/docs/'
self.root_path = 'index.html'
self.links = {
home: 'https://codeception.com/',
code: 'https://github.com/codeception/codeception'
code: 'https://github.com/Codeception/Codeception'
}
html_filters.push 'codeception/entries', 'codeception/clean_html'

Loading…
Cancel
Save