From 0d62feed52c8e095f4d1b270968052b5d02a5f01 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 24 Oct 2023 18:03:34 -0700 Subject: [PATCH] Update glossary --- content/en/getting-started/glossary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/getting-started/glossary.md b/content/en/getting-started/glossary.md index c15af5170..997aa65a0 100644 --- a/content/en/getting-started/glossary.md +++ b/content/en/getting-started/glossary.md @@ -92,6 +92,10 @@ Used within a [template action](#template-action), a function takes one or more Metadata at the beginning of each content page, separated from the content by format-specific delimiters. See [details](/content-management/front-matter/). +### identifier + +An string that represents a variable, method, object, or field. It must conform to Go's [language specification](https://go.dev/ref/spec#Identifiers), beginning with a letter or underscore, followed by zero or more letters, digits, or underscores. + ### int See [integer](#integer).