This is a big commit, and I apologize in advance for the future
git-blames all pointing to me. This commit does a few things:
1. Merges the website/docs and website/www repo into a single website repo
to be in line with other HashiCorp projects
2. Updates to use middleman-hashicorp
3. Converts less to scss to be in line with other projects
4. Updates page styles to be in line with other projects
5. Optimizes images
6. Prepare for S3 + Fastly deployment with scripts, etc.
7. Removes blog posts (they have been transferred to hashicorp.com with
redirects in place
8. Updated sitemap generation script for better SEO
9. Fixed many broken links
10. Add description to all fields
25 lines
989 B
Markdown
25 lines
989 B
Markdown
---
|
|
layout: "docs"
|
|
sidebar_current: "overview"
|
|
page_title: "Documentation"
|
|
description: |-
|
|
Welcome to the documentation for Vagrant - the command line utility for
|
|
managing the lifecycle of virtual machines. This website aims to document
|
|
every feature of Vagrant from top-to-bottom, covering as much detail as
|
|
possible.
|
|
---
|
|
|
|
# Vagrant Documentation
|
|
|
|
Welcome to the documentation for Vagrant - the command line utility for managing
|
|
the lifecycle of virtual machines. This website aims to document every feature
|
|
of Vagrant from top-to-bottom, covering as much detail as possible. If you are
|
|
just getting started with Vagrant, it is highly recommended that you start with
|
|
the [getting started guide](/docs/getting-started/) first, and then return to
|
|
this page.
|
|
|
|
The navigation will take you through each component of Vagrant. Click on a
|
|
navigation item to get started, or read more about
|
|
[why developers, designers, and operators choose Vagrant](/docs/why-vagrant/)
|
|
for their needs.
|