Skip to content

Commit c096da7

Browse files
committed
fix RHDH quick starts copy to clipboard syntax
1 parent 7f8af4d commit c096da7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

quickstarts/rhdh-installation-via-helm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ spec:
173173
4. You can apply the following configuration with the Form view by clicking on **Root Schema > Global**
174174
or in the YAML view by applying as shown below:
175175
176-
```
176+
```
177177
global:
178178
clusterRouterBase: developer-hub.example.com
179179
host: developer-hub.example.com
@@ -209,8 +209,8 @@ spec:
209209
2. Click on the [plus icon]{{highlight qs-masthead-import}} button and select **Import YAML** at the top of the navigation.
210210
3. **Insert the YAML** below into the YAML editor, add your Red Hat Developer Hub URL as `href`, and update the link `text` if needed.
211211
212-
```
213-
apiVersion: console.openshift.io/v1
212+
```
213+
apiVersion: console.openshift.io/v1
214214
kind: ConsoleLink
215215
metadata:
216216
name: developer-hub-link

quickstarts/rhdh-installation-via-operator.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
201201
1. To **create a random secret** for the backend auth key, use this command:
202202
203-
```
203+
```
204204
node -p 'require("crypto").randomBytes(24).toString("base64")'
205205
```{{copy}}
206206
@@ -212,7 +212,7 @@ spec:
212212
213213
Enter ConfigMap name `my-rhdh-app-config`, key `app-config-extras.yaml` and the following `app-config` YAML:
214214
215-
```
215+
```
216216
app:
217217
title: Acme Inc. Developer Hub
218218
organization:
@@ -225,7 +225,7 @@ spec:
225225
226226
4. **Update the `Backstage` resource** and use the new Secret and ConfigMap by adding additional options like:
227227
228-
```
228+
```
229229
...
230230
spec:
231231
...
@@ -311,8 +311,8 @@ spec:
311311
2. Click on the [plus icon]{{highlight qs-masthead-import}} button and select **Import YAML** at the top of the navigation.
312312
3. **Insert the YAML** below into the YAML editor, add your Red Hat Developer Hub URL as `href`, and update the link `text` if needed.
313313
314-
```
315-
apiVersion: console.openshift.io/v1
314+
```
315+
apiVersion: console.openshift.io/v1
316316
kind: ConsoleLink
317317
metadata:
318318
name: developer-hub-link

0 commit comments

Comments
 (0)