From 730e268d20aa376cec52bb06ced9a65ee22b29d4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 27 Feb 2014 15:00:37 -0800 Subject: [PATCH] website/docs: document vagrant share functionality --- website/docs/source/layouts/layout.erb | 12 ++++ website/docs/source/v2/cli/connect.html.md | 30 ++++++++++ website/docs/source/v2/cli/share.html.md | 46 +++++++++++++++ website/docs/source/v2/share/connect.html.md | 50 +++++++++++++++++ website/docs/source/v2/share/http.html.md | 48 ++++++++++++++++ website/docs/source/v2/share/index.html.md | 37 ++++++++++++ website/docs/source/v2/share/security.html.md | 56 +++++++++++++++++++ website/docs/source/v2/share/ssh.html.md | 50 +++++++++++++++++ 8 files changed, 329 insertions(+) create mode 100644 website/docs/source/v2/cli/connect.html.md create mode 100644 website/docs/source/v2/cli/share.html.md create mode 100644 website/docs/source/v2/share/connect.html.md create mode 100644 website/docs/source/v2/share/http.html.md create mode 100644 website/docs/source/v2/share/index.html.md create mode 100644 website/docs/source/v2/share/security.html.md create mode 100644 website/docs/source/v2/share/ssh.html.md diff --git a/website/docs/source/layouts/layout.erb b/website/docs/source/layouts/layout.erb index b31f9119e..ef784bbd2 100644 --- a/website/docs/source/layouts/layout.erb +++ b/website/docs/source/layouts/layout.erb @@ -106,6 +106,7 @@ <% if sidebar_section == "cli" %> <% end %> +
  • >Vagrant Share
  • + <% if sidebar_section == "share" %> + + <% end %> +
  • >Vagrantfile
  • <% if sidebar_section == "vagrantfile" %>