From 86b08f498c2892a8160c01af0627f9e3f4a54f63 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 12 Feb 2024 16:26:16 -0500 Subject: [PATCH] Backport of docs: Fix indention of wal object in agent config into release/1.17.x (#20415) backport of commit fe05f529b4d85edc19b8b9c4d0849b974564395f Co-authored-by: cskh --- website/content/docs/agent/config/config-files.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/agent/config/config-files.mdx b/website/content/docs/agent/config/config-files.mdx index 7a52e5c187..966d638ec5 100644 --- a/website/content/docs/agent/config/config-files.mdx +++ b/website/content/docs/agent/config/config-files.mdx @@ -1700,7 +1700,7 @@ subsystem that provides Consul's service mesh capabilities. because Consul must scan the database to find free space within the file. - - - `wal` ((#raft_logstore_wal)) - Object that configures the `wal` backend. + - `wal` ((#raft_logstore_wal)) - Object that configures the `wal` backend. Refer to [Experimental WAL LogStore backend](/consul/docs/agent/wal-logstore) for more information.