Skip to content

Commit dd28bed

Browse files
committed
fix copy-execute-demo.yaml inline syntax
1 parent a3b2364 commit dd28bed

1 file changed

Lines changed: 24 additions & 5 deletions

File tree

frontend/packages/dev-console/integration-tests/testData/quick-start/copy-execute-demo.yaml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,36 @@ spec:
1111
- description: >
1212
### Create a Project
1313
14-
Execute `oc new-project sample-sclorg-app`{{execute}} command to create
15-
a new project
14+
Execute
15+
16+
17+
```
18+
19+
oc new-project sample-sclorg-app
20+
21+
```{{execute}}
22+
command to create a new project
1623
1724
1825
In next step we will create a resource using
1926
`https://github.com/sclorg/ruby-ex.git`{{copy}}
2027
2128
22-
Deploy app using commad `oc new-app
23-
ruby~https://github.com/sclorg/ruby-ex.git`{{execute}}
29+
Deploy app using commad
30+
31+
32+
```
33+
34+
oc new-app ruby~https://github.com/sclorg/ruby-ex.git
35+
36+
```{{execute}}
37+
38+
Expose route using
39+
40+
41+
```
2442
43+
oc expose svc/ruby-ex
2544
26-
Expose route using `oc expose svc/ruby-ex`{{execute}}
45+
```{{execute}}
2746
title: Create Ruby App

0 commit comments

Comments
 (0)