generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
67 lines (66 loc) · 1.81 KB
/
mint.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
{
"$schema": "https://mintlify.com/schema.json",
"name": "ACC Korea Infrastructure Camp",
"theme": "quill",
"favicon": "/favicon.svg",
"colors": {
"primary": "#09090b",
"light": "#FAFAFA",
"dark": "#09090b"
},
"navigation": [
{
"group": "Introduction",
"pages": [
"1-introduction/1-before-start",
"1-introduction/2-introduction",
"1-introduction/3-learning-objectives",
"1-introduction/4-prerequisites",
"1-introduction/5-your-challenge"
]
},
{
"group": "Security in the Cloud",
"pages": [
"2-lab1-security-in-the-cloud/1-authentication-and-authorization",
"2-lab1-security-in-the-cloud/2-iam-principals",
"2-lab1-security-in-the-cloud/3-iam-dashboard",
"2-lab1-security-in-the-cloud/4-create-iam-users",
"2-lab1-security-in-the-cloud/5-iam-challenge"
]
},
{
"group": "Networking in the Cloud",
"pages": [
"3-lab2-networking-in-the-cloud/1-what-is-a-vpc",
"3-lab2-networking-in-the-cloud/2-create-a-vpc",
"3-lab2-networking-in-the-cloud/3-vpc-subnets",
"3-lab2-networking-in-the-cloud/4-vpc-challenge"
]
},
{
"group": "Storage in the Cloud",
"pages": [
"4-lab3-storage-in-the-cloud/1-what-is-s3",
"4-lab3-storage-in-the-cloud/2-creating-an-s3-bucket",
"4-lab3-storage-in-the-cloud/3-add-objects-to-the-s3-bucket",
"4-lab3-storage-in-the-cloud/4-s3-bucket-challenge"
]
},
{
"group": "Wrap Up",
"pages": [
"5-wrap-up/0-wrap-up",
"5-wrap-up/1-summary",
"5-wrap-up/2-clean-up"
]
}
],
"footerSocials": {
"github": "https://github.com/aws-cloud-clubs"
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true
}
}