|
|
@ -11,14 +11,19 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
options[:container] = '.body'
|
|
|
|
options[:container] = '.body'
|
|
|
|
|
|
|
|
|
|
|
|
options[:skip] = %w(user/index.html api/index.html)
|
|
|
|
options[:skip] = %w(user/index.html api/index.html deploy/index.html)
|
|
|
|
options[:skip_patterns] = [/\Achanges/, /\A_modules/, /\Acommunity/]
|
|
|
|
options[:skip_patterns] = [/\Achanges/, /\A_modules/, /\Acommunity/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2012–2017 by Rackspace Hosting, Inc. and other contributors<br>
|
|
|
|
© 2019 by Falcon contributors<br>
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '2.0' do
|
|
|
|
|
|
|
|
self.release = '2.0.0'
|
|
|
|
|
|
|
|
self.base_url = "https://falcon.readthedocs.io/en/#{self.release}/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '1.4' do
|
|
|
|
version '1.4' do
|
|
|
|
self.release = '1.4.1'
|
|
|
|
self.release = '1.4.1'
|
|
|
|
self.base_url = "https://falcon.readthedocs.io/en/#{self.release}/"
|
|
|
|
self.base_url = "https://falcon.readthedocs.io/en/#{self.release}/"
|
|
|
|