|
@@ -4,7 +4,6 @@ module Docs
|
|
|
self.type = 'terraform'
|
|
self.type = 'terraform'
|
|
|
self.release = '0.11.7'
|
|
self.release = '0.11.7'
|
|
|
self.base_url = 'https://www.terraform.io/docs/'
|
|
self.base_url = 'https://www.terraform.io/docs/'
|
|
|
- # self.dir = '/mnt/c/Users/Doug/Code/terraform-docs/www.terraform.io/docs'
|
|
|
|
|
self.root_path = 'index.html'
|
|
self.root_path = 'index.html'
|
|
|
self.links = {
|
|
self.links = {
|
|
|
home: 'https://www.terraform.io/',
|
|
home: 'https://www.terraform.io/',
|
|
@@ -16,7 +15,7 @@ module Docs
|
|
|
options[:skip_patterns] = [/enterprise/, /enterprise-legacy/]
|
|
options[:skip_patterns] = [/enterprise/, /enterprise-legacy/]
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
options[:attribution] = <<-HTML
|
|
|
- Copyright © 2018 HashiCorp</br>
|
|
|
|
|
|
|
+ © 2018 HashiCorp</br>
|
|
|
Licensed under the MPL 2.0 License.
|
|
Licensed under the MPL 2.0 License.
|
|
|
HTML
|
|
HTML
|
|
|
end
|
|
end
|