From effdb9bb57ea752139ea4371a4d0c877c0e65afa Mon Sep 17 00:00:00 2001 From: Maliz Date: Thu, 16 Feb 2023 09:45:33 -0800 Subject: [PATCH] add troubleshoot command --- 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 2946d794ba..415fc551d3 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 62ed01a400..aac55d7952 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"