-
Notifications
You must be signed in to change notification settings - Fork 417
/
profile-pathway.json
121 lines (121 loc) · 4.1 KB
/
profile-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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"courses": [
{
"title": "Katacoda UI Layouts Example",
"description": "Example of different Katacoda UI Layouts. Also, an example of creating a Katacoda Course!",
"id": "uilayouts"
},
{
"title": "Katacoda Environments",
"description": "Example of selective available Katacoda Environments. More examples coming soon!",
"id": "environment-usages"
},
{
"title": "Katacoda Challenges",
"description": "Examples of how to create Challenges on Katacoda",
"id": "challenges"
}
],
"scenarios": [
{
"title": "Creating Your First Katacoda Scenario",
"description": "Learn how to create your first Katacoda scenario",
"id": "create-scenario-101"
},
{
"title": "Creating a Katacoda Course",
"description": "Learn how to create a collection of Katacoda scenarios into a course",
"id": "create-course"
},
{
"title": "Markdown Extensions",
"description": "Examples of how the Katacoda Markdown Extensions",
"id": "markdown-extensions"
},
{
"title": "Katacoda Placeholders for IP addresses and URLs",
"description": "Use Placeholders to dynamically replace values within your scenario content",
"id": "placeholders"
},
{
"title": "Clipboard Integration",
"description": "Understand how the Katacoda Clipboard integration",
"id": "clipboard"
},
{
"title": "Interactive Quiz",
"description": "Verify understand and key points by using an interactive quiz",
"id": "quiz"
},
{
"title": "Run Commands Automatically",
"description": "Automatically run commands in the foreground and background when a scenario starts",
"id": "run-commands-automatically"
},
{
"title": "Displaying Progress Spinner",
"description": "Display a friendly spinner while long running jobs are completed",
"id": "displaying-progress-spinner"
},
{
"title": "Verifying user actions during scenario",
"description": "Run checks to make sure the user can proceed. Scenario also offers user solutions if they struggle",
"id": "verified-steps"
},
{
"title": "Displaying Web UI",
"description": "Display a Web UI running on the environment",
"id": "displaying-web-ui"
},
{
"title": "Dashboard and Terminal Tabs",
"description": "Add Additional Tabs to the UI",
"id": "dashboard-tabs"
},
{
"title": "Dashboard and Terminal Tabs (IFrame)",
"description": "Add Additional Tabs to the UI with iFrame integration",
"id": "dashboard-tabs-iframe"
},
{
"title": "Visualise Environment Tab",
"description": "Learn how to add the Visualise Tab",
"id": "visualise-docker"
},
{
"title": "Upload File Assets",
"description": "Automatically upload file assets to the environment",
"id": "upload-assets"
},
{
"title": "Displaying Images",
"description": "Display images as part of the scenario",
"id": "displaying-images"
},
{
"title": "Embed Videos into Scenarios",
"description": "Learn how to embed YouTube videos into a scenario",
"id": "embed-videos"
},
{
"title": "Credit where credit due",
"description": "Possible ways to provide credit for the content or ideas within the scenario",
"id": "credit-where-credit-due"
},
{
"title": "Writing files",
"description": "How to write a file in your scenario",
"id": "writing-files"
},
{
"title": "Exclusion patterns",
"description": "Exclude files or directories of your scenario",
"id": "exclusion-patterns"
},
{
"title": "Visual Studio Code - Install extensions",
"description": "Install VS Code extensions using background scripts",
"id": "vscode-extensions"
}
]
}