-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (38 loc) · 1.28 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
35
36
37
38
39
40
{
"tutorials": [
{
"title": "Introduction and Overview",
"description":"multitenant Overview",
"publisheddate": "01/15/2020",
"filename":"./about-the-workshop/content.md"
},
{
"title": "Lab setup",
"description": "Lab Setup",
"partnumber": "Ennnnn_01",
"publisheddate": "03/10/2020",
"contentid": "12nnnn",
"filename": "./about-the-workshop/Labsetup_mk.md"
},
{
"title": "Multitenant Basics",
"description": "Clone, Plug and Drop Pluggable Databases",
"partnumber": "Ennnnn_01",
"publisheddate": "03/10/2020",
"contentid": "12nnnn",
"filename": "./clone-plug-drop/clone-plug-drop.md"
},
{
"title": "Multitenant Tenant Isolation",
"description":"Multitenant Tenant isolation",
"publisheddate": "04/07/2020",
"filename":"./mt-isolation/manage-app1.md"
},
{
"title": "Multitenant Application Containers",
"description":"Multitenant Application Containers",
"publisheddate": "04/07/2020",
"filename":"./mt-app-container/manage-app.md"
}
]
}