Skip to content

Commit

Permalink
fix hover lines
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <pete@upbound.io>
  • Loading branch information
plumbis committed Oct 25, 2023
1 parent 2cde9fa commit 52609f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/v1.14/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,9 @@ directory of YAML files representing multiple resources.

Inside the YAML file include an
{{<hover label="apiVersion" line="1">}}apiVersion{{</hover>}},
{{<hover label="apiVersion" line="1">}}kind{{</hover>}},
{{<hover label="apiVersion" line="1">}}metadata{{</hover>}} and
{{<hover label="apiVersion" line="1">}}spec{{</hover>}}.
{{<hover label="apiVersion" line="2">}}kind{{</hover>}},
{{<hover label="apiVersion" line="3">}}metadata{{</hover>}} and
{{<hover label="apiVersion" line="7">}}spec{{</hover>}}.

```yaml {label="or"}
apiVersion: example.org/v1alpha1
Expand Down

0 comments on commit 52609f6

Please sign in to comment.