Skip to content

Commit

Permalink
doc: add missing deprecated blocks to cluster
Browse files Browse the repository at this point in the history
I believe that these are required so that the respective APIs are
marked as deprecated in the table of contents.

PR-URL: #47981
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
  • Loading branch information
tniessen authored and MoLow committed Jul 6, 2023
1 parent af90fb9 commit dbffad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,8 @@ added: v0.8.1
deprecated: v16.0.0
-->

> Stability: 0 - Deprecated
Deprecated alias for [`cluster.isPrimary`][].

## `cluster.isPrimary`
Expand Down Expand Up @@ -959,6 +961,8 @@ changes:
description: The `stdio` option is supported now.
-->

> Stability: 0 - Deprecated
Deprecated alias for [`.setupPrimary()`][].

## `cluster.setupPrimary([settings])`
Expand Down

0 comments on commit dbffad9

Please sign in to comment.