|
|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
|
class Vagrant < UrlScraper
|
|
|
|
|
self.name = 'Vagrant'
|
|
|
|
|
self.type = 'vagrant'
|
|
|
|
|
self.release = '1.9.0'
|
|
|
|
|
self.release = '1.9.2'
|
|
|
|
|
self.base_url = 'https://www.vagrantup.com/docs/'
|
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
|
self.links = {
|
|
|
|
@ -13,8 +13,8 @@ module Docs
|
|
|
|
|
html_filters.push 'vagrant/entries', 'vagrant/clean_html'
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2010–2016 Mitchell Hashimoto<br>
|
|
|
|
|
Licensed under the MIT License.
|
|
|
|
|
© 2010–2017 Mitchell Hashimoto<br>
|
|
|
|
|
Licensed under the MPL 2.0 License.
|
|
|
|
|
HTML
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|