Commit db10f7c0 authored by Chris Bednarski's avatar Chris Bednarski

Merge pull request #2396 from mitchellh/f-edit-docs

Add 'edit these docs' link in the website footer
parents ed463bcc cc9549ea
all: build
init:
bundle
dev: init
PACKER_DISABLE_DOWNLOAD_FETCH=true PACKER_VERSION=1.0 bundle exec middleman server
build: init
PACKER_DISABLE_DOWNLOAD_FETCH=true PACKER_VERSION=1.0 bundle exec middleman build
...@@ -16,8 +16,7 @@ Running the site locally is simple. Clone this repo and run the following ...@@ -16,8 +16,7 @@ Running the site locally is simple. Clone this repo and run the following
commands: commands:
``` ```
$ bundle make dev
$ PACKER_DISABLE_DOWNLOAD_FETCH=true PACKER_VERSION=1.0 bundle exec middleman server
``` ```
Then open up `localhost:4567`. Note that some URLs you may need to append Then open up `localhost:4567`. Note that some URLs you may need to append
......
...@@ -51,12 +51,15 @@ ...@@ -51,12 +51,15 @@
<div class="col-md-12"> <div class="col-md-12">
<ul> <ul>
<li class="packer"><a href="/">Packer</a></li> <li class="packer"><a href="/">Packer</a></li>
<li> <li>
A <a href="http://www.hashicorp.com/">HashiCorp</a> project. A <a href="http://www.hashicorp.com/">HashiCorp</a> project.
</li> </li>
<a href="http://www.hashicorp.com"> <li>
<li class="pull-right hashi-logo">&nbps;</li> <a href="https://github.com/mitchellh/packer/blob/master/website/source/<%= current_page.path %>.markdown">Edit this page</a>
</a> </li>
<a href="http://www.hashicorp.com">
<li class="pull-right hashi-logo">&nbps;</li>
</a>
</ul> </ul>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment