generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
71 lines (71 loc) · 1.64 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "OpenVoice Documentation",
"logo": {
"dark": "/logo/antlogo.png",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#020045",
"light": "#ffffff",
"dark": "#020045",
"anchors": {
"from": "#020045",
"to": "#9fc5e8"
}
},
"topbarLinks": [
{
"name": "Contact",
"url": "mailto:openvoice@ant.africa"
}
],
"topbarCtaButton": {
"name": "Join the community",
"url": "https://discord.gg/bNTqSdTYbh"
},
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/bNTqSdTYbh"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"system",
"contributing"
]
},
{
"group": "Contributor Guide",
"pages": [
{
"group": "Engineering",
"pages": [
"contributor-guide/engineering/mobile",
"contributor-guide/engineering/backend",
"contributor-guide/engineering/uiux",
"contributor-guide/engineering/data",
"contributor-guide/engineering/ml",
"contributor-guide/engineering/devops",
"contributor-guide/engineering/qa"
]
},
"contributor-guide/dataset",
"contributor-guide/voice",
"contributor-guide/transcribers",
"contributor-guide/writers",
"contributor-guide/reviewers"
]
}
],
"footerSocials": {
"discord": "https://discord.gg/bNTqSdTYbh",
"github": "https://github.com/open-voice"
}
}