From c156cec4c8fd5ddc76bdbbdab3d80ace34050caa Mon Sep 17 00:00:00 2001 From: Maliz Date: Thu, 16 Feb 2023 17:45:33 +0000 Subject: [PATCH] backport of commit effdb9bb57ea752139ea4371a4d0c877c0e65afa --- website/content/commands/index.mdx | 1 + website/data/commands-nav-data.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/website/content/commands/index.mdx b/website/content/commands/index.mdx index 2946d794ba46..415fc551d331 100644 --- a/website/content/commands/index.mdx +++ b/website/content/commands/index.mdx @@ -56,6 +56,7 @@ Available commands are: services Interact with services snapshot Saves, restores and inspects snapshots of Consul server state tls Builtin helpers for creating CAs and certificates + troubleshoot Provides tools to troubleshoot Consul's service mesh configuration validate Validate config files/directories version Prints the Consul version watch Watch for changes in Consul diff --git a/website/data/commands-nav-data.json b/website/data/commands-nav-data.json index 62ed01a40048..aac55d7952bb 100644 --- a/website/data/commands-nav-data.json +++ b/website/data/commands-nav-data.json @@ -528,6 +528,23 @@ } ] }, + { + "title": "troubleshoot", + "routes": [ + { + "title": "Overview", + "path": "troubleshoot" + }, + { + "title": "upstreams", + "path": "troubleshoot/upstreams" + }, + { + "title": "proxy", + "path": "troubleshoot/proxy" + } + ] + }, { "title": "validate", "path": "validate"