diff --git a/website/source/intro/getting-started/next.html.markdown b/website/source/intro/getting-started/next.html.markdown new file mode 100644 index 000000000..eee743fc9 --- /dev/null +++ b/website/source/intro/getting-started/next.html.markdown @@ -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. diff --git a/website/source/intro/getting-started/parallel-builds.html.markdown b/website/source/intro/getting-started/parallel-builds.html.markdown index 9790cef52..3810cc0f8 100644 --- a/website/source/intro/getting-started/parallel-builds.html.markdown +++ b/website/source/intro/getting-started/parallel-builds.html.markdown @@ -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 diff --git a/website/source/layouts/intro.erb b/website/source/layouts/intro.erb index e126d6c96..038933fb1 100644 --- a/website/source/layouts/intro.erb +++ b/website/source/layouts/intro.erb @@ -16,6 +16,7 @@
  • Build an Image
  • Provision
  • Parallel Builds
  • +
  • Next Steps
  • <% end %> <%= yield %>