|
|
@ -13,7 +13,8 @@ module Docs
|
|
|
|
/\A[^\/]+\/\z/,
|
|
|
|
/\A[^\/]+\/\z/,
|
|
|
|
/\A[^\/]+\/index\.html\z/,
|
|
|
|
/\A[^\/]+\/index\.html\z/,
|
|
|
|
/\A[^\/]+\/release_notes\.html\z/,
|
|
|
|
/\A[^\/]+\/release_notes\.html\z/,
|
|
|
|
/\Aserver[^\/]+\/chef_overview\.html\z/ ]
|
|
|
|
/\Aserver[^\/]+\/chef_overview\.html\z/,
|
|
|
|
|
|
|
|
/\A[\d\-]+\/server_components\.html\z/ ]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© Chef Software, Inc.<br>
|
|
|
|
© Chef Software, Inc.<br>
|
|
|
@ -24,10 +25,10 @@ module Docs
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
version '12' do
|
|
|
|
version '12' do
|
|
|
|
self.release = '12.9'
|
|
|
|
self.release = '12.13'
|
|
|
|
|
|
|
|
|
|
|
|
options[:client_path] = client_path = '12-9'
|
|
|
|
options[:client_path] = client_path = '12-13'
|
|
|
|
options[:server_path] = server_path = 'server_12-5'
|
|
|
|
options[:server_path] = server_path = 'server_12-8'
|
|
|
|
|
|
|
|
|
|
|
|
self.root_path = "#{client_path}/chef_overview.html"
|
|
|
|
self.root_path = "#{client_path}/chef_overview.html"
|
|
|
|
self.initial_paths = ["#{server_path}/server_components.html"]
|
|
|
|
self.initial_paths = ["#{server_path}/server_components.html"]
|
|
|
@ -39,7 +40,7 @@ module Docs
|
|
|
|
self.release = '11.18'
|
|
|
|
self.release = '11.18'
|
|
|
|
|
|
|
|
|
|
|
|
options[:client_path] = client_path = '11-18'
|
|
|
|
options[:client_path] = client_path = '11-18'
|
|
|
|
options[:server_path] = server_path = 'server_12-5'
|
|
|
|
options[:server_path] = server_path = 'server_12-8'
|
|
|
|
|
|
|
|
|
|
|
|
self.root_path = "#{client_path}/chef_overview.html"
|
|
|
|
self.root_path = "#{client_path}/chef_overview.html"
|
|
|
|
self.initial_paths = ["#{server_path}/server_components.html"]
|
|
|
|
self.initial_paths = ["#{server_path}/server_components.html"]
|
|
|
|