mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
- Reformat .html / .erb files - Remove extra </div> in index.html.erb - Add htmlbeautifier gem - Add middleman-breadcrumbs - Add make format (calls htmlbeautifier)
16 lines
613 B
Text
16 lines
613 B
Text
<% wrap_layout :inner do %>
|
|
<% content_for :sidebar do %>
|
|
<h2>Docs</h2>
|
|
<ul>
|
|
<li>
|
|
<h4>Machine-Readable Reference</h4>
|
|
</li>
|
|
<li><a href="/docs/index.html">« Back to Docs</a></li>
|
|
<li><a href="/docs/machine-readable/general.html">General Types</a></li>
|
|
<li><a href="/docs/machine-readable/command-build.html">Command: build</a></li>
|
|
<li><a href="/docs/machine-readable/command-inspect.html">Command: inspect</a></li>
|
|
<li><a href="/docs/machine-readable/command-version.html">Command: version</a></li>
|
|
</ul>
|
|
<% end %>
|
|
<%= yield %>
|
|
<% end %>
|