From 0501cd5500c926aa68f25d55e0f96950c343faeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Thu, 29 Jan 2015 17:23:21 +0100 Subject: [PATCH] Adding a link to the environment variable documentation to the cli documentation. --- website/docs/source/v2/cli/index.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/source/v2/cli/index.html.md b/website/docs/source/v2/cli/index.html.md index 7bc55a43e..345a902ab 100644 --- a/website/docs/source/v2/cli/index.html.md +++ b/website/docs/source/v2/cli/index.html.md @@ -22,3 +22,8 @@ accepts. In depth documentation and use cases of various Vagrant commands is available by reading the appropriate sub-section available in the left navigational area of this site. + +You may also wish to consult the +[documentation](/v2/other/environmental-variables.html) regarding the +environmental variables that can be used to configure and control +Vagrant in a global way.