Update Vagrant documentation (2.0.1)

pull/699/merge
Thibaut Courouble 7 years ago
parent acd06aaa68
commit f432e2149d

@ -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 = '2.0.0' self.release = '2.0.1'
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 = {

Loading…
Cancel
Save