mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Vue.js documentation (1.0.21)
This commit is contained in:
parent
aaa864b428
commit
d9ceb673bc
4 changed files with 3 additions and 2 deletions
|
@ -24,5 +24,4 @@ app.views.JavascriptPage
|
|||
|
||||
app.views.DojoPage =
|
||||
app.views.RequirejsPage =
|
||||
app.views.VuePage =
|
||||
app.views.JavascriptWithMarkupCheckPage
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue