From af5dae59075daee4e4c65fa97c2d2441ec763074 Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Mon, 12 Oct 2015 15:00:43 -0400 Subject: [PATCH 1/3] bundle update middleman-hashicorp --- website/Gemfile.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index cff5dfa3e..325143cfd 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/hashicorp/middleman-hashicorp - revision: fc131cfce2a1d5c8671812d9844a944ebb4bd92f + revision: b152b6436348e8e1f9990436228b25b4c5c6fcb8 specs: middleman-hashicorp (0.1.0) bootstrap-sass (~> 3.3) @@ -76,7 +76,7 @@ GEM http_parser.rb (0.6.0) i18n (0.7.0) json (1.8.3) - kramdown (1.8.0) + kramdown (1.9.0) less (2.6.0) commonjs (~> 0.2.7) libv8 (3.16.14.11) @@ -148,10 +148,10 @@ GEM rb-fsevent (0.9.6) rb-inotify (0.9.5) ffi (>= 0.5.0) - redcarpet (3.3.2) + redcarpet (3.3.3) ref (2.0.0) rouge (1.10.1) - sass (3.4.18) + sass (3.4.19) sprockets (2.12.4) hike (~> 1.2) multi_json (~> 1.0) @@ -186,3 +186,6 @@ PLATFORMS DEPENDENCIES middleman-hashicorp! + +BUNDLED WITH + 1.10.6 From 8a5d558656f8c231241df7630e89f4581a70a843 Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Mon, 12 Oct 2015 15:01:06 -0400 Subject: [PATCH 2/3] add github slug to website config --- website/config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config.rb b/website/config.rb index 80bbb6443..5d0d0ec16 100644 --- a/website/config.rb +++ b/website/config.rb @@ -10,4 +10,5 @@ activate :hashicorp do |h| h.bintray_repo = "mitchellh/terraform" h.bintray_user = "mitchellh" h.bintray_key = ENV["BINTRAY_API_KEY"] + h.github_slug = "hashicorp/terraform" end From b9c43b2ee91d56fdc7091c4584b4f6488797bdbc Mon Sep 17 00:00:00 2001 From: Sam Handler Date: Mon, 12 Oct 2015 15:02:11 -0400 Subject: [PATCH 3/3] use github_url in 'Edit This Page link --- website/source/layouts/_footer.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/layouts/_footer.erb b/website/source/layouts/_footer.erb index 791861e42..d42c55cac 100644 --- a/website/source/layouts/_footer.erb +++ b/website/source/layouts/_footer.erb @@ -8,7 +8,7 @@
  • Docs
  • Community
  • <% if current_page.url != '/' %> -
  • Edit this page
  • +
  • Edit this page
  • <% end %>