-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
34 lines (33 loc) · 1 KB
/
manifest.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
{
"workshoptitle": "The Essentials of Cloud Observability",
"tutorials": [
{
"title": "Introduction",
"filename": "/introduction/introduction.md"
},
{
"title": "Prerequisites",
"filename": "https://raw.githubusercontent.com/oracle/learning-library/master/common/labs/cloud-login/pre-register-free-tier-account.md"
},
{
"title": "Lab 1: Setup the Environment",
"filename": "/setup/setup.md"
},
{
"title": "Lab 2: Enable Service Logs",
"filename": "/infralog/infralog.md"
},
{
"title": "Lab 3: Create Custom Application Logs",
"filename": "/applog/applog.md"
},
{
"title": "Lab 4: Search Your Logs",
"filename": "/search/search.md"
},
{
"title": "Lab 5: Export Log Content to Object Storage",
"filename": "/export/export.md"
}
]
}