summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2023-05-14 20:23:26 +0200
committerGitHub <noreply@github.com>2023-05-14 18:23:26 +0000
commitc9ec72de450eb9db92d933900c3364c1c2742df8 (patch)
tree84e3e8907e9cc6f20446859e01322190cd46c584
parenta7c16b29173789d422483612cbe2f6e7e39ba216 (diff)
downloadnode-new-c9ec72de450eb9db92d933900c3364c1c2742df8.tar.gz
doc: add missing deprecated blocks to cluster
I believe that these are required so that the respective APIs are marked as deprecated in the table of contents. PR-URL: https://github.com/nodejs/node/pull/47981 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
-rw-r--r--doc/api/cluster.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 93723114ab..7ab57b02a5 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -850,6 +850,8 @@ added: v0.8.1
deprecated: v16.0.0
-->
+> Stability: 0 - Deprecated
+
Deprecated alias for [`cluster.isPrimary`][].
## `cluster.isPrimary`
@@ -959,6 +961,8 @@ changes:
description: The `stdio` option is supported now.
-->
+> Stability: 0 - Deprecated
+
Deprecated alias for [`.setupPrimary()`][].
## `cluster.setupPrimary([settings])`