generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmint.json
68 lines (68 loc) · 1.56 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Simli",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#000000",
"light": "#FFFFFF",
"dark": "#000000"
},
"feedback": {
"suggestEdit": true
},
"topbarLinks": [
{
"name": "Join our Discord",
"url": "https://discord.gg/yQx49zNF4d"
}
],
"topbarCtaButton": {
"name": "Get API Key",
"url": "https://app.simli.com/"
},
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"api-reference/simli-agent",
"api-reference/simli-client",
"api-reference/python-sdk",
"api-reference/available-faces",
{
"group": "WebRTC Guides",
"icon": "book",
"pages": [
"api-reference/simli-webrtc",
"api-reference/webrtc-signaling-guide",
"api-reference/WSDC_Migration_Guide",
"api-reference/webrtc-info",
"api-reference/audio-info"
]
}
]
},
{
"group": "API Reference",
"pages": [
"api-reference/endpoint/textToVideoStream",
"api-reference/endpoint/audioToVideoStream",
"api-reference/endpoint/startAudioToVideoSession",
"api-reference/endpoint/StartWebRTCSession",
"api-reference/endpoint/getIceServers"
]
},
{
"group": "",
"pages": ["api-reference/discord"]
}
],
"modeToggle": {
"default": "dark",
"isHidden": true
}
}