summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/append.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/append.md')
-rw-r--r--docs/content/en/functions/append.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/content/en/functions/append.md b/docs/content/en/functions/append.md
index 3e2fc13cc..626bc1242 100644
--- a/docs/content/en/functions/append.md
+++ b/docs/content/en/functions/append.md
@@ -1,17 +1,13 @@
---
title: append
description: "`append` appends one or more values to a slice and returns the resulting slice."
-date: 2018-09-14
categories: [functions]
menu:
docs:
- parent: "functions"
+ parent: functions
keywords: [collections]
signature: ["COLLECTION | append VALUE [VALUE]...", "COLLECTION | append COLLECTION"]
-workson: []
-hugoversion: "0.49"
relatedfuncs: [last,first,where,slice]
-aliases: []
---
An example appending single values: