From b2f3a532ef71203865b14086e5f16b6bff5d5073 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:45:30 -0500 Subject: [PATCH] backport of commit f7a00c7430f947479d0ad4d0d73d20908950531b (#25723) Co-authored-by: Yoko Hyakuna --- website/content/docs/configuration/replication.mdx | 2 ++ website/data/docs-nav-data.json | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/website/content/docs/configuration/replication.mdx b/website/content/docs/configuration/replication.mdx index a3e917b4b018..f75d8a0a58b5 100644 --- a/website/content/docs/configuration/replication.mdx +++ b/website/content/docs/configuration/replication.mdx @@ -7,6 +7,8 @@ description: |- # `replication` stanza +@include 'alerts/enterprise-only.mdx' + The `replication` stanza specifies various parameters for tuning replication related values. ```hcl diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index d57f1a0d672b..ba9e736d7b66 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -236,6 +236,11 @@ }, { "title": "replication", + "badge": { + "text": "ENTERPRISE", + "type": "outlined", + "color": "neutral" + }, "path": "configuration/replication" }, {