Skip to content

Commit 2616ac2

Browse files
committedNov 9, 2022
fix: simplify hello guidebook to remove top-level markdown tabs
1 parent d6f1b84 commit 2616ac2

File tree

1 file changed

+8
-20
lines changed
  • plugins/plugin-client-default/notebooks

1 file changed

+8
-20
lines changed
 

‎plugins/plugin-client-default/notebooks/hello.md

+8-20
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,11 @@ layout:
77
maximized: true
88
---
99

10-
=== "Run a Job"
11-
```shell
12-
---
13-
execute: now
14-
outputOnly: true
15-
maximize: true
16-
---
17-
codeflare terminal task
18-
```
19-
20-
=== "Terminal"
21-
```shell
22-
---
23-
execute: now
24-
outputOnly: true
25-
maximize: true
26-
---
27-
codeflare terminal shell
28-
```
29-
10+
```shell
11+
---
12+
execute: now
13+
outputOnly: true
14+
maximize: true
15+
---
16+
codeflare terminal task
17+
```

0 commit comments

Comments
 (0)
Please sign in to comment.