docs: fix outstanding content conformance errors (#16040)

This commit is contained in:
Bryce Kalow
2023-02-02 15:40:07 -06:00
committed by GitHub
parent ece6f339cf
commit 84ed398e8d
3 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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