generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmint.json
More file actions
118 lines (118 loc) · 2.64 KB
/
mint.json
File metadata and controls
118 lines (118 loc) · 2.64 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"$schema": "https://mintlify.com/schema.json",
"name": "Developers Docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#A888FB",
"light": "#A888FB",
"dark": "#A888FB",
"background": {
"dark": "#000000"
},
"anchors": {
"from": "#FF7F57",
"to": "#9563FF"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:developer@diarupt.ai"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://platform.diarupt.ai"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "https://docs.diarupt.ai"
},
{
"name": "Community",
"icon": "github",
"url": "https://github.com/orgs/Diarupt/discussions"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://blog.diarupt.ai"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "quickstart"]
},
{
"group": "Core Concepts",
"pages": ["core/sessions", "core/behaviors", "core/transcripts"]
},
{
"group": "Advanced",
"pages": ["advanced/mode", "advanced/security"]
},
{
"group": "SDKs",
"pages": [
{
"group": "Javascript",
"pages": ["sdks/javascript/install", "sdks/javascript/connect", "sdks/javascript/disconnect", "sdks/javascript/send-response", "sdks/javascript/events"]
},
{
"group": "Python",
"pages": ["sdks/python/connect"]
}
]
},
{
"group": "API Documentation",
"pages": ["api-reference/authentication"]
},
{
"group": "Session",
"pages": [
"api-reference/session/post-create-session",
"api-reference/session/post-terminate-session",
"api-reference/session/get-session",
"api-reference/session/get-sessions"
]
},
{
"group": "Resources",
"pages": [
"api-reference/resources/get-faces",
"api-reference/resources/get-profiles"
]
},
{
"group": "Schemas",
"pages": [
"api-reference/schemas/session",
"api-reference/schemas/profile",
"api-reference/schemas/face"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/diarupt",
"github": "https://github.com/diarupt",
"linkedin": "https://www.linkedin.com/company/diarupt"
},
"api": {
"baseUrl": "https://engine.diarupt.ai"
},
"openapi": "./api.json"
}