forked from elevenlabs/elevenlabs-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
70 lines (70 loc) · 1.61 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "ElevenLabs",
"logo": {
"dark": "/logo/favicon.png",
"light": "/logo/favicon.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#312B41",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"anchors": [
{
"name": "API Reference",
"icon": "rectangle-terminal",
"url": "api-reference"
},
{
"name": "Tutorials",
"icon": "graduation-cap",
"url": "turorials"
},
{
"name": "Changelog",
"icon": "list",
"url": "changelog"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/ZcPfAy3xSE"
}
],
"navigation": [
{
"group": "Authentication",
"pages": ["authentication/01-xi-api-key"]
},
{
"group": "Text to Speech",
"pages": [
"api-reference/text-to-speech",
"api-reference/text-to-speech-stream"
]
},
{
"group": "Voices",
"pages": [
"api-reference/voices",
"api-reference/voices-settings-default",
"api-reference/voices-settings",
"api-reference/get-voice",
"api-reference/delete-voice",
"api-reference/voices-settings-edit"
]
}
],
"api": {
"baseUrl": "https://api.elevenlabs.io"
},
"footerSocials": {
"linkedin": "https://www.linkedin.com/company/elevenlabsio",
"twitter": "https://twitter.com/elevenlabsio",
"discord": "https://discord.gg/ZcPfAy3xSE",
"youtube": "https://www.youtube.com/channel/UC-ew9TfeD887qUSiWWAAj1w",
"github": "https://github.com/elevenlabs"
}
}