From 84ed398e8d694c0b5b3ce66f2abf2c36cf7e3c0d Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Thu, 2 Feb 2023 15:40:07 -0600 Subject: [PATCH] docs: fix outstanding content conformance errors (#16040) --- website/content/docs/commands/operator/keyring.mdx | 4 ++++ website/content/docs/commands/operator/metrics.mdx | 4 ++++ website/content/docs/job-specification/hcl2/expressions.mdx | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/website/content/docs/commands/operator/keyring.mdx b/website/content/docs/commands/operator/keyring.mdx index d9bfb1394..ae637d471 100644 --- a/website/content/docs/commands/operator/keyring.mdx +++ b/website/content/docs/commands/operator/keyring.mdx @@ -1,6 +1,10 @@ --- layout: docs page_title: 'Commands: operator keyring' +description: |- + The `operator keyring` command is used to examine and + modify the encryption keys used in Nomad server. It can + also distribute new keys and retire old ones. --- # Command: operator keyring diff --git a/website/content/docs/commands/operator/metrics.mdx b/website/content/docs/commands/operator/metrics.mdx index 593d6ed48..e5f337b37 100644 --- a/website/content/docs/commands/operator/metrics.mdx +++ b/website/content/docs/commands/operator/metrics.mdx @@ -1,6 +1,10 @@ --- layout: docs page_title: 'Commands: operator metrics' +description: |- + The `operator metrics` command queries the metrics API + endpoint for metrics data related to the current Nomad + process. --- # Command: operator metrics diff --git a/website/content/docs/job-specification/hcl2/expressions.mdx b/website/content/docs/job-specification/hcl2/expressions.mdx index 3ce884109..91ea78434 100644 --- a/website/content/docs/job-specification/hcl2/expressions.mdx +++ b/website/content/docs/job-specification/hcl2/expressions.mdx @@ -336,8 +336,8 @@ block. If you need to declare resource instances based on a nested data structure or combinations of elements from multiple data structures you can use expressions and functions to derive a suitable value. For some common examples of such situations, see the -[`flatten`](/docs/job-specification/hcl2/functions/collection/flatten) and -[`setproduct`](/docs/job-specification/hcl2/functions/collection/setproduct) +[`flatten`](/nomad/docs/job-specification/hcl2/functions/collection/flatten) and +[`setproduct`](/nomad/docs/job-specification/hcl2/functions/collection/setproduct) functions. ### Best Practices for `dynamic` Blocks