From 6e6f430d283f9b840f95d2cb55ee4615bfd37c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 12 May 2023 20:19:48 +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. --- 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])`