mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Vue.js documentation (2.4.1, 1.0.28)
This commit is contained in:
parent
87f7de9d7d
commit
48da44d683
1 changed files with 2 additions and 1 deletions
|
@ -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/)
|
||||
|
|
Loading…
Reference in a new issue