-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest-single-version.json
47 lines (40 loc) · 1.66 KB
/
manifest-single-version.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
{
"workshop": {
"title": "Workshop Title",
"description": "Description of this workshop.",
"theme": "default",
"interactive":"https://launch.oracle.com/?",
"labs": [
{
"number": "0",
"filename": "Intro-Instructor-Led.md",
"title": "Intro - Instructor Led",
"description": "Step-by-step workshop instructions"
},
{
"number": "100",
"filename": "LabGuide100.md",
"title": "Lab 100: Agile Project Management, plus an even longer section of text that will almost assuredly wrap unto the proximate lineage.",
"description": "Use Developer Cloud Service to create issues, tasks, and sprints, plus an even longer section of text that will almost assuredly wrap unto the proximate lineage, plus an even longer section of text that will almost assuredly wrap unto the proximate lineage."
},
{
"number": "200",
"filename": "LabGuide200.md",
"title": "Lab 200: Title of Lab 200",
"description": "Short description of lab 200"
},
{
"number": "300",
"filename": "LabGuide300.md",
"title": "Lab 300: Title of Lab 300",
"description": "Short description of lab 300"
},
{
"number": "400",
"filename": "LabGuide400.md",
"title": "Lab 400: Title of Lab 400",
"description": "Short description of lab 400"
}
]
}
}