forked from katacoda/scenario-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uilayouts-pathway.json
55 lines (54 loc) · 1.75 KB
/
uilayouts-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"title": "Katacoda UI Layouts Example",
"description": "Example of different Katacoda UI Layouts. Also, an example of creating a Katacoda Course!",
"icon": "fa-katacoda",
"courses": [
{
"course_id": "uilayout-terminal",
"title": "Scenario with Terminal UI",
"description": "Katacoda Scenario Example"
},
{
"title": "Scenario with Terminal and VS Code UI as Tab",
"description": "",
"pathway_id": "scenario-examples",
"course_id": "uilayout-terminal-with-vscode"
},
{
"course_id": "uilayout-vscode-terminal",
"title": "Scenario with VS Code / Terminal UI Split Screen",
"description": "Katacoda Scenario Example"
},
{
"course_id": "uilayout-editor-terminal",
"title": "Scenario with Editor Terminal UI",
"description": "Katacoda Scenario Example"
},
{
"course_id": "uilayout-terminal-iframe",
"title": "Scenario with Terminal iFrame UI",
"description": "Katacoda Scenario Example"
},
{
"course_id": "uilayout-terminal-iframe-split",
"title": "Scenario with Terminal iFrame Split UI",
"description": "Katacoda Scenario Example"
},
{
"course_id": "uilayout-iframe",
"title": "Scenario with iFrame only UI",
"description": ""
},
{
"course_id": "uilayout-terminal-terminal",
"title": "Scenario with Terminal Terminal UI",
"description": "Katacoda Scenario Example"
},
{
"title": "Visualise Environment Tab",
"description": "Learn how to add the Visualise Tab",
"pathway_id": "scenario-examples",
"course_id": "visualise-docker"
}
]
}