Update CSS breakpoints
This commit is contained in:
parent
6b80c21043
commit
2505d74dd0
|
@ -1,3 +1,3 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "middleman-hashicorp", "0.3.17"
|
||||
gem "middleman-hashicorp", "0.3.18"
|
||||
|
|
|
@ -77,7 +77,7 @@ GEM
|
|||
rack (>= 1.4.5, < 2.0)
|
||||
thor (>= 0.15.2, < 2.0)
|
||||
tilt (~> 1.4.1, < 2.0)
|
||||
middleman-hashicorp (0.3.17)
|
||||
middleman-hashicorp (0.3.18)
|
||||
bootstrap-sass (~> 3.3)
|
||||
builder (~> 3.2)
|
||||
middleman (~> 3.4)
|
||||
|
@ -138,7 +138,7 @@ GEM
|
|||
turbolinks (5.0.1)
|
||||
turbolinks-source (~> 5)
|
||||
turbolinks-source (5.0.0)
|
||||
tzinfo (1.2.2)
|
||||
tzinfo (1.2.3)
|
||||
thread_safe (~> 0.1)
|
||||
uber (0.0.15)
|
||||
uglifier (2.7.2)
|
||||
|
@ -151,7 +151,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
middleman-hashicorp (= 0.3.17)
|
||||
middleman-hashicorp (= 0.3.18)
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION?="0.3.17"
|
||||
VERSION?="0.3.18"
|
||||
|
||||
website:
|
||||
@echo "==> Starting website in Docker..."
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"builders": [
|
||||
{
|
||||
"type": "docker",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.17",
|
||||
"image": "hashicorp/middleman-hashicorp:0.3.18",
|
||||
"discard": "true",
|
||||
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
|
||||
}
|
||||
|
|
|
@ -1,16 +1,22 @@
|
|||
.people {
|
||||
margin-top: 30px;
|
||||
#inner {
|
||||
.people {
|
||||
margin-top: 30px;
|
||||
|
||||
.person {
|
||||
margin-bottom: 40px;
|
||||
.person {
|
||||
&:after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: ' ';
|
||||
}
|
||||
|
||||
img {
|
||||
width: 125px;
|
||||
margin: auto auto;
|
||||
}
|
||||
img {
|
||||
width: 125px;
|
||||
margin: auto auto;
|
||||
}
|
||||
|
||||
.bio {
|
||||
padding-left: 150px;
|
||||
.bio {
|
||||
padding-left: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,40 +1,4 @@
|
|||
//
|
||||
// Docs
|
||||
// --------------------------------------------------
|
||||
|
||||
$docs-font-size: 15px;
|
||||
|
||||
body.layout-community,
|
||||
body.layout-docs,
|
||||
body.layout-downloads,
|
||||
body.layout-guides,
|
||||
body.layout-http,
|
||||
body.layout-intro,
|
||||
body.layout-inner {
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
h1 > code,
|
||||
h2 > code,
|
||||
h3 > code,
|
||||
h4 > code,
|
||||
h5 > code
|
||||
h6 > code,
|
||||
li code,
|
||||
table code,
|
||||
p code,
|
||||
tt,
|
||||
.alert code {
|
||||
font-family: $font-family-monospace;
|
||||
font-size: 90%;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.docs-sidebar {
|
||||
#docs-sidebar {
|
||||
margin-bottom: 30px;
|
||||
margin-top: 50px;
|
||||
|
||||
|
@ -109,66 +73,3 @@ body.layout-inner {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bs-docs-section {
|
||||
padding-left: 3%;
|
||||
|
||||
p, li, .alert {
|
||||
font-size: $docs-font-size;
|
||||
font-family: $font-family-open-sans;
|
||||
font-weight: $font-weight-reg;
|
||||
line-height: 1.84em;
|
||||
margin: 0 0 $docs-font-size;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: $font-family-monospace;
|
||||
font-size: ($docs-font-size - 3);
|
||||
font-weight: normal;
|
||||
padding: 20px;
|
||||
margin: 0 0 $docs-font-size;
|
||||
|
||||
// This will force the code to scroll horizontally on small screens
|
||||
// instead of wrapping.
|
||||
code {
|
||||
overflow-wrap: normal;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $body-link-color;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
code {
|
||||
background: inherit;
|
||||
color: $body-link-color;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 650px;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
color: $body-font-color;
|
||||
margin-top: 54px;
|
||||
margin-bottom: $docs-font-size;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-bottom: 3px;
|
||||
border-bottom: 1px solid $gray-light;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,60 +1,64 @@
|
|||
.downloads {
|
||||
margin-top: 20px;
|
||||
body.layout-downloads {
|
||||
#inner {
|
||||
.downloads {
|
||||
margin-top: 20px;
|
||||
|
||||
.description {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.download {
|
||||
border-bottom: 1px solid #b2b2b2;
|
||||
padding-bottom: 15px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.details {
|
||||
padding-left: 95px;
|
||||
|
||||
h2 {
|
||||
margin-top: 30px;
|
||||
.description {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 0px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.download {
|
||||
border-bottom: 1px solid #b2b2b2;
|
||||
padding-bottom: 15px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
.details {
|
||||
padding-left: 95px;
|
||||
|
||||
&:after {
|
||||
content: " | ";
|
||||
h2 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 0px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
|
||||
&:after {
|
||||
content: " | ";
|
||||
}
|
||||
|
||||
&:last-child:after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child:after {
|
||||
content: "";
|
||||
.icon {
|
||||
img {
|
||||
width: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
.os-name {
|
||||
font-size: 40px;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
img {
|
||||
width: 75px;
|
||||
.poweredby {
|
||||
margin-top: 20px;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 122px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.os-name {
|
||||
font-size: 40px;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
}
|
||||
|
||||
.poweredby {
|
||||
margin-top: 20px;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 122px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,15 +25,7 @@ h1 {
|
|||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.alert p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
//Typekit utilites for hiding FOUC
|
||||
// Avoid FOUT
|
||||
.wf-loading {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,89 @@
|
|||
#inner {
|
||||
p, li, .alert {
|
||||
font-size: $font-size;
|
||||
font-family: $font-family-open-sans;
|
||||
font-weight: $font-weight-reg;
|
||||
line-height: 1.84em;
|
||||
margin: 0 0 $font-size;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.alert p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: $font-family-monospace;
|
||||
font-size: ($font-size - 3);
|
||||
font-weight: normal;
|
||||
padding: 20px;
|
||||
margin: 0 0 $font-size;
|
||||
|
||||
// This will force the code to scroll horizontally on small screens
|
||||
// instead of wrapping.
|
||||
code {
|
||||
overflow-wrap: normal;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $body-link-color;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
code {
|
||||
background: inherit;
|
||||
color: $body-link-color;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 25px auto;
|
||||
max-width: 650px;
|
||||
height: auto;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
color: $body-font-color;
|
||||
margin-top: 54px;
|
||||
margin-bottom: $font-size;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-bottom: 3px;
|
||||
border-bottom: 1px solid $gray-light;
|
||||
}
|
||||
|
||||
h1 > code,
|
||||
h2 > code,
|
||||
h3 > code,
|
||||
h4 > code,
|
||||
h5 > code
|
||||
h6 > code,
|
||||
li code,
|
||||
table code,
|
||||
p code,
|
||||
tt,
|
||||
.alert code {
|
||||
font-family: $font-family-monospace;
|
||||
font-size: 90%;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
@extend .table;
|
||||
@extend .table-striped;
|
||||
}
|
||||
}
|
|
@ -1,16 +1,14 @@
|
|||
//
|
||||
// NEW STUFF
|
||||
// ---------------------
|
||||
//
|
||||
|
||||
// Colors
|
||||
$white: #FFFFFF;
|
||||
$black: #000000;
|
||||
$gray-darker: #555555;
|
||||
|
||||
$packer-blue: #1DAEFF;
|
||||
$packer-blue-dark: #1D94DD;
|
||||
$vagrant-blue: #1563FF;
|
||||
$vagrant-blue-dark: #104EB2;
|
||||
$vault-black: #000000;
|
||||
$vault-blue: #00ABE0;
|
||||
|
||||
// Typography
|
||||
$font-family-klavika: 'klavika-web', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
|
@ -37,7 +35,7 @@ $sidebar-font-weight: $font-weight-reg;
|
|||
$header-height: 92px;
|
||||
$header-font-size: $font-size - 2;
|
||||
$header-link-color: $body-font-color;
|
||||
$header-link-color-hover: $packer-blue-dark;
|
||||
$header-link-color-hover: $black;
|
||||
|
||||
// Footer
|
||||
$footer-font-size: $font-size - 2;
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
@import '_header';
|
||||
@import '_footer';
|
||||
@import '_buttons';
|
||||
@import '_inner';
|
||||
|
||||
// Pages
|
||||
@import '_community';
|
||||
|
|
|
@ -1,306 +1,304 @@
|
|||
<% wrap_layout :inner do %>
|
||||
<% content_for :sidebar do %>
|
||||
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("docs-install") %>>
|
||||
<a href="/docs/install/index.html">Installing Packer</a>
|
||||
</li>
|
||||
<li><a href="/docs/basics/terminology.html">Terminology</a></li>
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("docs-install") %>>
|
||||
<a href="/docs/install/index.html">Installing Packer</a>
|
||||
</li>
|
||||
<li><a href="/docs/basics/terminology.html">Terminology</a></li>
|
||||
|
||||
<li<%= sidebar_current("docs-commands") %>>
|
||||
<a href="/docs/commands/index.html">Commands (CLI)</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-commands-build") %>>
|
||||
<a href="/docs/commands/build.html"><tt>build</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-fix") %>>
|
||||
<a href="/docs/commands/fix.html"><tt>fix</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-inspect") %>>
|
||||
<a href="/docs/commands/inspect.html"><tt>inspect</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-push") %>>
|
||||
<a href="/docs/commands/push.html"><tt>push</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-validate") %>>
|
||||
<a href="/docs/commands/validate.html"><tt>validate</tt></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands") %>>
|
||||
<a href="/docs/commands/index.html">Commands (CLI)</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-commands-build") %>>
|
||||
<a href="/docs/commands/build.html"><tt>build</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-fix") %>>
|
||||
<a href="/docs/commands/fix.html"><tt>fix</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-inspect") %>>
|
||||
<a href="/docs/commands/inspect.html"><tt>inspect</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-push") %>>
|
||||
<a href="/docs/commands/push.html"><tt>push</tt></a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-commands-validate") %>>
|
||||
<a href="/docs/commands/validate.html"><tt>validate</tt></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-templates") %>>
|
||||
<a href="/docs/templates/index.html">Templates</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-templates-builders") %>>
|
||||
<a href="/docs/templates/builders.html">Builders</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-communicators") %>>
|
||||
<a href="/docs/templates/communicator.html">Communicators</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-engine") %>>
|
||||
<a href="/docs/templates/engine.html">Engine</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-post-processors") %>>
|
||||
<a href="/docs/templates/post-processors.html">Post-Processors</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-provisioners") %>>
|
||||
<a href="/docs/templates/provisioners.html">Provisioners</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-push") %>>
|
||||
<a href="/docs/templates/push.html">Push</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-user-variables") %>>
|
||||
<a href="/docs/templates/user-variables.html">User Variables</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates") %>>
|
||||
<a href="/docs/templates/index.html">Templates</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-templates-builders") %>>
|
||||
<a href="/docs/templates/builders.html">Builders</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-communicators") %>>
|
||||
<a href="/docs/templates/communicator.html">Communicators</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-engine") %>>
|
||||
<a href="/docs/templates/engine.html">Engine</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-post-processors") %>>
|
||||
<a href="/docs/templates/post-processors.html">Post-Processors</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-provisioners") %>>
|
||||
<a href="/docs/templates/provisioners.html">Provisioners</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-push") %>>
|
||||
<a href="/docs/templates/push.html">Push</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-templates-user-variables") %>>
|
||||
<a href="/docs/templates/user-variables.html">User Variables</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<hr>
|
||||
<hr>
|
||||
|
||||
<li<%= sidebar_current("docs-builders") %>>
|
||||
<a href="/docs/builders/index.html">Builders</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-amazon") %>>
|
||||
<a href="/docs/builders/amazon.html">Amazon EC2</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-amazon-chroot") %>>
|
||||
<a href="/docs/builders/amazon-chroot.html">chroot</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-ebsbacked") %>>
|
||||
<a href="/docs/builders/amazon-ebs.html">EBS</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-ebssurrogate") %>>
|
||||
<a href="/docs/builders/amazon-ebssurrogate.html">EBS Surrogate</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-ebsvolume") %>>
|
||||
<a href="/docs/builders/amazon-ebsvolume.html">EBS Volume</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-instance") %>>
|
||||
<a href="/docs/builders/amazon-instance.html">Instance</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-azure") %>>
|
||||
<a href="/docs/builders/azure.html">Azure</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-azure-setup") %>>
|
||||
<a href="/docs/builders/azure-setup.html">Setup</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-cloudstack") %>>
|
||||
<a href="/docs/builders/cloudstack.html">CloudStack</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-digitalocean") %>>
|
||||
<a href="/docs/builders/digitalocean.html">DigitalOcean</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-docker") %>>
|
||||
<a href="/docs/builders/docker.html">Docker</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-file") %>>
|
||||
<a href="/docs/builders/file.html">File</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-googlecompute") %>>
|
||||
<a href="/docs/builders/googlecompute.html">Google Cloud</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-hyperv") %>>
|
||||
<a href="/docs/builders/hyperv.html">Hyper-V</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-hyperv-iso") %>>
|
||||
<a href="/docs/builders/hyperv-iso.html">ISO</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-null") %>>
|
||||
<a href="/docs/builders/null.html">Null</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-oneandone") %>>
|
||||
<a href="/docs/builders/oneandone.html">1&1</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-openstack") %>>
|
||||
<a href="/docs/builders/openstack.html">OpenStack</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-parallels") %>>
|
||||
<a href="/docs/builders/parallels.html">Parallels</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-parallels-iso") %>>
|
||||
<a href="/docs/builders/parallels-iso.html">ISO</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-parallels-pvm") %>>
|
||||
<a href="/docs/builders/parallels-pvm.html">PVM</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-profitbricks") %>>
|
||||
<a href="/docs/builders/profitbricks.html">ProfitBricks</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-qemu") %>>
|
||||
<a href="/docs/builders/qemu.html">QEMU</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-triton") %>>
|
||||
<a href="/docs/builders/triton.html">Triton</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-virtualbox") %>>
|
||||
<a href="/docs/builders/virtualbox.html">VirtualBox</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-virtualbox-iso") %>>
|
||||
<a href="/docs/builders/virtualbox-iso.html">ISO</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-virtualbox-ovf") %>>
|
||||
<a href="/docs/builders/virtualbox-ovf.html">OVF</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-vmware") %>>
|
||||
<a href="/docs/builders/vmware.html">VMware</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-vmware-iso") %>>
|
||||
<a href="/docs/builders/vmware-iso.html">ISO</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-vmware-vmx") %>>
|
||||
<a href="/docs/builders/vmware-vmx.html">VMX</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-custom") %>>
|
||||
<a href="/docs/builders/custom.html">Custom</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners")%>>
|
||||
<a href="/docs/provisioners/index.html">Provisioners</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-provisioners-ansible-local")%>>
|
||||
<a href="/docs/provisioners/ansible-local.html">Ansible Local</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-ansible-remote")%>>
|
||||
<a href="/docs/provisioners/ansible.html">Ansible Remote</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-chef-client")%>>
|
||||
<a href="/docs/provisioners/chef-client.html">Chef Client</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-chef-solo")%>>
|
||||
<a href="/docs/provisioners/chef-solo.html">Chef Solo</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-converge")%>>
|
||||
<a href="/docs/provisioners/converge.html">Converge</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-file")%>>
|
||||
<a href="/docs/provisioners/file.html">File</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-powershell")%>>
|
||||
<a href="/docs/provisioners/powershell.html">PowerShell</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-puppet-masterless")%>>
|
||||
<a href="/docs/provisioners/puppet-masterless.html">Puppet Masterless</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-puppet-server")%>>
|
||||
<a href="/docs/provisioners/puppet-server.html">Puppet Server</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-salt-masterless")%>>
|
||||
<a href="/docs/provisioners/salt-masterless.html">Salt Masterless</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-shell-remote")%>>
|
||||
<a href="/docs/provisioners/shell.html">Shell</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-shell-local")%>>
|
||||
<a href="/docs/provisioners/shell-local.html">Shell (Local)</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-windows-shell")%>>
|
||||
<a href="/docs/provisioners/windows-shell.html">Windows Shell</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-windows-restart")%>>
|
||||
<a href="/docs/provisioners/windows-restart.html">Windows Restart</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-custom")%>>
|
||||
<a href="/docs/provisioners/custom.html">Custom</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors") %>>
|
||||
<a href="/docs/post-processors/index.html">Post-Processors</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-post-processors-amazon-import") %>>
|
||||
<a href="/docs/post-processors/amazon-import.html">Amazon Import</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-artifice") %>>
|
||||
<a href="/docs/post-processors/artifice.html">Artifice</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-atlas") %>>
|
||||
<a href="/docs/post-processors/atlas.html">Atlas</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-compress") %>>
|
||||
<a href="/docs/post-processors/compress.html">Compress</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-checksum") %>>
|
||||
<a href="/docs/post-processors/checksum.html">Checksum</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-import") %>>
|
||||
<a href="/docs/post-processors/docker-import.html">Docker Import</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-push") %>>
|
||||
<a href="/docs/post-processors/docker-push.html">Docker Push</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-save") %>>
|
||||
<a href="/docs/post-processors/docker-save.html">Docker Save</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-tag") %>>
|
||||
<a href="/docs/post-processors/docker-tag.html">Docker Tag</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-googlecompute-export") %>>
|
||||
<a href="/docs/post-processors/googlecompute-export.html">Google Compute Export</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-manifest") %>>
|
||||
<a href="/docs/post-processors/manifest.html">Manifest</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-shell-local") %>>
|
||||
<a href="/docs/post-processors/shell-local.html">Shell (Local)</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-vagrant-box") %>>
|
||||
<a href="/docs/post-processors/vagrant.html">Vagrant</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-vagrant-cloud") %>>
|
||||
<a href="/docs/post-processors/vagrant-cloud.html">Vagrant Cloud</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-vsphere") %>>
|
||||
<a href="/docs/post-processors/vsphere.html">vSphere</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders") %>>
|
||||
<a href="/docs/builders/index.html">Builders</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-amazon") %>>
|
||||
<a href="/docs/builders/amazon.html">Amazon EC2</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-amazon-chroot") %>>
|
||||
<a href="/docs/builders/amazon-chroot.html">chroot</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-ebsbacked") %>>
|
||||
<a href="/docs/builders/amazon-ebs.html">EBS</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-ebssurrogate") %>>
|
||||
<a href="/docs/builders/amazon-ebssurrogate.html">EBS Surrogate</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-ebsvolume") %>>
|
||||
<a href="/docs/builders/amazon-ebsvolume.html">EBS Volume</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-amazon-instance") %>>
|
||||
<a href="/docs/builders/amazon-instance.html">Instance</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-azure") %>>
|
||||
<a href="/docs/builders/azure.html">Azure</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-azure-setup") %>>
|
||||
<a href="/docs/builders/azure-setup.html">Setup</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-cloudstack") %>>
|
||||
<a href="/docs/builders/cloudstack.html">CloudStack</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-digitalocean") %>>
|
||||
<a href="/docs/builders/digitalocean.html">DigitalOcean</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-docker") %>>
|
||||
<a href="/docs/builders/docker.html">Docker</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-file") %>>
|
||||
<a href="/docs/builders/file.html">File</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-googlecompute") %>>
|
||||
<a href="/docs/builders/googlecompute.html">Google Cloud</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-hyperv") %>>
|
||||
<a href="/docs/builders/hyperv.html">Hyper-V</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-hyperv-iso") %>>
|
||||
<a href="/docs/builders/hyperv-iso.html">ISO</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-null") %>>
|
||||
<a href="/docs/builders/null.html">Null</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-oneandone") %>>
|
||||
<a href="/docs/builders/oneandone.html">1&1</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-openstack") %>>
|
||||
<a href="/docs/builders/openstack.html">OpenStack</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-parallels") %>>
|
||||
<a href="/docs/builders/parallels.html">Parallels</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-parallels-iso") %>>
|
||||
<a href="/docs/builders/parallels-iso.html">ISO</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-parallels-pvm") %>>
|
||||
<a href="/docs/builders/parallels-pvm.html">PVM</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-profitbricks") %>>
|
||||
<a href="/docs/builders/profitbricks.html">ProfitBricks</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-qemu") %>>
|
||||
<a href="/docs/builders/qemu.html">QEMU</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-triton") %>>
|
||||
<a href="/docs/builders/triton.html">Triton</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-virtualbox") %>>
|
||||
<a href="/docs/builders/virtualbox.html">VirtualBox</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-virtualbox-iso") %>>
|
||||
<a href="/docs/builders/virtualbox-iso.html">ISO</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-virtualbox-ovf") %>>
|
||||
<a href="/docs/builders/virtualbox-ovf.html">OVF</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-vmware") %>>
|
||||
<a href="/docs/builders/vmware.html">VMware</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-builders-vmware-iso") %>>
|
||||
<a href="/docs/builders/vmware-iso.html">ISO</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-vmware-vmx") %>>
|
||||
<a href="/docs/builders/vmware-vmx.html">VMX</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-builders-custom") %>>
|
||||
<a href="/docs/builders/custom.html">Custom</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners")%>>
|
||||
<a href="/docs/provisioners/index.html">Provisioners</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-provisioners-ansible-local")%>>
|
||||
<a href="/docs/provisioners/ansible-local.html">Ansible Local</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-ansible-remote")%>>
|
||||
<a href="/docs/provisioners/ansible.html">Ansible Remote</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-chef-client")%>>
|
||||
<a href="/docs/provisioners/chef-client.html">Chef Client</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-chef-solo")%>>
|
||||
<a href="/docs/provisioners/chef-solo.html">Chef Solo</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-converge")%>>
|
||||
<a href="/docs/provisioners/converge.html">Converge</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-file")%>>
|
||||
<a href="/docs/provisioners/file.html">File</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-powershell")%>>
|
||||
<a href="/docs/provisioners/powershell.html">PowerShell</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-puppet-masterless")%>>
|
||||
<a href="/docs/provisioners/puppet-masterless.html">Puppet Masterless</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-puppet-server")%>>
|
||||
<a href="/docs/provisioners/puppet-server.html">Puppet Server</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-salt-masterless")%>>
|
||||
<a href="/docs/provisioners/salt-masterless.html">Salt Masterless</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-shell-remote")%>>
|
||||
<a href="/docs/provisioners/shell.html">Shell</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-shell-local")%>>
|
||||
<a href="/docs/provisioners/shell-local.html">Shell (Local)</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-windows-shell")%>>
|
||||
<a href="/docs/provisioners/windows-shell.html">Windows Shell</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-windows-restart")%>>
|
||||
<a href="/docs/provisioners/windows-restart.html">Windows Restart</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-provisioners-custom")%>>
|
||||
<a href="/docs/provisioners/custom.html">Custom</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors") %>>
|
||||
<a href="/docs/post-processors/index.html">Post-Processors</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-post-processors-amazon-import") %>>
|
||||
<a href="/docs/post-processors/amazon-import.html">Amazon Import</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-artifice") %>>
|
||||
<a href="/docs/post-processors/artifice.html">Artifice</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-atlas") %>>
|
||||
<a href="/docs/post-processors/atlas.html">Atlas</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-compress") %>>
|
||||
<a href="/docs/post-processors/compress.html">Compress</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-checksum") %>>
|
||||
<a href="/docs/post-processors/checksum.html">Checksum</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-import") %>>
|
||||
<a href="/docs/post-processors/docker-import.html">Docker Import</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-push") %>>
|
||||
<a href="/docs/post-processors/docker-push.html">Docker Push</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-save") %>>
|
||||
<a href="/docs/post-processors/docker-save.html">Docker Save</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-docker-tag") %>>
|
||||
<a href="/docs/post-processors/docker-tag.html">Docker Tag</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-googlecompute-export") %>>
|
||||
<a href="/docs/post-processors/googlecompute-export.html">Google Compute Export</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-manifest") %>>
|
||||
<a href="/docs/post-processors/manifest.html">Manifest</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-shell-local") %>>
|
||||
<a href="/docs/post-processors/shell-local.html">Shell (Local)</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-vagrant-box") %>>
|
||||
<a href="/docs/post-processors/vagrant.html">Vagrant</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-vagrant-cloud") %>>
|
||||
<a href="/docs/post-processors/vagrant-cloud.html">Vagrant Cloud</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-post-processors-vsphere") %>>
|
||||
<a href="/docs/post-processors/vsphere.html">vSphere</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<hr>
|
||||
<hr>
|
||||
|
||||
<li<%= sidebar_current("docs-extending") %>>
|
||||
<a href="/docs/extending/index.html">Extending Packer</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-extending-plugins") %>>
|
||||
<a href="/docs/extending/plugins.html">Plugins</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-extending-custom-builders") %>>
|
||||
<a href="/docs/extending/custom-builders.html">Custom Builders</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-extending-custom-post-processors") %>>
|
||||
<a href="/docs/extending/custom-post-processors.html">Custom Post-Processors</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-extending-custom-provisioners") %>>
|
||||
<a href="/docs/extending/custom-provisioners.html">Custom Provisioners</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-extending") %>>
|
||||
<a href="/docs/extending/index.html">Extending Packer</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("docs-extending-plugins") %>>
|
||||
<a href="/docs/extending/plugins.html">Plugins</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-extending-custom-builders") %>>
|
||||
<a href="/docs/extending/custom-builders.html">Custom Builders</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-extending-custom-post-processors") %>>
|
||||
<a href="/docs/extending/custom-post-processors.html">Custom Post-Processors</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-extending-custom-provisioners") %>>
|
||||
<a href="/docs/extending/custom-provisioners.html">Custom Provisioners</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<hr>
|
||||
<hr>
|
||||
|
||||
<li<%= sidebar_current("docs-other-environment-variables") %>>
|
||||
<a href="/docs/other/environment-variables.html">Environment Variables</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-other-core-configuration")%> >
|
||||
<a href="/docs/other/core-configuration.html">Core Configuration</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-other-debugging") %>>
|
||||
<a href="/docs/other/debugging.html">Debugging</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<li<%= sidebar_current("docs-other-environment-variables") %>>
|
||||
<a href="/docs/other/environment-variables.html">Environment Variables</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-other-core-configuration")%> >
|
||||
<a href="/docs/other/core-configuration.html">Core Configuration</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-other-debugging") %>>
|
||||
<a href="/docs/other/debugging.html">Debugging</a>
|
||||
</li>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</li>
|
||||
|
||||
<li<%= sidebar_current("downloads-community") %>>
|
||||
<a href="/downloads-community.html">Download Community Tools</a>
|
||||
<a href="/downloads-community.html">Community Tools</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<% wrap_layout :inner do %>
|
||||
<% content_for :sidebar do %>
|
||||
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("guides-veewee-to-packer") %>>
|
||||
<a href="/guides/veewee-to-packer.html">Veewee to Packer</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("guides-veewee-to-packer") %>>
|
||||
<a href="/guides/veewee-to-packer.html">Veewee to Packer</a>
|
||||
</li>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
<% wrap_layout :layout do %>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3 col-md-3 col-xs-12">
|
||||
<div id="docs-sidebar" class="col-sm-3 col-md-3 col-xs-12 hidden-print" role="complementary">
|
||||
<%= yield_content :sidebar %>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-9 col-md-9 col-xs-12" role="main">
|
||||
<div class="bs-docs-section">
|
||||
<%= yield %>
|
||||
</div>
|
||||
<div id="inner" class="col-sm-9 col-md-9 col-xs-12" role="main">
|
||||
<%= yield %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,45 +1,43 @@
|
|||
<% wrap_layout :inner do %>
|
||||
<% content_for :sidebar do %>
|
||||
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("intro-why") %>>
|
||||
<a href="/intro/why.html">Why Use Packer?</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-use-cases") %>>
|
||||
<a href="/intro/use-cases.html">Use Cases</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-ecosystem") %>>
|
||||
<a href="/intro/hashicorp-ecosystem.html">Packer & HashiCorp</a>
|
||||
</li>
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("intro-why") %>>
|
||||
<a href="/intro/why.html">Why Use Packer?</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-use-cases") %>>
|
||||
<a href="/intro/use-cases.html">Use Cases</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-ecosystem") %>>
|
||||
<a href="/intro/hashicorp-ecosystem.html">Packer & HashiCorp</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("intro-getting-started") %>>
|
||||
<a href="/intro/getting-started/install.html">Getting Started</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("intro-getting-started-install") %>>
|
||||
<a href="/intro/getting-started/install.html">Install Packer</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-build-image") %>>
|
||||
<a href="/intro/getting-started/build-image.html">Build an Image</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-provision") %>>
|
||||
<a href="/intro/getting-started/provision.html">Provision</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-parallel-builds") %>>
|
||||
<a href="/intro/getting-started/parallel-builds.html">Parallel Builds</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-vagrant") %>>
|
||||
<a href="/intro/getting-started/vagrant.html">Vagrant Boxes</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-remote-builds") %>>
|
||||
<a href="/intro/getting-started/remote-builds.html">Remote Builds</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-next") %>>
|
||||
<a href="/intro/getting-started/next.html">Next Steps</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<li<%= sidebar_current("intro-getting-started") %>>
|
||||
<a href="/intro/getting-started/install.html">Getting Started</a>
|
||||
<ul class="nav">
|
||||
<li<%= sidebar_current("intro-getting-started-install") %>>
|
||||
<a href="/intro/getting-started/install.html">Install Packer</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-build-image") %>>
|
||||
<a href="/intro/getting-started/build-image.html">Build an Image</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-provision") %>>
|
||||
<a href="/intro/getting-started/provision.html">Provision</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-parallel-builds") %>>
|
||||
<a href="/intro/getting-started/parallel-builds.html">Parallel Builds</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-vagrant") %>>
|
||||
<a href="/intro/getting-started/vagrant.html">Vagrant Boxes</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-remote-builds") %>>
|
||||
<a href="/intro/getting-started/remote-builds.html">Remote Builds</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("intro-getting-started-next") %>>
|
||||
<a href="/intro/getting-started/next.html">Next Steps</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
<body id="<%= body_id_for(current_page) %>" class="<%= body_classes_for(current_page) %>">
|
||||
|
||||
<%= mega_nav :packer %>
|
||||
<%= mega_nav :packer %>
|
||||
|
||||
<div id="header" class="navigation navbar-static-top hidden-print">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue