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` ``