Update Vagrant documentation (2.2.0)

pull/929/head
Thibaut Courouble 6 years ago
parent 0373a0a210
commit 9399795a0c

@ -2,7 +2,7 @@ module Docs
class Vagrant < UrlScraper class Vagrant < UrlScraper
self.name = 'Vagrant' self.name = 'Vagrant'
self.type = 'simple' self.type = 'simple'
self.release = '2.1.1' self.release = '2.2.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 = {

Loading…
Cancel
Save