forked from katacoda/scenario-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenges-pathway.json
More file actions
25 lines (25 loc) · 837 Bytes
/
challenges-pathway.json
File metadata and controls
25 lines (25 loc) · 837 Bytes
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
{
"title": "Challenges Examples",
"description": "Examples of how to create Challenges on Katacoda",
"courses": [{
"course_id": "challenge-hello-world",
"title": "Challenge Template",
"description": "Basic template for a challenge"
},
{
"course_id": "node-challenge-1",
"title": "Challenge Example - Node.js",
"description": "How to create a challenge on using Node.js"
},
{
"course_id": "kubernetes-challenge-1",
"title": "Challenge Example - Kubernetes",
"description": "How to create a challenge on using Kubernetes"
},
{
"course_id": "challenge-linux-solver",
"title": "Challenge Example - Linux Challenge Using the Solver Utility",
"description": "An example challenge showing authors how to use the solver features"
}
]
}