From 4a1e97156a6968b297aea66752cb478bfa15677c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 14 May 2023 20:23:26 +0200 Subject: [PATCH] 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 Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Deokjin Kim --- doc/api/cluster.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 93723114ab8835..7ab57b02a5a262 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])`