From 48da44d683743143c80931b81416ad6aff2e8305 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 16 Jul 2017 17:49:07 -0400 Subject: [PATCH] Update Vue.js documentation (2.4.1, 1.0.28) --- lib/docs/scrapers/vue.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/vue.rb b/lib/docs/scrapers/vue.rb index f7bcce71..fc002775 100644 --- a/lib/docs/scrapers/vue.rb +++ b/lib/docs/scrapers/vue.rb @@ -11,6 +11,7 @@ module Docs html_filters.push 'vue/entries', 'vue/clean_html' options[:only_patterns] = [/guide\//, /api\//] + options[:skip] = %w(guide/team.html) options[:replace_paths] = { 'guide/' => 'guide/index.html' } options[:attribution] = <<-HTML @@ -19,7 +20,7 @@ module Docs HTML version '2' do - self.release = '2.3.2' + self.release = '2.4.1' self.base_url = 'https://vuejs.org/v2/' self.root_path = 'guide/index.html' self.initial_paths = %w(api/)