mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
5
docs/content/en/getting-started/glossary/array.md
Normal file
5
docs/content/en/getting-started/glossary/array.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: array
|
||||
---
|
||||
|
||||
A numbered sequence of [elements](g). Unlike Go's [slice](g) data type, an array has a fixed length. Elements within an array can be [scalars](g), slices, [maps](g), pages, or other arrays. See the [Go documentation](https://go.dev/ref/spec#Array_types) for details.
|
Reference in New Issue
Block a user