From 0885aeef93387ff0d3c8af1724fe48b9af864b0d Mon Sep 17 00:00:00 2001 From: James Nugent Date: Wed, 22 Jun 2016 12:02:55 +0300 Subject: [PATCH] docs: Mention map keys which start with a number Fixes #6857. --- website/source/docs/configuration/syntax.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/configuration/syntax.html.md b/website/source/docs/configuration/syntax.html.md index b1a4c4c4d..fee54f875 100644 --- a/website/source/docs/configuration/syntax.html.md +++ b/website/source/docs/configuration/syntax.html.md @@ -75,6 +75,8 @@ Basic bullet point reference: * Maps can be made with the `{}` syntax: `{ "foo": "bar", "bar": "baz" }`. + Quotes may be omitted on keys, unless the key starts with a number, + in which case quotes are required. In addition to the basics, the syntax supports hierarchies of sections, such as the "resource" and "variable" in the example above. These