浏览代码

Update Vue.js documentation (2.4.1, 1.0.28)

Thibaut Courouble 8 年之前
父节点
当前提交
48da44d683
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/docs/scrapers/vue.rb

+ 2 - 1
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/)