|
|
@ -15,12 +15,12 @@ module Docs
|
|
|
|
options[:replace_paths] = { 'guide/' => 'guide/index.html' }
|
|
|
|
options[:replace_paths] = { 'guide/' => 'guide/index.html' }
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2013–2017 Evan You, Vue.js contributors<br>
|
|
|
|
© 2013–2018 Evan You, Vue.js contributors<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
version '2' do
|
|
|
|
version '2' do
|
|
|
|
self.release = '2.5.13'
|
|
|
|
self.release = '2.5.16'
|
|
|
|
self.base_url = 'https://vuejs.org/v2/'
|
|
|
|
self.base_url = 'https://vuejs.org/v2/'
|
|
|
|
self.root_path = 'guide/index.html'
|
|
|
|
self.root_path = 'guide/index.html'
|
|
|
|
self.initial_paths = %w(api/)
|
|
|
|
self.initial_paths = %w(api/)
|
|
|
|