|
|
@@ -2,8 +2,9 @@ module Docs
|
|
|
class Vagrant < UrlScraper
|
|
|
self.name = 'Vagrant'
|
|
|
self.type = 'vagrant'
|
|
|
- self.release = '1.8.1'
|
|
|
- self.base_url = 'https://docs.vagrantup.com/v2/'
|
|
|
+ self.release = '1.8.3'
|
|
|
+ self.base_url = 'https://www.vagrantup.com/docs/'
|
|
|
+ self.root_path = 'index.html'
|
|
|
self.links = {
|
|
|
home: 'https://www.vagrantup.com/',
|
|
|
code: 'https://github.com/mitchellh/vagrant'
|
|
|
@@ -12,7 +13,7 @@ module Docs
|
|
|
html_filters.push 'vagrant/entries', 'vagrant/clean_html'
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
- © 2010–2015 Mitchell Hashimoto<br>
|
|
|
+ © 2010–2016 Mitchell Hashimoto<br>
|
|
|
Licensed under the MIT License.
|
|
|
HTML
|
|
|
end
|