From d4f2bc2b5416c33d7f3984f9378dee6bf2043b3a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 1 Mar 2010 22:00:19 -0800 Subject: [PATCH] Updated layout to have page to user guide --- _layouts/default.html | 2 +- docs/getting_started.md | 2 +- docs/user-guide/index.md | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 docs/user-guide/index.md diff --git a/_layouts/default.html b/_layouts/default.html index 72fda0239..c53f7f445 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@ diff --git a/docs/getting_started.md b/docs/getting_started.md index 31f8b7b5d..070e13bbf 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -8,7 +8,7 @@ will largely be useless from a development point of view, but functions to intro you to the basic concepts of Vagrant. This guide will not introduce the provisioning functionality or packaging system built-in to vagrant. -After the getting started guide, we recommend you read the [Vagrant tutorial](#), +After the getting started guide, we recommend you read the [Vagrant tutorial](/docs/tutorial/index.html), which is a much more detailed guide which sets up an HTTP server with MySQL to run in the background. diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md new file mode 100644 index 000000000..ade620521 --- /dev/null +++ b/docs/user-guide/index.md @@ -0,0 +1,16 @@ +--- +layout: default +title: User Guide +--- +The user guide is a set of documentation meant to both introduce and +explain in detail every portion of Vagrant and its uses. This guide +is hand-written instead of being generated from the Vagrant codebase. +If you're reading this guide on the Vagrant website, then we guarantee +it'll be up-to-date to the currently released gem version. Older versions +of the documentation can be extracted from the git repository, since each +release is tagged, including the documentation branch. + +This guide goes through every aspect of Vagrant in great detail. If, instead, +you're more of the tinkering type and want to just get Vagrant up and running, +check out the [Getting Started](#) page instead. +