Files
opentf/website/config.rb
stack72 0dd7c657d6 v0.7.3
2016-09-05 12:01:12 +00:00

8 lines
171 B
Ruby

set :base_url, "https://www.terraform.io/"
activate :hashicorp do |h|
h.name = "terraform"
h.version = "0.7.3"
h.github_slug = "hashicorp/terraform"
end