Update Vue.js documentation (1.0.21)

This commit is contained in:
Thibaut Courouble 2016-04-23 12:40:01 -04:00
parent aaa864b428
commit d9ceb673bc
4 changed files with 3 additions and 2 deletions

View file

@ -24,5 +24,4 @@ app.views.JavascriptPage
app.views.DojoPage =
app.views.RequirejsPage =
app.views.VuePage =
app.views.JavascriptWithMarkupCheckPage

View file

@ -27,5 +27,6 @@ app.views.SphinxSimplePage =
app.views.TensorflowPage =
app.views.TypescriptPage =
app.views.UnderscorePage =
app.views.VuePage =
app.views.WebpackPage =
app.views.SimplePage

View file

@ -12,6 +12,7 @@ module Docs
css('figure').each do |node|
node.name = 'pre'
node.content = node.at_css('td.code pre').css('.line').map(&:content).join("\n")
node['data-language'] = node['class'][/highlight (\w+)/, 1]
end
doc

View file

@ -3,7 +3,7 @@ module Docs
self.name = 'Vue.js'
self.slug = 'vue'
self.type = 'vue'
self.release = '1.0.19'
self.release = '1.0.21'
self.base_url = 'https://vuejs.org'
self.root_path = '/guide/index.html'
self.initial_paths = %w(/api/index.html)