-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.json
64 lines (64 loc) · 1.43 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "DesiVocal",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg",
"href" : "https://www.desivocal.com"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#6f44bf",
"light": "#6f44bf",
"dark": "#6f44bf"
},
"modeToggle": {
"default": "light"
},
"theme" : "prism",
"topbarLinks": [
{
"name": "Support",
"url": "https://www.desivocal.com/contact"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://www.desivocal.com/dashboard"
},
"navigation": [
{
"group": "",
"pages": [
"getting-started"
]
},
{
"group": "API",
"pages": [
{
"group": "Text To Speech",
"pages": [
"api-reference/endpoint/voices",
"api-reference/endpoint/generate",
"api-reference/endpoint/generation_info",
"api-reference/endpoint/history",
"api-reference/endpoint/regenerate_key"
]
}
]
}
],
"footerSocials": {
"x": "https://x.com/desi_vocal",
"instagram": "https://www.instagram.com/desivocaldotcom/",
"discord": "https://discord.com/invite/nWXREVz2vy",
"github": "https://github.com/Stonkr/dv-api-docs"
},
"api": {
"baseUrl": "https://prod-api2.desivocal.com/dv/api/v0/tts_api",
"playground": {
"mode": "show"
}
}
}