Minor amazon-import doc fixes (formatting, doc sidebar)
* Add amazon-import to documentation sidebar * Fix formatting error in amazon-import doc Signed-off-by: David Zanetti <dave2@wetstring.net>
This commit is contained in:
parent
ba2b438001
commit
9b3a011cfa
|
@ -66,7 +66,7 @@ Here is a basic example. This assumes that the builder has produced an OVA artif
|
|||
}
|
||||
```
|
||||
|
||||
> **Note:** Packer can also read the access key and secret access key from
|
||||
-> **Note:** Packer can also read the access key and secret access key from
|
||||
environmental variables. See the configuration reference in the section above
|
||||
for more information on what environmental variables Packer will look for.
|
||||
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
<li>
|
||||
<h4>Post-Processors</h4>
|
||||
</li>
|
||||
<li><a href="/docs/post-processors/amazon-import.html">amazon-import</a></li>
|
||||
<li><a href="/docs/post-processors/artifice.html">Artifice</a></li>
|
||||
<li><a href="/docs/post-processors/atlas.html">Atlas</a></li>
|
||||
<li><a href="/docs/post-processors/compress.html">compress</a></li>
|
||||
|
|
Loading…
Reference in New Issue