|
|
@ -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.6.4'
|
|
|
|
self.release = '10.8.3'
|
|
|
|
self.base_url = 'https://mariadb.com/kb/en/'
|
|
|
|
self.base_url = 'https://mariadb.com/kb/en/'
|
|
|
|
self.root_path = 'documentation/'
|
|
|
|
self.root_path = 'documentation/'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -24,7 +24,7 @@ module Docs
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2021 MariaDB<br>
|
|
|
|
© 2022 MariaDB<br>
|
|
|
|
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
|
|
|
|
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|