mariadb: update versions and skip_patterns

pull/841/head
Jasper van Merle 5 years ago
parent 5fe2446705
commit 75d27a02e0

@ -2,7 +2,7 @@ module Docs
class Mariadb < UrlScraper class Mariadb < UrlScraper
self.name = 'MariaDB' self.name = 'MariaDB'
self.type = 'mariadb' self.type = 'mariadb'
self.release = '10.4.7' self.release = '10.4.8'
self.base_url = 'https://mariadb.com/kb/en/' self.base_url = 'https://mariadb.com/kb/en/'
self.root_path = 'library/documentation/' self.root_path = 'library/documentation/'
self.links = { self.links = {
@ -20,6 +20,10 @@ module Docs
/-changelog\//, /-changelog\//,
/^documentation\//, /^documentation\//,
/^mariadb-server-documentation\//, /^mariadb-server-documentation\//,
/signal-statement\//,
/resignal-statement\//,
/isolation-level\//,
/rollback-statement\//
] ]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML

Loading…
Cancel
Save