Skip to content

Commit

Permalink
backport of commit effdb9b
Browse files Browse the repository at this point in the history
  • Loading branch information
Maliz committed Feb 16, 2023
1 parent 0898aea commit c156cec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/content/commands/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions website/data/commands-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c156cec

Please sign in to comment.