|
|
@ -12,11 +12,17 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
options[:skip] = %w(design.html license.html)
|
|
|
|
options[:skip] = %w(design.html license.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://fishshell.com/docs/current/license.html
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2005–2009 Axel Liljencrantz<br>
|
|
|
|
© 2005–2009 Axel Liljencrantz<br>
|
|
|
|
Licensed under the GNU General Public License, version 2.
|
|
|
|
Licensed under the GNU General Public License, version 2.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '3.0' do
|
|
|
|
|
|
|
|
self.release = '3.0.1'
|
|
|
|
|
|
|
|
self.base_url = "https://fishshell.com/docs/#{version}/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '2.7' do
|
|
|
|
version '2.7' do
|
|
|
|
self.release = '2.7.1'
|
|
|
|
self.release = '2.7.1'
|
|
|
|
self.base_url = "https://fishshell.com/docs/#{version}/"
|
|
|
|
self.base_url = "https://fishshell.com/docs/#{version}/"
|
|
|
|