|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Q < Github
|
|
|
|
class Q < Github
|
|
|
|
self.name = 'Q'
|
|
|
|
self.name = 'Q'
|
|
|
|
self.release = '1.4.1'
|
|
|
|
self.release = '1.5.0'
|
|
|
|
self.base_url = 'https://github.com/kriskowal/q/wiki/'
|
|
|
|
self.base_url = 'https://github.com/kriskowal/q/wiki/'
|
|
|
|
self.root_path = 'API-Reference'
|
|
|
|
self.root_path = 'API-Reference'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -16,7 +16,7 @@ module Docs
|
|
|
|
options[:skip_links] = true
|
|
|
|
options[:skip_links] = true
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2009–2015 Kristopher Michael Kowal and contributors<br>
|
|
|
|
© 2009–2017 Kristopher Michael Kowal<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|