Adjust quick reference guides

This commit is contained in:
Joe Mooring
2023-11-05 19:42:47 -08:00
committed by GitHub
parent 8657804ba4
commit ad3f9cdb6d
4 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Emojis
title: Emoji quick reference guide
linkTitle: Emojis
description: Include emoji shortcodes in your markdown, or use the emojify function in your templates.
categories: [quick reference]
keywords: [emoji]
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Functions
title: Function quick reference guide
linkTitle: Functions
description: A quick reference guide to Hugo's functions, grouped by namespace. Aliases, if any, appear in parentheses to the right of the function name.
categories: [quick reference]
keywords: []
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Methods
title: Method quick reference guide
linkTitle: Methods
description: A quick reference guide to Hugo's methods, grouped by object.
categories: [quick reference]
keywords: []
@@ -7,14 +7,14 @@ We are making an effort to unify our [terminology], and to use these terms consi
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].
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/
[variable]: /getting-started/glossary/#variable
[variables]: /getting-started/glossary/#variable
{{% /note %}}