mirror of https://github.com/crossplane/docs.git
Fix copy button to only copy the command and not the output (#474)
This commit is contained in:
parent
d9684d2418
commit
149635b7f9
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue