From 286a503cb6a1444a40c6af72651198d79d48b1fb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 25 Jan 2014 12:18:41 -0800 Subject: [PATCH] website/docs: docs for box versioning --- website/docs/Vagrantfile | 23 ++++ website/docs/source/layouts/layout.erb | 1 + website/docs/source/stylesheets/_base.less | 2 +- website/docs/source/v2/boxes.html.md | 92 +++++--------- website/docs/source/v2/boxes/base.html.md | 9 ++ website/docs/source/v2/boxes/format.html.md | 85 +++++++++++-- .../docs/source/v2/boxes/versioning.html.md | 95 +++++++++++++++ website/docs/source/v2/cli/box.html.md | 115 ++++++++++++++---- 8 files changed, 325 insertions(+), 97 deletions(-) create mode 100644 website/docs/Vagrantfile create mode 100644 website/docs/source/v2/boxes/versioning.html.md diff --git a/website/docs/Vagrantfile b/website/docs/Vagrantfile new file mode 100644 index 000000000..bab5d6429 --- /dev/null +++ b/website/docs/Vagrantfile @@ -0,0 +1,23 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! +VAGRANTFILE_API_VERSION = "2" + +$script = <