mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'
This commit is contained in:
13
docs/content/en/variables/_common/_index.md
Normal file
13
docs/content/en/variables/_common/_index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
cascade:
|
||||
_build:
|
||||
list: never
|
||||
publishResources: false
|
||||
render: never
|
||||
---
|
||||
|
||||
<!--
|
||||
Files within this headless branch bundle are markdown snippets. Each file must contain front matter delimiters, though front matter fields are not required.
|
||||
|
||||
Include the rendered content using the "include" shortcode.
|
||||
-->
|
20
docs/content/en/variables/_common/consistent-terminology.md
Normal file
20
docs/content/en/variables/_common/consistent-terminology.md
Normal 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 %}}
|
Reference in New Issue
Block a user