generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmint.json
52 lines (52 loc) · 1.06 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "SimploVR",
"logo": {
"dark": "/logo/logo.png",
"light": "/logo/logo.png"
},
"favicon": "/logo/logo.png",
"colors": {
"primary": "#0050b4",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarCtaButton": {
"name": "Build It",
"url": "https://github.com/simplo-vr/SimploVR"
},
"anchors": [
{
"name": "Github",
"icon": "github",
"url": "https://github.com/simplo-vr"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/KBsE46Dj9f"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": ["introduction", "building", "roadmap"]
},
{
"group": "Hardware",
"pages": ["features", "resources"]
},
{
"group": "Software",
"pages": ["features", "resources"]
},
{
"group": "About",
"pages": ["about", "resources"]
}
],
"footerSocials": {
"github": "https://github.com/simplo-vr",
"discord": "https://discord.gg/KBsE46Dj9f"
}
}