diff --git a/website/source/docs/configuration/syntax.html.md b/website/source/docs/configuration/syntax.html.md index b1a4c4c4db..fee54f875f 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