Update Vagrant documentation (1.9.0)

This commit is contained in:
Thibaut Courouble 2016-12-04 11:45:16 -05:00
parent d38c8be70b
commit f80dabdc5e

View file

@ -2,7 +2,7 @@ module Docs
class Vagrant < UrlScraper class Vagrant < UrlScraper
self.name = 'Vagrant' self.name = 'Vagrant'
self.type = 'vagrant' self.type = 'vagrant'
self.release = '1.8.6' self.release = '1.9.0'
self.base_url = 'https://www.vagrantup.com/docs/' self.base_url = 'https://www.vagrantup.com/docs/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.links = { self.links = {