From 2ab0ea3ff7df5a38599471953ae3de8ee4f0ff29 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Sun, 31 May 2015 16:06:58 -0400 Subject: [PATCH] Direct new users over to the getting started guide I found myself on the dev server reference, when really I was more interested in the getting started guide. This link is intended to help others get back on the right track. --- website/source/docs/concepts/dev-server.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/concepts/dev-server.html.md b/website/source/docs/concepts/dev-server.html.md index 693031e1f6..ee9c2f60a8 100644 --- a/website/source/docs/concepts/dev-server.html.md +++ b/website/source/docs/concepts/dev-server.html.md @@ -45,6 +45,8 @@ The properties of the dev server: The dev server should be used for experimentation with Vault features, such as different authentication backends, secret backends, audit backends, etc. +If you're new to Vault, you may want to pick up with "[Your First Secret](http://vaultproject.io/intro/getting-started/first-secret.html)" in +our getting started guide. In addition to experimentation, the dev server is very easy to automate for development environments.