Fix copy button to only copy the command and not the output (#474)

This commit is contained in:
Pete Lumbis 2023-06-21 15:46:51 -04:00 committed by GitHub
parent d9684d2418
commit 149635b7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1190,7 +1190,7 @@ Crossplane created the bucket when the values `READY` and `SYNCED` are `True`.
This may take up to 5 minutes. This may take up to 5 minutes.
{{< /hint >}} {{< /hint >}}
```shell ```shell {copy-lines="1"}
kubectl get buckets kubectl get buckets
NAME READY SYNCED EXTERNAL-NAME AGE NAME READY SYNCED EXTERNAL-NAME AGE
crossplane-bucket-45eed4ae0 True True crossplane-bucket-45eed4ae0 61s crossplane-bucket-45eed4ae0 True True crossplane-bucket-45eed4ae0 61s

View File

@ -1190,7 +1190,7 @@ Crossplane created the bucket when the values `READY` and `SYNCED` are `True`.
This may take up to 5 minutes. This may take up to 5 minutes.
{{< /hint >}} {{< /hint >}}
```shell ```shell {copy-lines="1"}
kubectl get buckets kubectl get buckets
NAME READY SYNCED EXTERNAL-NAME AGE NAME READY SYNCED EXTERNAL-NAME AGE
crossplane-bucket-45eed4ae0 True True crossplane-bucket-45eed4ae0 61s crossplane-bucket-45eed4ae0 True True crossplane-bucket-45eed4ae0 61s