website: parallel and next steps
This commit is contained in:
parent
0e4388c881
commit
0724931f26
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: "intro"
|
||||
page_title: "Next Steps"
|
||||
---
|
||||
|
||||
# Next Steps
|
||||
|
||||
That concludes the getting started guide for Packer. You should now be comfortable
|
||||
with basic Packer usage, should understand templates, defining builds, provisioners,
|
||||
etc. At this point you're ready to begin playing with and using Packer
|
||||
in real scenarios.
|
||||
|
||||
From this point forward, the most important reference for you will be
|
||||
the [documentation](/docs). The documentation is less of a guide and
|
||||
more of a reference of all the overall features and options of Packer.
|
||||
|
||||
As you use Packer more, please voice your comments and concerns on
|
||||
the [mailing list or IRC](/community). Additionally, Packer is
|
||||
[open source](https://github.com/mitchellh/packer) so please contribute
|
||||
if you'd like to. Contributions are very welcome.
|
|
@ -2,8 +2,8 @@
|
|||
layout: "intro"
|
||||
page_title: "Parallel Builds"
|
||||
prev_url: "/intro/getting-started/provision.html"
|
||||
next_url: ""
|
||||
next_title: ""
|
||||
next_url: "/intro/getting-started/next.html"
|
||||
next_title: "Next Steps"
|
||||
---
|
||||
|
||||
# Parallel Builds
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<li><a href="/intro/getting-started/build-image.html">Build an Image</a></li>
|
||||
<li><a href="/intro/getting-started/provision.html">Provision</a></li>
|
||||
<li><a href="/intro/getting-started/parallel-builds.html">Parallel Builds</a></li>
|
||||
<li><a href="/intro/getting-started/next.html">Next Steps</a></li>
|
||||
</ul>
|
||||
<% end %>
|
||||
<%= yield %>
|
||||
|
|
Loading…
Reference in New Issue