forked from aws-cloud-clubs/genAI-camp-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
37 lines (37 loc) · 800 Bytes
/
mint.json
File metadata and controls
37 lines (37 loc) · 800 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://mintlify.com/schema.json",
"name": "ACC Korea GenAI Labs",
"favicon": "/favicon.svg",
"colors": {
"primary": "#09090b",
"light": "#FAFAFA",
"dark": "#09090b"
},
"navigation": [
{
"group": "Gen AI Lab 소개",
"pages": [
"pages/introduction/readme",
"pages/introduction/genai_lab"
]
},
{
"group": "Generative AI 웹 애플리케이션",
"pages": [
"pages/lab/setup",
"pages/lab/workflow_1",
"pages/lab/workflow_2",
"pages/lab/workflow_3",
"pages/lab/workflow_4",
"pages/lab/summary"
]
}
],
"footerSocials": {
"github": "https://github.com/aws-cloud-clubs"
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true
}
}