-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
95 lines (95 loc) · 2.15 KB
/
mint.json
File metadata and controls
95 lines (95 loc) · 2.15 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Pagecall Documentation",
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#0069ED",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarLinks": [
{
"name": "Admin console",
"url": "https://admin.pagecall.com"
}
],
"topbarCtaButton": {
"name": "Talk to us",
"url": "https://pagecall.com/consult"
},
"anchors": [
{
"name": "API Reference",
"icon": "rectangle-terminal",
"url": "references"
}
],
"navigation": [
{
"group": "Home",
"pages": ["introduction"]
},
{
"group": "HTTP API Guides",
"pages": [
"tutorials/quickstart",
"tutorials/authentication",
"tutorials/workspace"
]
},
{
"group": "Integrations",
"pages": ["sdk"]
},
{
"group": "Room Endpoints",
"pages": [
"references/endpoints/List_Rooms",
"references/endpoints/Create_Room",
"references/endpoints/Get_Room",
"references/endpoints/Update_Room",
"references/endpoints/Delete_Room",
"references/endpoints/Create_Room_Pages",
"references/endpoints/List_Room_Sessions",
"references/endpoints/Send_Room_Message"
]
},
{
"group": "User Endpoints",
"pages": [
"references/endpoints/List_Users",
"references/endpoints/Create_User",
"references/endpoints/Get_User",
"references/endpoints/Update_User",
"references/endpoints/Delete_User"
]
},
{
"group": "Member Endpoints",
"pages": [
"references/endpoints/List_Members",
"references/endpoints/Create_Member",
"references/endpoints/Get_Member",
"references/endpoints/Update_Member"
]
}
],
"openapi": "/openapi3.yaml",
"api": {
"auth": {
"method": "bearer"
}
},
"footerSocials": {
"github": "https://github.com/pplink",
"linkedin": "https://kr.linkedin.com/company/pagecall"
},
"modeToggle": {
"default": "light",
"isHidden": true
}
}