generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
76 lines (76 loc) · 1.59 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
68
69
70
71
72
73
74
75
76
{
"$schema": "https://mintlify.com/schema.json",
"name": "SensAI",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Join Community",
"url": "https://chat.whatsapp.com/LmiulDbWpcXIgqNK6fZyxe"
}
],
"topbarCtaButton": {
"name": "Open SensAI",
"url": "https://sensai.hyperverge.org/"
},
"tabs": [],
"anchors": [
{
"name": "Repository",
"icon": "book-open-cover",
"url": "https://gitlab.com/hvacademy/sensai-ai/"
},
{
"name": "Community",
"icon": "whatsapp",
"url": "https://chat.whatsapp.com/LmiulDbWpcXIgqNK6fZyxe"
},
{
"name": "Roadmap",
"icon": "newspaper",
"url": "https://hyperverge.notion.site/fa1dd0cef7194fa9bf95c28820dca57f?v=ec52c6a716e94df180dcc8ced3d87610"
}
],
"navigation": [
{
"group": "Introduction",
"pages": [
"overview",
"quickstart",
"glossary"
]
},
{
"group": "Key Concepts",
"pages": [
"key_concepts/courses",
"key_concepts/tasks",
"key_concepts/milestones",
"key_concepts/tags",
"key_concepts/cohorts",
"key_concepts/organizations"
]
},
{
"group": "Guides",
"pages": [
"guides/coming_soon"
]
}
],
"footerSocials": {
"github": "https://gitlab.com/hvacademy/sensai-ai"
}
}