summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/path/Join.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/path/Join.md')
-rw-r--r--docs/content/en/functions/path/Join.md17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/content/en/functions/path/Join.md b/docs/content/en/functions/path/Join.md
index 394389780..bda46737f 100644
--- a/docs/content/en/functions/path/Join.md
+++ b/docs/content/en/functions/path/Join.md
@@ -3,18 +3,11 @@ title: path.Join
description: Replaces path separators with slashes (`/`), joins the given path elements into a single path, and returns the shortest path name equivalent to the result.
categories: []
keywords: []
-action:
- aliases: []
- related:
- - functions/path/Base
- - functions/path/BaseName
- - functions/path/Clean
- - functions/path/Dir
- - functions/path/Ext
- - functions/path/Split
- - functions/urls/JoinPath
- returnType: string
- signatures: [path.Join ELEMENT...]
+params:
+ functions_and_methods:
+ aliases: []
+ returnType: string
+ signatures: [path.Join ELEMENT...]
aliases: [/functions/path.join]
---