From 223eb896c4b30d8da50958ba520850d622c30df3 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman <17342435+RyanZim@users.noreply.github.com> Date: Wed, 26 Feb 2020 09:19:28 -0500 Subject: [PATCH] Document all create*() aliases for ensure*() methods (#766) Fixes #758 --- docs/ensureLink-sync.md | 2 ++ docs/ensureLink.md | 2 ++ docs/ensureSymlink-sync.md | 2 ++ docs/ensureSymlink.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docs/ensureLink-sync.md b/docs/ensureLink-sync.md index 74769d30..2a8b91ae 100644 --- a/docs/ensureLink-sync.md +++ b/docs/ensureLink-sync.md @@ -2,6 +2,8 @@ Ensures that the link exists. If the directory structure does not exist, it is created. +**Alias:** `createLinkSync()` + - `srcpath` `` - `dstpath` `` diff --git a/docs/ensureLink.md b/docs/ensureLink.md index 7bdddebf..acec6a9d 100644 --- a/docs/ensureLink.md +++ b/docs/ensureLink.md @@ -2,6 +2,8 @@ Ensures that the link exists. If the directory structure does not exist, it is created. +**Alias:** `createLink()` + - `srcpath` `` - `dstpath` `` - `callback` `` diff --git a/docs/ensureSymlink-sync.md b/docs/ensureSymlink-sync.md index 72b39c29..b3203831 100644 --- a/docs/ensureSymlink-sync.md +++ b/docs/ensureSymlink-sync.md @@ -2,6 +2,8 @@ Ensures that the symlink exists. If the directory structure does not exist, it is created. +**Alias:** `createSymlinkSync()` + - `srcpath` `` - `dstpath` `` - `type` `` diff --git a/docs/ensureSymlink.md b/docs/ensureSymlink.md index 383c49f0..e8146cfa 100644 --- a/docs/ensureSymlink.md +++ b/docs/ensureSymlink.md @@ -2,6 +2,8 @@ Ensures that the symlink exists. If the directory structure does not exist, it is created. +**Alias:** `createSymlink()` + - `srcpath` `` - `dstpath` `` - `type` ``