|
|
@ -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
|
|
|
|