From 9dcd53685a8fed8e8cee6cca9e9e34a007a45d18 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 6 May 2021 11:29:41 -0500 Subject: [PATCH] docs: Fix missing link to operator debug (#10523) --- website/content/docs/commands/operator/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/commands/operator/index.mdx b/website/content/docs/commands/operator/index.mdx index 269d9a063..c800a9643 100644 --- a/website/content/docs/commands/operator/index.mdx +++ b/website/content/docs/commands/operator/index.mdx @@ -50,6 +50,7 @@ The following subcommands are available: - [`operator snapshot inspect`][snapshot-inspect] - Inspects a snapshot of the Nomad server state +[debug]: /docs/commands/operator/debug 'Builds an archive of configuration and state' [get-config]: /docs/commands/operator/autopilot-get-config 'Autopilot Get Config command' [keygen]: /docs/commands/operator/keygen 'Generates a new encryption key' [keyring]: /docs/commands/operator/keyring 'Manages gossip layer encryption keys'