Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'

```
git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash
```

Closes #11925
This commit is contained in:
Bjørn Erik Pedersen
2024-01-27 10:48:33 +01:00
1158 changed files with 64103 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
# Do not remove front matter.
---
{{% note %}}
We are making an effort to unify our [terminology], and to use these terms consistently throughout the documentation.
Historically, we have inconsistently referred to the items on this page as [functions], [parameters], [variables], or [methods]. They are not functions, parameters, or variables; they are methods.
This page will remain in place as readers become familiar with the unified terminology. See the [methods section] for a list of methods by [object], or the [methods quick reference guide].
[functions]: /getting-started/glossary/#function
[methods quick reference guide]: /quick-reference/methods
[methods section]: /methods
[methods]: /getting-started/glossary/#method
[object]: /getting-started/glossary/#object
[parameters]: /getting-started/glossary/#parameter
[terminology]: /getting-started/glossary/
[variables]: /getting-started/glossary/#variable
{{% /note %}}